MOS Source Code
|
#include <stdio.h>
#include <stdlib.h>
#include <pb_encode.h>
#include "oneof.pb.h"
#include "test_helpers.h"
Go to the source code of this file.
Functions | |
bool | SubMsg3_callback (pb_istream_t *istream, pb_ostream_t *ostream, const pb_field_t *field) |
bool | encode_int32_array (pb_ostream_t *stream, const pb_field_t *field, void *const *arg) |
bool | encode_string (pb_ostream_t *stream, const pb_field_t *field, void *const *arg) |
int | main (int argc, char **argv) |
bool SubMsg3_callback | ( | pb_istream_t * | istream, |
pb_ostream_t * | ostream, | ||
const pb_field_t * | field ) |
bool encode_int32_array | ( | pb_ostream_t * | stream, |
const pb_field_t * | field, | ||
void *const * | arg ) |
Definition at line 35 of file encode_oneof.c.
Referenced by main().
bool encode_string | ( | pb_ostream_t * | stream, |
const pb_field_t * | field, | ||
void *const * | arg ) |
Definition at line 49 of file encode_oneof.c.
Referenced by main().