Home
last modified time | relevance | path

Searched refs:found_value (Results 1 - 2 of 2) sorted by relevance

/third_party/gn/src/gn/
H A Dscope_unittest.cc110 const Value* found_value = new_scope.GetValue("v"); in TEST() local
111 ASSERT_TRUE(found_value); in TEST()
112 EXPECT_TRUE(old_value == *found_value); in TEST()
130 const Template* found_value = new_scope.GetTemplate("templ"); in TEST() local
131 ASSERT_TRUE(found_value); in TEST()
132 EXPECT_TRUE(templ.get() == found_value); in TEST()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cSparseBufferTests.cpp1739 const unsigned char found_value = result_data[n_current_byte]; in execute() local
1741 if (expected_value != found_value) in execute()
1748 << (int)found_value << "]" in execute()
1781 const unsigned char found_value = result_data[n_current_byte]; in execute() local
1783 if (expected_value != found_value) in execute()
1790 << (int)found_value << "]" in execute()

Completed in 15 milliseconds