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

  /external/sfntly/cpp/src/sfntly/data/
font_input_stream.cc 112 return 0xffffffffL & ReadLong();
120 int32_t FontInputStream::ReadLong() {
125 return ReadLong();
font_input_stream.h 83 virtual int32_t ReadLong();
readable_font_data.h 141 virtual int32_t ReadLong(int32_t index);
readable_font_data.cc 131 int32_t ReadableFontData::ReadLong(int32_t index) {
139 return ReadLong(index);
  /external/sfntly/cpp/src/test/
endian_test.cc 51 EXPECT_EQ(rfd->ReadLong(20), -256);
open_type_data_test.cc 41 EXPECT_EQ(-16711423, data->ReadLong(0));
  /external/v8/test/cctest/heap/
test-mark-compact.cc 407 static uintptr_t ReadLong(char* buffer, intptr_t* position, int base) {
439 uintptr_t start = ReadLong(buffer, &position, 16);
441 uintptr_t end = ReadLong(buffer, &position, 16);
452 uintptr_t offset = ReadLong(buffer, &position, 16);
455 uintptr_t major = ReadLong(buffer, &position, 16);
458 uintptr_t minor = ReadLong(buffer, &position, 16);
461 uintptr_t inode = ReadLong(buffer, &position, 10);
  /external/sfntly/cpp/src/sfntly/table/core/
horizontal_device_metrics_table.cc 34 return data_->ReadLong(Offset::kSizeDeviceRecord);
  /external/libchrome/base/
pickle.h 38 bool ReadLong(long* result) WARN_UNUSED_RESULT;
pickle.cc 91 bool PickleIterator::ReadLong(long* result) {
pickle_unittest.cc 57 EXPECT_TRUE(iter.ReadLong(&outlong));

Completed in 672 milliseconds