Searched refs:HasSuffixString (Results 1 – 8 of 8) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/ |
D | command_line_interface.cc | 677 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()
|
D | importer.cc | 283 HasSuffixString(path, "/..") || in ContainsParentReference()
|
/external/protobuf/src/google/protobuf/stubs/ |
D | strutil.h | 102 inline bool HasSuffixString(const string& str, in HasSuffixString() function 109 if (HasSuffixString(str, suffix)) { in StripSuffixString()
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
D | javamicro_helpers.cc | 115 if (HasSuffixString(filename, ".protodevel")) { in StripProto()
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_helpers.cc | 201 if (HasSuffixString(filename, ".protodevel")) { in StripProto()
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
D | javanano_helpers.cc | 162 if (HasSuffixString(filename, ".protodevel")) { in StripProto()
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_helpers.cc | 156 if (HasSuffixString(filename, ".protodevel")) { in StripProto()
|
/external/protobuf/src/google/protobuf/compiler/python/ |
D | python_generator.cc | 76 const char* suffix = HasSuffixString(filename, ".protodevel") in StripProto()
|