Searched refs:WriteInt32 (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | wire_format_lite.cc | 302 void WireFormatLite::WriteInt32(int field_number, int32 value, in WriteInt32() function in google::protobuf::internal::WireFormatLite
|
D | wire_format_lite.h | 337 static void WriteInt32 (field_number, int32 value, output);
|
D | descriptor.pb.cc | 1378 ::google::protobuf::internal::WireFormatLite::WriteInt32( in SerializeWithCachedSizes() 1384 ::google::protobuf::internal::WireFormatLite::WriteInt32( in SerializeWithCachedSizes() 1836 ::google::protobuf::internal::WireFormatLite::WriteInt32(1, this->start(), output); in SerializeWithCachedSizes() 1841 ::google::protobuf::internal::WireFormatLite::WriteInt32(2, this->end(), output); in SerializeWithCachedSizes() 2900 ::google::protobuf::internal::WireFormatLite::WriteInt32(3, this->number(), output); in SerializeWithCachedSizes() 2943 ::google::protobuf::internal::WireFormatLite::WriteInt32(9, this->oneof_index(), output); in SerializeWithCachedSizes() 3961 ::google::protobuf::internal::WireFormatLite::WriteInt32(2, this->number(), output); in SerializeWithCachedSizes()
|