Searched defs:ReadLong (Results 1 – 4 of 4) sorted by relevance
/external/sfntly/cpp/src/sfntly/data/ | ||
D | font_input_stream.cc | 120 int32_t FontInputStream::ReadLong() { in ReadLong() function in sfntly::FontInputStream |
D | readable_font_data.cc | 131 int32_t ReadableFontData::ReadLong(int32_t index) { in ReadLong() function in sfntly::ReadableFontData |
/external/libchrome/base/ | ||
D | pickle.cc | 91 bool PickleIterator::ReadLong(long* result) { in ReadLong() function in base::PickleIterator |
/external/v8/test/cctest/heap/ | ||
D | test-mark-compact.cc | 407 static uintptr_t ReadLong(char* buffer, intptr_t* position, int base) { in ReadLong() function |