Home
last modified time | relevance | path

Searched defs:ReadLong (Results 1 – 4 of 4) sorted by relevance

/external/sfntly/cpp/src/sfntly/data/
Dfont_input_stream.cc120 int32_t FontInputStream::ReadLong() { in ReadLong() function in sfntly::FontInputStream
Dreadable_font_data.cc131 int32_t ReadableFontData::ReadLong(int32_t index) { in ReadLong() function in sfntly::ReadableFontData
/external/libchrome/base/
Dpickle.cc91 bool PickleIterator::ReadLong(long* result) { in ReadLong() function in base::PickleIterator
/external/v8/test/cctest/heap/
Dtest-mark-compact.cc407 static uintptr_t ReadLong(char* buffer, intptr_t* position, int base) { in ReadLong() function