Home
last modified time | relevance | path

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

/external/cronet/third_party/protobuf/src/google/protobuf/compiler/python/
Dpython_helpers.h46 bool ContainsPythonKeyword(const std::string& module_name);
Dpython_helpers.cc70 bool ContainsPythonKeyword(const std::string& module_name) { in ContainsPythonKeyword() function
Dpython_generator.cc338 if (ContainsPythonKeyword(module_name)) { in PrintImports()
/external/protobuf/src/google/protobuf/compiler/python/
Dhelpers.h46 bool ContainsPythonKeyword(const std::string& module_name);
Dhelpers.cc70 bool ContainsPythonKeyword(const std::string& module_name) { in ContainsPythonKeyword() function
Dgenerator.cc333 if (ContainsPythonKeyword(module_name)) { in PrintImports()