Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/python/
Dhelpers.cc80 bool IsPythonKeyword(const std::string& name) { in IsPythonKeyword() function
85 if (IsPythonKeyword(name)) { in ResolveKeyword()
111 if (separator == "." && IsPythonKeyword(name)) { in NamePrefixedWithNestedTypes()
Dhelpers.h47 bool IsPythonKeyword(const std::string& name);
Dpyi_generator.cc125 if (IsPythonKeyword(field->name())) { in CheckImportModules()
404 if (IsPythonKeyword(field_des->name())) { in PrintMessage()
458 if (IsPythonKeyword(field_des.name())) { in PrintMessage()
495 if (IsPythonKeyword(field_des->name())) { in PrintMessage()
Dgenerator.cc707 if (IsPythonKeyword(message_descriptor.name())) { in PrintMessage()
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/python/
Dpython_helpers.cc80 bool IsPythonKeyword(const std::string& name) { in IsPythonKeyword() function
85 if (IsPythonKeyword(name)) { in ResolveKeyword()
111 if (separator == "." && IsPythonKeyword(name)) { in NamePrefixedWithNestedTypes()
Dpython_pyi_generator.cc100 if (IsPythonKeyword(field->name())) { in CheckImportModules()
334 if (IsPythonKeyword(field_des->name())) { in PrintMessage()
388 if (IsPythonKeyword(field_des.name())) { in PrintMessage()
425 if (IsPythonKeyword(field_des->name())) { in PrintMessage()
Dpython_helpers.h47 bool IsPythonKeyword(const std::string& name);
Dpython_generator.cc712 if (IsPythonKeyword(message_descriptor.name())) { in PrintMessage()