Searched refs:StripString (Results 1 – 19 of 19) sorted by relevance
/external/flatbuffers/tests/fuzzer/ |
D | flatbuffers_scalar_fuzzer.cc | 31 static std::string StripString(const std::string &s, const char *pattern, in StripString() function 62 auto test = StripString(input, "\t\r\n ", &r.pos); in Match() 88 auto str = StripString(input, " "); in MatchRegexList()
|
/external/perfetto/src/ipc/protoc_plugin/ |
D | ipc_generator.cc | 42 using google::protobuf::StripString; 248 StripString(&guard, ".-/\\", '_'); in Generate()
|
/external/ImageMagick/MagickCore/ |
D | string_.h | 112 StripString(char *);
|
D | nt-feature.c | 380 StripString(buffer); in NTAcquireTypeCache()
|
D | delegate.c | 1966 StripString(commands[0]); in ListDelegateInfo() 1970 StripString(commands[j]); in ListDelegateInfo()
|
D | methods.h | 984 #define StripString PrependMagickMethod(StripString) macro
|
D | string.c | 2589 MagickExport void StripString(char *message) in StripString() function
|
D | fx.c | 1465 StripString(symbol); in FxGetSymbol()
|
/external/perfetto/src/protozero/protoc_plugin/ |
D | protozero_generator.cc | 42 using google::protobuf::StripString; 137 StripString(&name, ".", '_'); in GetCppClassName() 273 StripString(&guard, ".-/\\", '_'); in GeneratePrologue()
|
/external/protobuf/src/google/protobuf/compiler/python/ |
D | python_generator.cc | 90 StripString(&basename, "-", '_'); in ModuleName() 91 StripString(&basename, "/", '.'); in ModuleName() 317 StripString(&filename, ".", '/'); in Generate()
|
/external/ImageMagick/ |
D | Magickshr.opt | 100 symbol_vector=(StripString=PROCEDURE)
|
/external/perfetto/tools/proto_to_cpp/ |
D | proto_to_cpp.cc | 225 StripString(&include_guard, ".-/\\", '_'); in Convert()
|
/external/protobuf/src/google/protobuf/stubs/ |
D | strutil.h | 158 LIBPROTOBUF_EXPORT void StripString(string* s, const char* remove,
|
D | strutil.cc | 86 void StripString(string* s, const char* remove, char replacewith) { in StripString() function
|
/external/ImageMagick/coders/ |
D | dng.c | 313 StripString(content); in InvokeDNGDelegate()
|
D | xpm.c | 410 StripString(target); in ReadXPMImage()
|
D | ps.c | 664 (void) StripString(value); in ReadPSImage()
|
D | msl.c | 7449 StripString(msl_info->content); in MSLEndElement() 7496 StripString(msl_info->content); in MSLEndElement()
|
/external/protobuf/src/google/protobuf/compiler/js/ |
D | js_generator.cc | 185 StripString(&basename, "-", '$'); in ModuleAlias() 186 StripString(&basename, "/", '_'); in ModuleAlias()
|