Searched defs:WriteSInt32NoTagToArray (Results 1 - 2 of 2) 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);
/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);

Completed in 135 milliseconds