Searched defs:ReadInt64 (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/csharp/src/Google.Protobuf/ | ||
D | CodedInputStream.cs | 502 public long ReadInt64() in ReadInt64() method in Google.Protobuf.CodedInputStream |
/external/libchrome/base/ | ||
D | pickle.cc | 112 bool PickleIterator::ReadInt64(int64_t* result) { in ReadInt64() function in base::PickleIterator |
/external/protobuf/python/google/protobuf/internal/ | ||
D | reflection_test.py | 85 ReadInt64 = ReadVarint variable in _MiniDecoder |
/external/flatbuffers/include/flatbuffers/ | ||
D | flexbuffers.h | 140 inline int64_t ReadInt64(const uint8_t *data, uint8_t byte_width) { in ReadInt64() function |