Searched refs:filter_bytecode (Results 1 – 2 of 2) sorted by relevance
272 void FilterUtil::PrintAsText(std::optional<std::string> filter_bytecode) { in PrintAsText() argument280 if (filter_bytecode) { in PrintAsText()282 parser.Load(filter_bytecode->data(), filter_bytecode->size())); in PrintAsText()301 if (filter_bytecode) { in PrintAsText()320 !filter_bytecode); in PrintAsText()322 !filter_bytecode); in PrintAsText()
80 void PrintAsText(std::optional<std::string> filter_bytecode = {});