Searched defs:uniqueRootName (Results 1 - 2 of 2) sorted by relevance

/external/skia/tools/bookmaker/
H A Dbookmaker.cpp659 return uniqueRootName(builder, markType);
1301 return uniqueRootName(builder, MarkType::kMethod);
1675 return uniqueRootName(builder, MarkType::kTypedef);
1708 string BmhParser::uniqueRootName(const string& base, MarkType markType) { function in class:BmhParser
/external/skqp/tools/bookmaker/
H A Dbookmaker.cpp561 return uniqueRootName(builder, markType);
1208 return uniqueRootName(builder, MarkType::kMethod);
1576 return uniqueRootName(builder, MarkType::kTypedef);
1605 string BmhParser::uniqueRootName(const string& base, MarkType markType) { function in class:BmhParser

Completed in 148 milliseconds