/external/dynamic_depth/internal/strings/ |
util.h | 40 inline bool HasSuffixString(const string& str, const string& suffix) {
|
/external/perf_data_converter/src/ |
perf_data_handler.cc | 180 inline bool HasSuffixString(const string& haystack, const char* needle) { 326 (HasPrefixString(map_name, "[") && HasSuffixString(map_name, "]")); 405 if (old_mapping == nullptr && !HasSuffixString(mmap->filename(), ".ko") && 406 !HasSuffixString(mmap->filename(), ".so") && 413 !HasSuffixString(mmap->filename(), "/sel_ldr")) {
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
javamicro_helpers.cc | 115 if (HasSuffixString(filename, ".protodevel")) {
|
/external/protobuf/src/google/protobuf/compiler/objectivec/ |
objectivec_helpers.cc | 268 if (HasSuffixString(filename, ".protodevel")) { 435 if (HasSuffixString(result, "Array")) { 478 if (HasSuffixString(worker, "_p")) { 481 if (field->is_repeated() && HasSuffixString(worker, "Array")) { [all...] |
/external/protobuf/src/google/protobuf/compiler/ |
command_line_interface.cc | 795 if (!HasSuffixString(output_location, ".zip") && 796 !HasSuffixString(output_location, ".jar")) { 818 if (HasSuffixString(location, "/")) { 824 if (HasSuffixString(location, ".jar")) { [all...] |
importer.cc | 299 HasSuffixString(path, "/..") ||
|
/external/protobuf/src/google/protobuf/stubs/ |
strutil.h | 128 // HasSuffixString() 135 inline bool HasSuffixString(const string& str, 142 if (HasSuffixString(str, suffix)) { [all...] |
/external/protobuf/src/google/protobuf/compiler/javanano/ |
javanano_helpers.cc | 170 if (HasSuffixString(filename, ".protodevel")) {
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_helpers.cc | 283 if (HasSuffixString(filename, ".protodevel")) {
|
/external/protobuf/src/google/protobuf/compiler/java/ |
java_helpers.cc | 156 if (HasSuffixString(filename, ".protodevel")) {
|
/external/protobuf/src/google/protobuf/compiler/python/ |
python_generator.cc | 81 const char* suffix = HasSuffixString(filename, ".protodevel") [all...] |
/external/protobuf/src/google/protobuf/compiler/js/ |
js_generator.cc | 149 const char* suffix = HasSuffixString(filename, ".protodevel") [all...] |