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

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dwire_format_lite_inl.h556 inline uint8* WireFormatLite::WriteDoubleNoTagToArray(double value, function in class:google::protobuf::internal::WireFormatLite
640 return WriteDoubleNoTagToArray(value, target);
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite_inl.h540 inline uint8* WireFormatLite::WriteDoubleNoTagToArray(double value, function in class:google::protobuf::internal::WireFormatLite
624 return WriteDoubleNoTagToArray(value, target);

Completed in 131 milliseconds