Searched defs:WriteFixed32NoTagToArray (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dwire_format_lite_inl.h533 inline uint8* WireFormatLite::WriteFixed32NoTagToArray(uint32 value, function in class:google::protobuf::internal::WireFormatLite
610 return WriteFixed32NoTagToArray(value, target);
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite_inl.h517 inline uint8* WireFormatLite::WriteFixed32NoTagToArray(uint32 value, function in class:google::protobuf::internal::WireFormatLite
594 return WriteFixed32NoTagToArray(value, target);

Completed in 26 milliseconds