HomeSort by relevance Sort by last modified time
    Searched refs:EncodeDouble (Results 1 - 3 of 3) sorted by null

  /external/protobuf/src/google/protobuf/
wire_format_lite.h 213 static uint64 EncodeDouble(double value);
562 inline uint64 WireFormatLite::EncodeDouble(double value) {
wire_format_lite_inl.h 453 output->WriteLittleEndian64(EncodeDouble(value));
542 return io::CodedOutputStream::WriteLittleEndian64ToArray(EncodeDouble(value),
descriptor.cc     [all...]

Completed in 1333 milliseconds