Searched defs:ReadFromMemory (Results 1 – 2 of 2) sorted by relevance
/aosp12/system/tools/aidl/ | ||
H A D | line_reader.cpp | 94 unique_ptr<LineReader> LineReader::ReadFromMemory(const string& contents) { in ReadFromMemory() function in android::aidl::LineReader |
/aosp12/art/runtime/ | ||
H A D | class_table.cc | 171 size_t ClassTable::ReadFromMemory(uint8_t* ptr) { in ReadFromMemory() function in art::ClassTable |