Home
last modified time | relevance | path

Searched refs:debug_stream (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/cmds/idmap2/libidmap2/
H A DPrettyPrintVisitor.cpp47 std::istringstream debug_stream(debug); in visit() local
50 while (std::getline(debug_stream, line)) { in visit()