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

  /test/vts/utils/python/coverage/
parser.py 82 def ReadInt64(self):
gcda_parser.py 163 count = self.ReadInt64()
parser_test.py 181 self.assertEqual(number, p.ReadInt64())
186 self.assertEqual(number, p.ReadInt64())
  /external/libchrome/base/metrics/
histogram_samples.cc 97 if (!iter->ReadInt64(&sum) || !iter->ReadInt(&redundant_count))
  /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/libchrome/base/
pickle.h 46 bool ReadInt64(int64_t* result) WARN_UNUSED_RESULT;
pickle.cc 112 bool PickleIterator::ReadInt64(int64_t* result) {
pickle_unittest.cc 69 EXPECT_TRUE(iter.ReadInt64(&outint64));
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Duration.cs 213 Seconds = input.ReadInt64();
Timestamp.cs 224 Seconds = input.ReadInt64();
Wrappers.cs 378 Value = input.ReadInt64();
  /external/libmojo/ipc/
ipc_message_utils.h 261 return iter->ReadInt64(reinterpret_cast<int64_t*>(r));
276 return iter->ReadInt64(reinterpret_cast<int64_t*>(r));
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/
CodedInputStream.cs 502 public long ReadInt64()
    [all...]
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py 85 ReadInt64 = ReadVarint
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
UnittestProto3.cs     [all...]
  /external/protobuf/csharp/src/Google.Protobuf.Conformance/
Conformance.cs     [all...]
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
Descriptor.cs     [all...]

Completed in 960 milliseconds