Searched refs:WriteUInt32NoTagToArray (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dwire_format_lite_inl.h515 inline uint8* WireFormatLite::WriteUInt32NoTagToArray(uint32 value, function in class:google::protobuf::internal::WireFormatLite
586 return WriteUInt32NoTagToArray(value, target);
H A Dwire_format_lite.h418 static inline uint8* WriteUInt32NoTagToArray (uint32 value, output) INL;
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite_inl.h499 inline uint8* WireFormatLite::WriteUInt32NoTagToArray(uint32 value, function in class:google::protobuf::internal::WireFormatLite
570 return WriteUInt32NoTagToArray(value, target);
H A Dwire_format_lite.h376 static inline uint8* WriteUInt32NoTagToArray (uint32 value, output) INL;

Completed in 5658 milliseconds