Searched refs:ReadLong (Results 1 - 11 of 11) sorted by relevance

/external/sfntly/cpp/src/sfntly/data/
H A Dfont_input_stream.cc112 return 0xffffffffL & ReadLong();
120 int32_t FontInputStream::ReadLong() { function in class:sfntly::FontInputStream
125 return ReadLong();
H A Dfont_input_stream.h83 virtual int32_t ReadLong();
H A Dreadable_font_data.h141 virtual int32_t ReadLong(int32_t index);
H A Dreadable_font_data.cc131 int32_t ReadableFontData::ReadLong(int32_t index) { function in class:sfntly::ReadableFontData
139 return ReadLong(index);
/external/sfntly/cpp/src/test/
H A Dendian_test.cc51 EXPECT_EQ(rfd->ReadLong(20), -256);
H A Dopen_type_data_test.cc41 EXPECT_EQ(-16711423, data->ReadLong(0));
/external/v8/test/cctest/heap/
H A Dtest-mark-compact.cc407 static uintptr_t ReadLong(char* buffer, intptr_t* position, int base) { function
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/
H A Dhorizontal_device_metrics_table.cc34 return data_->ReadLong(Offset::kSizeDeviceRecord);
/external/libchrome/base/
H A Dpickle.h38 bool ReadLong(long* result) WARN_UNUSED_RESULT;
H A Dpickle.cc91 bool PickleIterator::ReadLong(long* result) { function in class:base::PickleIterator
H A Dpickle_unittest.cc57 EXPECT_TRUE(iter.ReadLong(&outlong));

Completed in 308 milliseconds