Searched refs:kUnderscoreOps (Results 1 – 1 of 1) sorted by relevance
84 static const std::set<string>* const kUnderscoreOps = new std::set<string>( in IsOpWithUnderscorePrefix() local107 return kUnderscoreOps->count(s) > 0; in IsOpWithUnderscorePrefix()