Home
last modified time | relevance | path

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

/external/pigweed/pw_protobuf/public/pw_protobuf/
Ddecoder.h78 Status ReadInt64(int64_t* out) { in ReadInt64() function
236 Status ReadInt64(int64_t* out) { return decoder_.ReadInt64(out); } in ReadInt64() function
/external/perfetto/src/trace_processor/importers/fuchsia/
Dfuchsia_trace_utils.cc141 bool RecordCursor::ReadInt64(int64_t* out) { in ReadInt64() function in perfetto::trace_processor::fuchsia_trace_utils::RecordCursor
/external/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs520 public long ReadInt64() in ReadInt64() method in Google.Protobuf.CodedInputStream
/external/libchrome/base/
Dpickle.cc112 bool PickleIterator::ReadInt64(int64_t* result) { in ReadInt64() function in base::PickleIterator
/external/llvm-project/lldb/source/Utility/
DDataExtractor.cpp56 static inline uint64_t ReadInt64(const unsigned char *ptr, in ReadInt64() function
/external/protobuf/python/google/protobuf/internal/
Dreflection_test.py90 ReadInt64 = ReadVarint variable in _MiniDecoder
/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h146 inline int64_t ReadInt64(const uint8_t *data, uint8_t byte_width) { in ReadInt64() function