Home
last modified time | relevance | path

Searched defs:ReadInt64 (Results 1 – 15 of 15) sorted by relevance

/external/pigweed/pw_protobuf/public/pw_protobuf/
Ddecoder.h85 Status ReadInt64(int64_t* out) { in ReadInt64() function
241 Status ReadInt64(int64_t* out) { return decoder_.ReadInt64(out); } in ReadInt64() function
Dstream_decoder.h205 Result<int64_t> ReadInt64() { in ReadInt64() function
/external/cronet/base/debug/
Dbuffered_dwarf_reader.h42 bool ReadInt64(uint64_t& value) { return ReadInt(value); } in ReadInt64() function
/external/perfetto/src/trace_processor/importers/fuchsia/
Dfuchsia_trace_utils.cc143 bool RecordCursor::ReadInt64(int64_t* out) { in ReadInt64() function in perfetto::trace_processor::fuchsia_trace_utils::RecordCursor
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/
DParseContext.cs195 public long ReadInt64() in ReadInt64() method
DCodedInputStream.cs381 public long ReadInt64() in ReadInt64() method in Google.Protobuf.CodedInputStream
/external/protobuf/csharp/src/Google.Protobuf/
DParseContext.cs195 public long ReadInt64() in ReadInt64() method
DCodedInputStream.cs381 public long ReadInt64() in ReadInt64() method in Google.Protobuf.CodedInputStream
/external/openthread/src/lib/spinel/
Dspinel_decoder.cpp189 otError Decoder::ReadInt64(int64_t &aInt64) in ReadInt64() function in ot::Spinel::Decoder
/external/libchrome/base/
Dpickle.cc112 bool PickleIterator::ReadInt64(int64_t* result) { in ReadInt64() function in base::PickleIterator
/external/cronet/base/
Dpickle.cc109 bool PickleIterator::ReadInt64(int64_t* result) { in ReadInt64() function in base::PickleIterator
/external/cronet/base/win/
Dregistry.cc710 LONG GenericRegKey<Reg>::ReadInt64(const wchar_t* name, in ReadInt64() function in base::win::internal::GenericRegKey
/external/protobuf/python/google/protobuf/internal/
Dreflection_test.py86 ReadInt64 = ReadVarint variable in _MiniDecoder
/external/cronet/third_party/protobuf/python/google/protobuf/internal/
Dreflection_test.py86 ReadInt64 = ReadVarint variable in _MiniDecoder
/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h148 inline int64_t ReadInt64(const uint8_t *data, uint8_t byte_width) { in ReadInt64() function