Searched refs:PB_OSTREAM_SIZING (Results 1 – 4 of 4) sorted by relevance
/external/grpc-grpc/third_party/nanopb/ |
D | pb_encode.h | 101 #define PB_OSTREAM_SIZING {0,0,0,0,0} macro 103 #define PB_OSTREAM_SIZING {0,0,0,0} macro
|
D | pb_encode.c | 143 pb_ostream_t sizestream = PB_OSTREAM_SIZING; in encode_array() 403 pb_ostream_t stream = PB_OSTREAM_SIZING; in pb_get_encoded_size() 524 pb_ostream_t substream = PB_OSTREAM_SIZING; in pb_encode_submessage()
|
/external/nanopb-c/ |
D | pb_encode.h | 107 #define PB_OSTREAM_SIZING {0,0,0,0,0} macro 109 #define PB_OSTREAM_SIZING {0,0,0,0} macro
|
D | pb_encode.c | 156 pb_ostream_t sizestream = PB_OSTREAM_SIZING; in encode_array() 535 pb_ostream_t stream = PB_OSTREAM_SIZING; in pb_get_encoded_size() 685 pb_ostream_t substream = PB_OSTREAM_SIZING; in pb_encode_submessage()
|