Searched refs:WriteInt32 (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | wire_format_lite.cc | 209 void WireFormatLite::WriteInt32(int field_number, int32 value, in WriteInt32() function in google::protobuf::internal::WireFormatLite
|
D | wire_format_lite.h | 328 static void WriteInt32 (field_number, int32 value, output);
|
D | descriptor.pb.cc | 1527 ::google::protobuf::internal::WireFormatLite::WriteInt32(1, this->start(), output); in SerializeWithCachedSizes() 1532 ::google::protobuf::internal::WireFormatLite::WriteInt32(2, this->end(), output); in SerializeWithCachedSizes() 2515 ::google::protobuf::internal::WireFormatLite::WriteInt32(3, this->number(), output); in SerializeWithCachedSizes() 3269 ::google::protobuf::internal::WireFormatLite::WriteInt32(2, this->number(), output); in SerializeWithCachedSizes()
|