Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.cc132 inline bool IsPythonKeyword(const string& name) { in IsPythonKeyword() function
137 if (IsPythonKeyword(name)) { in ResolveKeyword()
153 if (separator == "." && IsPythonKeyword(name)) { in NamePrefixedWithNestedTypes()
822 if (IsPythonKeyword(message_descriptor.name())) { in PrintMessage()