Lines Matching defs:body
32 const std::string& body,
63 ss << body;
73 // the end of the callee body, and the preamble and body of the called
74 // function with the given body, but missing the final return and
76 // |body| argument to GenerateShaderCode.
77 std::string CallAndCallee(const std::string& body) {
88 ss << body;
166 const std::string body = R"(
170 CompileSuccessfully(GenerateShaderCode(body));
206 const std::string body = R"(
210 CompileSuccessfully(GenerateShaderCode(body));
218 const std::string body = R"(
222 CompileSuccessfully(GenerateShaderCode(body));
230 const std::string body = R"(
235 CompileSuccessfully(GenerateShaderCode(body));
243 const std::string body = R"(
247 CompileSuccessfully(GenerateShaderCode(body));
283 const std::string body = R"(
287 CompileSuccessfully(GenerateShaderCode(body));
295 const std::string body = R"(
299 CompileSuccessfully(GenerateShaderCode(body));
307 const std::string body = R"(
312 CompileSuccessfully(GenerateShaderCode(body));