Searched refs:HasSuffixString (Results 1 – 9 of 9) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/ |
D | command_line_interface.cc | 798 if (!HasSuffixString(output_location, ".zip") && in Run() 799 !HasSuffixString(output_location, ".jar")) { in Run() 821 if (HasSuffixString(location, "/")) { in Run() 827 if (HasSuffixString(location, ".jar")) { in Run() 1301 (plugin_prefix_.empty() || !HasSuffixString(name, "_out"))) { in InterpretArgument() 1428 HasSuffixString(output_directive.name, "_out")) in GenerateOutput()
|
D | importer.cc | 299 HasSuffixString(path, "/..") || in ContainsParentReference()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/objectivec/ |
D | objectivec_helpers.cc | 272 if (HasSuffixString(filename, ".protodevel")) { in StripProto() 455 if (HasSuffixString(result, "Array")) { in FieldName() 498 if (HasSuffixString(worker, "_p")) { in UnCamelCaseFieldName() 501 if (field->is_repeated() && HasSuffixString(worker, "Array")) { in UnCamelCaseFieldName()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/ |
D | strutil.h | 135 inline bool HasSuffixString(const string& str, in HasSuffixString() function 142 if (HasSuffixString(str, suffix)) { in StripSuffixString()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/javanano/ |
D | javanano_helpers.cc | 170 if (HasSuffixString(filename, ".protodevel")) { in StripProto()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/ |
D | cpp_helpers.cc | 283 if (HasSuffixString(filename, ".protodevel")) { in StripProto()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/java/ |
D | java_helpers.cc | 170 if (HasSuffixString(filename, ".protodevel")) { in StripProto()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/python/ |
D | python_generator.cc | 82 const char* suffix = HasSuffixString(filename, ".protodevel") in StripProto()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/js/ |
D | js_generator.cc | 149 const char* suffix = HasSuffixString(filename, ".protodevel") in StripProto()
|