Home
last modified time | relevance | path

Searched defs:assert_type (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/crates/static-assertions-rs/src/
Dlib.rs96 mod assert_type; module
/third_party/skia/tests/
DRecordTestUtils.h31 static const T* assert_type(skiatest::Reporter* r, const SkRecord& record, int index) { in assert_type() function
/third_party/skia/m133/tests/
DRecordTestUtils.h31 static const T* assert_type(skiatest::Reporter* r, const SkRecord& record, int index) { in assert_type() function
/third_party/python/Lib/
Dtyping.py2257 def assert_type(val, typ, /): function