Searched refs:HasSuffixString (Results 1 – 10 of 10) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/objectivec/ |
D | objectivec_helpers.cc | 268 if (HasSuffixString(filename, ".protodevel")) { in StripProto() 435 if (HasSuffixString(result, "Array")) { in FieldName() 478 if (HasSuffixString(worker, "_p")) { in UnCamelCaseFieldName() 481 if (field->is_repeated() && HasSuffixString(worker, "Array")) { in UnCamelCaseFieldName()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | command_line_interface.cc | 795 if (!HasSuffixString(output_location, ".zip") && in Run() 796 !HasSuffixString(output_location, ".jar")) { in Run() 818 if (HasSuffixString(location, "/")) { in Run() 824 if (HasSuffixString(location, ".jar")) { in Run() 1293 (plugin_prefix_.empty() || !HasSuffixString(name, "_out"))) { in InterpretArgument() 1420 HasSuffixString(output_directive.name, "_out")) in GenerateOutput()
|
D | importer.cc | 299 HasSuffixString(path, "/..") || in ContainsParentReference()
|
/external/protobuf/src/google/protobuf/stubs/ |
D | strutil.h | 135 inline bool HasSuffixString(const string& str, in HasSuffixString() function 142 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/javanano/ |
D | javanano_helpers.cc | 170 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/cpp/ |
D | cpp_helpers.cc | 283 if (HasSuffixString(filename, ".protodevel")) { in StripProto()
|
/external/protobuf/src/google/protobuf/compiler/python/ |
D | python_generator.cc | 81 const char* suffix = HasSuffixString(filename, ".protodevel") in StripProto()
|
/external/protobuf/src/google/protobuf/compiler/js/ |
D | js_generator.cc | 149 const char* suffix = HasSuffixString(filename, ".protodevel") in StripProto()
|