Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.cc76 bool StrEndsWith(StringPiece sp, StringPiece x) { in StrEndsWith() function
85 StrEndsWith(filename, ".protodevel") ? ".protodevel" : ".proto"; in StripProto()
/external/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc100 bool StrEndsWith(StringPiece sp, StringPiece x) { in StrEndsWith() function
109 StrEndsWith(filename, ".protodevel") ? ".protodevel" : ".proto"; in StripProto()