Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc268 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/
Dcommand_line_interface.cc795 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()
Dimporter.cc299 HasSuffixString(path, "/..") || in ContainsParentReference()
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.h135 inline bool HasSuffixString(const string& str, in HasSuffixString() function
142 if (HasSuffixString(str, suffix)) { in StripSuffixString()
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_helpers.cc115 if (HasSuffixString(filename, ".protodevel")) { in StripProto()
/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.cc156 if (HasSuffixString(filename, ".protodevel")) { in StripProto()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc283 if (HasSuffixString(filename, ".protodevel")) { in StripProto()
/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.cc81 const char* suffix = HasSuffixString(filename, ".protodevel") in StripProto()
/external/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc149 const char* suffix = HasSuffixString(filename, ".protodevel") in StripProto()