Home
last modified time | relevance | path

Searched refs:example_struct (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/base/
Dexception_safety_testing_test.cc595 testing::AssertionResult operator()(ExampleStruct* example_struct) const { in operator ()()
596 return ExampleFunctionContract(example_struct); in operator ()()
604 auto example_lambda_contract = [](ExampleStruct* example_struct) { in __anona1f47a8c5302() argument
605 return ExampleFunctionContract(example_struct); in __anona1f47a8c5302()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cArrayOfArraysTests.cpp1341 std::string example_struct("struct light {\n" in test_shader_compilation() local
1349 shader_source = example_struct; in test_shader_compilation()
1416 std::string example_struct("struct light {\n" in test_shader_compilation() local
1424 shader_source = example_struct; in test_shader_compilation()
1450 std::string example_struct("struct light {\n" in test_shader_compilation() local
1458 shader_source = example_struct; in test_shader_compilation()
2664 std::string example_struct("struct light {\n" in test_shader_compilation() local
2669 std::string shader_source = example_struct + shader_start; in test_shader_compilation()