HomeSort by relevance Sort by last modified time
    Searched refs:ReadLong (Results 1 - 14 of 14) 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/chromium_org/base/
pickle.h 32 bool ReadLong(long* result) WARN_UNUSED_RESULT;
147 bool ReadLong(PickleIterator* iter, long* result) const {
148 return iter->ReadLong(result);
pickle.cc 73 bool PickleIterator::ReadLong(long* result) {
  /external/chromium_org/v8/test/cctest/
test-mark-compact.cc 472 static uintptr_t ReadLong(char* buffer, intptr_t* position, int base) {
504 uintptr_t start = ReadLong(buffer, &position, 16);
506 uintptr_t end = ReadLong(buffer, &position, 16);
517 uintptr_t offset = ReadLong(buffer, &position, 16);
520 uintptr_t major = ReadLong(buffer, &position, 16);
523 uintptr_t minor = ReadLong(buffer, &position, 16);
526 uintptr_t inode = ReadLong(buffer, &position, 10);
  /external/v8/test/cctest/
test-mark-compact.cc 463 static uintptr_t ReadLong(char* buffer, intptr_t* position, int base) {
491 uintptr_t start = ReadLong(buffer, &position, 16);
493 uintptr_t end = ReadLong(buffer, &position, 16);
504 uintptr_t offset = ReadLong(buffer, &position, 16);
507 uintptr_t major = ReadLong(buffer, &position, 16);
510 uintptr_t minor = ReadLong(buffer, &position, 16);
513 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/chromium/base/
pickle.h 70 bool ReadLong(void** iter, long* result) const;
pickle.cc 127 bool Pickle::ReadLong(void** iter, long* result) const {
  /external/chromium_org/ipc/
ipc_message_utils.h 170 return m->ReadLong(iter, r);
182 return m->ReadLong(iter, reinterpret_cast<long*>(r));

Completed in 765 milliseconds