Lines Matching defs:result

18   std::string result = std::string(tgfmt("", &ctx));  in TEST()  local
25 std::string result = std::string(tgfmt("", &ctx, "a", "b", "c")); in TEST() local
33 std::string result = std::string(tgfmt("", &ctx)); in TEST() local
39 std::string result = std::string(tgfmt("void foo {}", &ctx)); in TEST() local
46 std::string result = std::string(tgfmt("$", &ctx)); in TEST() local
53 std::string result = std::string(tgfmt("foo bar baz$", &ctx)); in TEST() local
60 std::string result = in TEST() local
70 std::string result = in TEST() local
78 std::string result = std::string(tgfmt("$0 %1 $2", &ctx)); in TEST() local
85 std::string result = std::string(tgfmt("$2 $0 $2", &ctx, "a", "b", "c")); in TEST() local
91 std::string result = std::string(tgfmt("foo$0bar", &ctx, "-")); in TEST() local
97 std::string result = std::string(tgfmt("$_self", &ctx.withSelf("sss"))); in TEST() local
104 std::string result = std::string(tgfmt("$_builder", &ctx.withBuilder("bbb"))); in TEST() local
110 std::string result = std::string(tgfmt("$_op", &ctx.withOp("ooo"))); in TEST() local
115 std::string result = std::string(tgfmt("$_op", nullptr)); in TEST() local
121 std::string result = std::string(tgfmt("$_op", &ctx.withBuilder("builder"))); in TEST() local
129 std::string result = std::string(tgfmt("$m{$m($m[$m]$m)$m}$m|", &ctx)); in TEST() local
140 std::string result = std::string(tgfmt("$m$m1$m2C$M_3", &ctx)); in TEST() local
146 std::string result = std::string(tgfmt("foo($awesome, $param)", &ctx)); in TEST() local
155 std::string result = std::string(tgfmt("$_builder.build($_self, {$0, $1})", in TEST() local