Home
last modified time | relevance | path

Searched defs:ReadDouble (Results 1 – 6 of 6) sorted by relevance

/external/pigweed/pw_protobuf/public/pw_protobuf/
Ddecoder.h118 Status ReadDouble(double* out) { in ReadDouble() function
266 Status ReadDouble(double* out) { return decoder_.ReadDouble(out); } in ReadDouble() function
/external/perfetto/src/trace_processor/importers/fuchsia/
Dfuchsia_trace_utils.cc163 bool RecordCursor::ReadDouble(double* out) { in ReadDouble() function in perfetto::trace_processor::fuchsia_trace_utils::RecordCursor
/external/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs482 public double ReadDouble() in ReadDouble() method in Google.Protobuf.CodedInputStream
/external/libchrome/base/
Dpickle.cc132 bool PickleIterator::ReadDouble(double* result) { in ReadDouble() function in base::PickleIterator
/external/protobuf/python/google/protobuf/internal/
Dreflection_test.py107 def ReadDouble(self): member in _MiniDecoder
/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h170 inline double ReadDouble(const uint8_t *data, uint8_t byte_width) { in ReadDouble() function