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

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dwire_format_lite_inl.h519 inline uint8* WireFormatLite::WriteUInt64NoTagToArray(uint64 value, function in class:google::protobuf::internal::WireFormatLite
592 return WriteUInt64NoTagToArray(value, target);
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite_inl.h503 inline uint8* WireFormatLite::WriteUInt64NoTagToArray(uint64 value, function in class:google::protobuf::internal::WireFormatLite
576 return WriteUInt64NoTagToArray(value, target);

Completed in 141 milliseconds