Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.cc129 inline bool IsPythonKeyword(const std::string& name) { in IsPythonKeyword() function
134 if (IsPythonKeyword(name)) { in ResolveKeyword()
150 if (separator == "." && IsPythonKeyword(name)) { in NamePrefixedWithNestedTypes()
861 if (IsPythonKeyword(message_descriptor.name())) { in PrintMessage()