Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs502 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/protobuf/python/google/protobuf/internal/
Dreflection_test.py85 ReadInt64 = ReadVarint variable in _MiniDecoder
/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h140 inline int64_t ReadInt64(const uint8_t *data, uint8_t byte_width) { in ReadInt64() function