Home
last modified time | relevance | path

Searched refs:pb_encode_svarint (Results 1 – 9 of 9) sorted by relevance

/external/nanopb-c/tests/alltypes_proto3_callback/
Dencode_alltypes_callback.c22 pb_encode_svarint(stream, (long)*arg); in write_svarint()
74 pb_encode_svarint(stream, 0) && in write_repeated_svarint()
76 pb_encode_svarint(stream, 0) && in write_repeated_svarint()
78 pb_encode_svarint(stream, 0) && in write_repeated_svarint()
80 pb_encode_svarint(stream, 0) && in write_repeated_svarint()
82 pb_encode_svarint(stream, (long)*arg); in write_repeated_svarint()
/external/nanopb-c/
Dpb_encode.h141 bool pb_encode_svarint(pb_ostream_t *stream, int64_t value);
143 bool pb_encode_svarint(pb_ostream_t *stream, int32_t value);
Dpb_encode.c596 bool checkreturn pb_encode_svarint(pb_ostream_t *stream, pb_int64_t value) in pb_encode_svarint() function
790 return pb_encode_svarint(stream, value); in pb_enc_svarint()
/external/grpc-grpc/third_party/nanopb/tests/alltypes_callback/
Dencode_alltypes_callback.c22 pb_encode_svarint(stream, (long)*arg); in write_svarint()
74 pb_encode_svarint(stream, 0) && in write_repeated_svarint()
76 pb_encode_svarint(stream, 0) && in write_repeated_svarint()
78 pb_encode_svarint(stream, 0) && in write_repeated_svarint()
80 pb_encode_svarint(stream, 0) && in write_repeated_svarint()
82 pb_encode_svarint(stream, (long)*arg); in write_repeated_svarint()
/external/nanopb-c/tests/alltypes_callback/
Dencode_alltypes_callback.c22 pb_encode_svarint(stream, (long)*arg); in write_svarint()
74 pb_encode_svarint(stream, 0) && in write_repeated_svarint()
76 pb_encode_svarint(stream, 0) && in write_repeated_svarint()
78 pb_encode_svarint(stream, 0) && in write_repeated_svarint()
80 pb_encode_svarint(stream, 0) && in write_repeated_svarint()
82 pb_encode_svarint(stream, (long)*arg); in write_repeated_svarint()
/external/grpc-grpc/third_party/nanopb/
Dpb_encode.h130 bool pb_encode_svarint(pb_ostream_t *stream, int64_t value);
Dpb_encode.c437 bool checkreturn pb_encode_svarint(pb_ostream_t *stream, int64_t value) in pb_encode_svarint() function
624 return pb_encode_svarint(stream, value); in pb_enc_svarint()
/external/grpc-grpc/third_party/nanopb/docs/
Dreference.rst518 pb_encode_svarint section in pb_encode.h
522 bool pb_encode_svarint(pb_ostream_t *stream, int64_t value);
/external/nanopb-c/docs/
Dreference.rst528 pb_encode_svarint section in pb_encode.h
532 bool pb_encode_svarint(pb_ostream_t *stream, int64_t value);