Lines Matching refs:std
33 const std::vector<const char*> text = {
36 "%1 = OpExtInstImport \"GLSL.std.450\"",
56 EXPECT_EQ(Pass::Status::SuccessWithChange, std::get<1>(result));
57 const std::string& output = std::get<0>(result);
66 const std::string text = R"(
68 %1 = OpExtInstImport "GLSL.std.450"
105 const std::string text = R"(
107 %1 = OpExtInstImport "GLSL.std.450"
126 EXPECT_EQ(Pass::Status::SuccessWithChange, std::get<1>(result));
127 const std::string& output = std::get<0>(result);
134 const std::vector<const char*> text = {
137 "%1 = OpExtInstImport \"GLSL.std.450\"",
157 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result));
162 const std::vector<const char*> text = {
165 "%1 = OpExtInstImport \"GLSL.std.450\"",
186 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result));
191 const std::vector<const char*> text = {
194 "%1 = OpExtInstImport \"GLSL.std.450\"",
214 EXPECT_EQ(Pass::Status::SuccessWithChange, std::get<1>(result));
215 const std::string& output = std::get<0>(result);
223 const std::vector<const char*> text = {
226 "%1 = OpExtInstImport \"GLSL.std.450\"",
248 EXPECT_EQ(Pass::Status::SuccessWithChange, std::get<1>(result));
249 const std::string& output = std::get<0>(result);
261 const std::vector<const char*> common_text = {
264 "%1 = OpExtInstImport \"GLSL.std.450\"",
308 const std::vector<const char*> foo_before = {
322 const std::vector<const char*> foo_after = {
347 const std::vector<const char*> common_text = {
350 "%1 = OpExtInstImport \"GLSL.std.450\"",
395 const std::vector<const char*> foo_before = {
410 const std::vector<const char*> foo_after = {