Home
last modified time | relevance | path

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

/external/skqp/tools/bookmaker/
DmdOut.cpp1621 string codeBlock = fIncludeParser.filteredBlock( in markTypeOut()
1663 string filteredBlock = fIncludeParser.filteredBlock(inContents, filterContents); in markTypeOut() local
1664 this->resolveOut(filteredBlock.c_str(), filteredBlock.c_str() in markTypeOut()
1665 + filteredBlock.length(), this->resolvable(parent)); in markTypeOut()
DincludeParser.h174 string filteredBlock(string inContents, string filterContents);
DincludeParser.cpp1697 string IncludeParser::filteredBlock(string inContents, string filterContents) { in filteredBlock() function in IncludeParser