Searched refs:WriteUInt64NoTagToArray (Results 1 - 4 of 4) 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);
H A Dwire_format_lite.h419 static inline uint8* WriteUInt64NoTagToArray (uint64 value, output) INL;
/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);
H A Dwire_format_lite.h377 static inline uint8* WriteUInt64NoTagToArray (uint64 value, output) INL;

Completed in 119 milliseconds