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

/external/skia/tools/bookmaker/
H A Dbookmaker.cpp997 string HackParser::searchTable(const Definition* tableHolder, const Definition* match) { argument
998 if (!tableHolder) {
1003 for (auto table : tableHolder->fChildren) {
1080 for (auto tableHolder : { fMemberFunctions, fConstructors, fOperators }) {
1081 if (!tableHolder) {
1085 && fConstructors != tableHolder) {
1089 && fOperators != tableHolder) {
1092 string temp = this->searchTable(tableHolder, child);
/external/skqp/tools/bookmaker/
H A Dbookmaker.cpp897 string HackParser::searchTable(const Definition* tableHolder, const Definition* match) { argument
898 if (!tableHolder) {
903 for (auto table : tableHolder->fChildren) {
983 for (auto tableHolder : { fMemberFunctions, fConstructors, fOperators }) {
984 if (!tableHolder) {
988 && fConstructors != tableHolder) {
992 && fOperators != tableHolder) {
995 string temp = this->searchTable(tableHolder, child);

Completed in 90 milliseconds