Home
last modified time | relevance | path

Searched refs:class_instance (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/armnn/python/pyarmnn/test/
H A Dtest_generated.py36 def test_destructors_exist_per_class(self, class_instance): argument
37 assert getattr(class_instance[1], '__swig_destroy__', None)
39 def test_owned(self, class_instance): argument
40 assert getattr(class_instance[1], 'thisown', None)
46 def test_destructors_does_not_exist_per_class(self, class_instance): argument
47 assert not getattr(class_instance[1], '__swig_destroy__', None)
49 def test_not_owned(self, class_instance): argument
50 assert not getattr(class_instance[1], 'thisown', None)
/aosp_15_r20/external/cronet/base/test/
H A Dasync_results_test_values_win.h148 auto class_instance = Microsoft::WRL::Make<TestClassImplementingIUnknown>();
149 class_instance.As(&test_value_);
/aosp_15_r20/external/cronet/base/win/
H A Dwmi.cc140 ComPtr<IWbemClassObject>* class_instance) { in CreateWmiClassMethodObject() argument
163 hr = params_def->SpawnInstance(0, &(*class_instance)); in CreateWmiClassMethodObject()
H A Dwmi.h91 Microsoft::WRL::ComPtr<IWbemClassObject>* class_instance);