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 412 static uintptr_t ReadLong(char* buffer, intptr_t* position, int base) {
444 uintptr_t start = ReadLong(buffer, &position, 16);
446 uintptr_t end = ReadLong(buffer, &position, 16);
457 uintptr_t offset = ReadLong(buffer, &position, 16);
460 uintptr_t major = ReadLong(buffer, &position, 16);
463 uintptr_t minor = ReadLong(buffer, &position, 16);
466 uintptr_t inode = ReadLong(buffer, &position, 10);

Completed in 364 milliseconds