Home
last modified time | relevance | path

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

/external/dynamic_depth/internal/strings/
Dutil.h40 inline bool HasSuffixString(const string& str, const string& suffix) { in HasSuffixString() function
/external/protobuf/src/google/protobuf/
Dany_lite.cc101 HasSuffixString(type_url, type_name); in InternalIs()
/external/protobuf/src/google/protobuf/util/internal/
Ddatapiece.cc377 0, HasSuffixString(src, "=") ? src.find_last_not_of('=') + 1 in DecodeBase64()
391 0, HasSuffixString(src, "=") ? src.find_last_not_of('=') + 1 in DecodeBase64()
Dprotostream_objectwriter.cc1006 if (!HasSuffixString(value, "s")) { in RenderDuration()
/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc895 if (!HasSuffixString(output_location, ".zip") && in Run()
896 !HasSuffixString(output_location, ".jar")) { in Run()
918 if (HasSuffixString(location, "/")) { in Run()
924 if (HasSuffixString(location, ".jar")) { in Run()
1686 (plugin_prefix_.empty() || !HasSuffixString(name, "_out"))) { in InterpretArgument()
1696 } else if (HasPrefixString(name, "--") && HasSuffixString(name, "_opt")) { in InterpretArgument()
1909 HasSuffixString(output_directive.name, "_out")) in GenerateOutput()
Dimporter.cc317 HasSuffixString(path, "/..") || path.find("/../") != string::npos; in ContainsParentReference()
/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc360 if (HasSuffixString(filename, ".protodevel")) { in StripProto()
546 if (HasSuffixString(result, "Array")) { in FieldName()
589 if (HasSuffixString(worker, "_p")) { in UnCamelCaseFieldName()
592 if (field->is_repeated() && HasSuffixString(worker, "Array")) { in UnCamelCaseFieldName()
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_helpers.cc115 if (HasSuffixString(filename, ".protodevel")) { in StripProto()
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.h137 inline bool HasSuffixString(const string& str, in HasSuffixString() function
144 if (HasSuffixString(str, suffix)) { in StripSuffixString()
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_helpers.cc170 if (HasSuffixString(filename, ".protodevel")) { in StripProto()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc233 if (HasSuffixString(filename, ".protodevel")) { in StripProto()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc475 if (HasSuffixString(filename, ".protodevel")) { in StripProto()