Searched refs:WriteInt32ToArray (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | wire_format_lite.h | 403 static inline uint8* WriteInt32ToArray(
|
D | wire_format_lite_inl.h | 656 inline uint8* WireFormatLite::WriteInt32ToArray(int field_number, in WriteInt32ToArray() function
|
D | descriptor.pb.cc | 1475 WriteInt32ToArray(10, this->public_dependency(i), target); in SerializeWithCachedSizesToArray() 1481 WriteInt32ToArray(11, this->weak_dependency(i), target); in SerializeWithCachedSizesToArray() 1856 …target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(1, this->start(), target); in SerializeWithCachedSizesToArray() 1861 … target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(2, this->end(), target); in SerializeWithCachedSizesToArray() 2980 …target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(3, this->number(), target… in SerializeWithCachedSizesToArray() 3026 …target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(9, this->oneof_index(), t… in SerializeWithCachedSizesToArray() 3993 …target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(2, this->number(), target… in SerializeWithCachedSizesToArray()
|