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