Home
last modified time | relevance | path

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

/external/skqp/tools/bookmaker/
Ddefinition.h273 struct SubtopicContents { struct
274 SubtopicContents() in SubtopicContents() function
311 SubtopicContents& populator(const char* key) { in populator()
321 unordered_map<string, SubtopicContents> fPopulators;
DmdOut.h228 unordered_map<string, RootDefinition::SubtopicContents>& populator);
DmdOut.cpp2036 unordered_map<string, RootDefinition::SubtopicContents>& populator) { in populateOne()
2335 const RootDefinition::SubtopicContents& tableContents = fRoot->populator(name.c_str()); in subtopicOut()