Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dcommand_line_interface.cc798 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()
Dimporter.cc299 HasSuffixString(path, "/..") || in ContainsParentReference()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc272 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/
Dstrutil.h135 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/
Djavanano_helpers.cc170 if (HasSuffixString(filename, ".protodevel")) { in StripProto()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc283 if (HasSuffixString(filename, ".protodevel")) { in StripProto()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/java/
Djava_helpers.cc170 if (HasSuffixString(filename, ".protodevel")) { in StripProto()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/python/
Dpython_generator.cc82 const char* suffix = HasSuffixString(filename, ".protodevel") in StripProto()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/js/
Djs_generator.cc149 const char* suffix = HasSuffixString(filename, ".protodevel") in StripProto()