HomeSort by relevance Sort by last modified time
    Searched defs:ReadInt64 (Results 1 - 5 of 5) sorted by null

  /test/vts/utils/python/coverage/
parser.py 82 def ReadInt64(self):
  /external/libchrome/base/
pickle.cc 112 bool PickleIterator::ReadInt64(int64_t* result) {
  /external/protobuf/csharp/src/Google.Protobuf/
CodedInputStream.cs 502 public long ReadInt64()
    [all...]
  /external/flatbuffers/include/flatbuffers/
flexbuffers.h 131 inline int64_t ReadInt64(const uint8_t *data, uint8_t byte_width) {
362 return ReadInt64(data_, parent_width_);
364 case TYPE_INDIRECT_INT: return ReadInt64(Indirect(), byte_width_);
381 // extension ops in generated code, and use a faster op than ReadInt64.
392 case TYPE_INT: return ReadInt64(data_, parent_width_);
393 case TYPE_INDIRECT_INT: return ReadInt64(Indirect(), byte_width_);
418 ReadInt64(data_, parent_width_));
422 ReadInt64(Indirect(), byte_width_));
    [all...]
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py 85 ReadInt64 = ReadVarint
    [all...]

Completed in 474 milliseconds