Home
last modified time | relevance | path

Searched refs:WriteUInt32ToArray (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/
Dwire_format_lite.h542 PROTOBUF_ALWAYS_INLINE static uint8* WriteUInt32ToArray(int field_number,
588 PROTOBUF_ALWAYS_INLINE static uint8* WriteUInt32ToArray(
1524 inline uint8* WireFormatLite::WriteUInt32ToArray(int field_number, uint32 value, in WriteUInt32ToArray() function
1611 inline uint8* WireFormatLite::WriteUInt32ToArray( in WriteUInt32ToArray() function
1613 return WritePrimitiveToArray(field_number, value, WriteUInt32ToArray, target); in WriteUInt32ToArray()
Dextension_set_heavy.cc654 target = WireFormatLite::WriteUInt32ToArray( in InternalSerializeMessageSetItemWithCachedSizesToArray()
Dwrappers.pb.cc1794 …target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteUInt32ToArray(1, this->value(), t… in InternalSerializeWithCachedSizesToArray()