Home
last modified time | relevance | path

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

/third_party/jerryscript/tests/unit-core/
H A Dtest-objects-foreach.cpp231 jerry_value_t found_object; in HWTEST_F() local
232 TEST_ASSERT (jerry_objects_foreach_by_native_info (&test_info, find_test_object_by_data, &found_object)); in HWTEST_F()
233 jerry_value_t args[2] = {object, found_object}; in HWTEST_F()
240 jerry_release_value (found_object); in HWTEST_F()
247 TEST_ASSERT (!jerry_objects_foreach_by_native_info (&test_info, find_test_object_by_data, &found_object)); in HWTEST_F()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_pipeline_cache.c406 struct vk_pipeline_cache_object *found_object = NULL; in vk_pipeline_cache_add_object() local
408 found_object = vk_pipeline_cache_object_ref((void *)entry->key); in vk_pipeline_cache_add_object()
417 return found_object; in vk_pipeline_cache_add_object()

Completed in 2 milliseconds