Searched refs:HasSuffixString (Results 1 – 12 of 12) sorted by relevance
/external/dynamic_depth/internal/strings/ |
D | util.h | 40 inline bool HasSuffixString(const string& str, const string& suffix) { in HasSuffixString() function
|
/external/protobuf/src/google/protobuf/ |
D | any_lite.cc | 101 HasSuffixString(type_url, type_name); in InternalIs()
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | datapiece.cc | 377 0, HasSuffixString(src, "=") ? src.find_last_not_of('=') + 1 in DecodeBase64() 391 0, HasSuffixString(src, "=") ? src.find_last_not_of('=') + 1 in DecodeBase64()
|
D | protostream_objectwriter.cc | 1006 if (!HasSuffixString(value, "s")) { in RenderDuration()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | command_line_interface.cc | 895 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()
|
D | importer.cc | 317 HasSuffixString(path, "/..") || path.find("/../") != string::npos; in ContainsParentReference()
|
/external/protobuf/src/google/protobuf/compiler/objectivec/ |
D | objectivec_helpers.cc | 360 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/ |
D | javamicro_helpers.cc | 115 if (HasSuffixString(filename, ".protodevel")) { in StripProto()
|
/external/protobuf/src/google/protobuf/stubs/ |
D | strutil.h | 137 inline bool HasSuffixString(const string& str, in HasSuffixString() function 144 if (HasSuffixString(str, suffix)) { in StripSuffixString()
|
/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 | 233 if (HasSuffixString(filename, ".protodevel")) { in StripProto()
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_helpers.cc | 475 if (HasSuffixString(filename, ".protodevel")) { in StripProto()
|