Home
last modified time | relevance | path

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

/frameworks/base/cmds/idmap2/libidmap2/
DPrettyPrintVisitor.cpp45 const std::string& debug = header.GetDebugInfo(); in visit()
DBinaryStreamVisitor.cpp63 WriteString(header.GetDebugInfo()); in visit()
DRawPrintVisitor.cpp48 print(header.GetDebugInfo(), false /* print_value */, "debug info"); in visit()
/frameworks/base/cmds/idmap2/include/idmap2/
DIdmap.h137 const std::string& GetDebugInfo() const { in GetDebugInfo() function
/frameworks/base/cmds/idmap2/tests/
DIdmapTests.cpp78 ASSERT_EQ(header->GetDebugInfo(), "debug"); in TEST()