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

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dwire_format_lite_inl.h523 inline uint8* WireFormatLite::WriteSInt32NoTagToArray(int32 value, function in class:google::protobuf::internal::WireFormatLite
598 return WriteSInt32NoTagToArray(value, target);
H A Dwire_format_lite.h420 static inline uint8* WriteSInt32NoTagToArray (int32 value, output) INL;
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite_inl.h507 inline uint8* WireFormatLite::WriteSInt32NoTagToArray(int32 value, function in class:google::protobuf::internal::WireFormatLite
582 return WriteSInt32NoTagToArray(value, target);
H A Dwire_format_lite.h378 static inline uint8* WriteSInt32NoTagToArray (int32 value, output) INL;

Completed in 3260 milliseconds