Home
last modified time | relevance | path

Searched refs:CheckWrapper (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/qgis/qgis-3.22.3/python/core/additions/
H A Dvaliditycheck.py52 check = CheckWrapper(check_type=type, check_func=f)
59 class CheckWrapper(QgsAbstractValidityCheck): class
77 return CheckWrapper(check_type=self._check_type, check_func=self._check_func)
/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/additions/
H A Dvaliditycheck.py52 check = CheckWrapper(check_type=type, check_func=f)
59 class CheckWrapper(QgsAbstractValidityCheck): class
77 return CheckWrapper(check_type=self._check_type, check_func=self._check_func)
/dports/lang/v8/v8-9.6.180.12/include/
H A Dv8-cppgc.h240 CheckWrapper(wrapper, wrapper_index, wrappable); in GetWriteBarrierType()
289 static void CheckWrapper(v8::Local<v8::Object>&, int, const void*);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/activity_log/
H A Dfullstream_ui_policy_unittest.cc102 base::BindOnce(&FullStreamUIPolicyTest::CheckWrapper, in CheckReadFilteredData()
120 static void CheckWrapper( in CheckWrapper() function in extensions::FullStreamUIPolicyTest
H A Dcounting_policy_unittest.cc109 base::BindOnce(&CountingPolicyTest::CheckWrapper, std::move(checker), in CheckReadFilteredData()
151 static void CheckWrapper( in CheckWrapper() function in extensions::CountingPolicyTest
/dports/lang/v8/v8-9.6.180.12/src/heap/cppgc-js/
H A Dcpp-heap.cc97 void JSHeapConsistency::CheckWrapper(v8::Local<v8::Object>& wrapper, in CheckWrapper() function in v8::JSHeapConsistency