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 __anon42d92ccd5302() argument
605 return ExampleFunctionContract(example_struct); in __anon42d92ccd5302()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cArrayOfArraysTests.cpp1405 std::string example_struct("struct light {\n" in test_shader_compilation() local
1413 shader_source = example_struct; in test_shader_compilation()
1480 std::string example_struct("struct light {\n" in test_shader_compilation() local
1488 shader_source = example_struct; in test_shader_compilation()
1514 std::string example_struct("struct light {\n" in test_shader_compilation() local
1522 shader_source = example_struct; in test_shader_compilation()
2728 std::string example_struct("struct light {\n" in test_shader_compilation() local
2733 std::string shader_source = example_struct + shader_start; in test_shader_compilation()