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

  /external/chromium_org/third_party/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/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_org/base/
pickle.cc 89 bool PickleIterator::ReadLong(long* result) {
  /external/chromium_org/v8/test/cctest/
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);

Completed in 325 milliseconds