HomeSort by relevance Sort by last modified time
    Searched defs:ReadLong (Results 1 - 7 of 7) 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();
readable_font_data.cc 131 int32_t ReadableFontData::ReadLong(int32_t index) {
139 return ReadLong(index);
  /external/chromium/base/
pickle.cc 127 bool Pickle::ReadLong(void** iter, long* result) const {
  /external/chromium_org/base/
pickle.cc 73 bool PickleIterator::ReadLong(long* result) {
pickle.h 32 bool ReadLong(long* result) WARN_UNUSED_RESULT;
147 bool ReadLong(PickleIterator* iter, long* result) const {
148 return iter->ReadLong(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);

Completed in 168 milliseconds