Searched refs:StringDump (Results 1 – 2 of 2) sorted by relevance
20 TEST(StructuredDataTest, StringDump) { argument
121 static std::vector<std::string> StringDump;247 opts::StringDump = Args.getAllArgValues(OPT_string_dump_EQ); in parseOptions() 449 if (!opts::StringDump.empty()) in dumpObject() 450 Dumper->printSectionsAsString(Obj, opts::StringDump, opts::Decompress); in dumpObject() 119 static std::vector<std::string> StringDump; global() variable