Searched refs:kPythonReserved (Results 1 – 1 of 1) sorted by relevance
53 static const std::set<string>* const kPythonReserved = new std::set<string>( in IsPythonReserved() local79 return kPythonReserved->count(s) > 0; in IsPythonReserved()