Lines Matching defs:output
37 // `output` value is undefined if false is returned.
39 const char* end, std::string* output) {
50 output->append(escapedString);
67 std::string* output) {
68 assert(output != nullptr);
81 return ExtractStringLiteral(loc, stringBegin, stringEnd, output);
86 std::string* output) {
87 assert(output != nullptr);
100 return ExtractStringLiteral(loc, stringBegin, stringEnd, output);
137 std::unordered_map<std::string, std::string>* output) {
204 if (output->count(filename) != 0) {
209 output->insert({filename, code});