Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc677 if (!HasSuffixString(output_location, ".zip") && in Run()
678 !HasSuffixString(output_location, ".jar")) { in Run()
700 if (HasSuffixString(location, "/")) { in Run()
706 if (HasSuffixString(location, ".jar")) { in Run()
1123 (plugin_prefix_.empty() || !HasSuffixString(name, "_out"))) { in InterpretArgument()
1246 HasSuffixString(output_directive.name, "_out")) in GenerateOutput()
Dimporter.cc283 HasSuffixString(path, "/..") || in ContainsParentReference()
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.h102 inline bool HasSuffixString(const string& str, in HasSuffixString() function
109 if (HasSuffixString(str, suffix)) { in StripSuffixString()
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_helpers.cc115 if (HasSuffixString(filename, ".protodevel")) { in StripProto()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc201 if (HasSuffixString(filename, ".protodevel")) { in StripProto()
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_helpers.cc162 if (HasSuffixString(filename, ".protodevel")) { in StripProto()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc156 if (HasSuffixString(filename, ".protodevel")) { in StripProto()
/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.cc76 const char* suffix = HasSuffixString(filename, ".protodevel") in StripProto()