Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-private.hh278 # define _ASSERT_INSTANCE_POD1(_line, _instance) \ macro
284 # define _ASSERT_INSTANCE_POD1(_line, _instance) typedef int _assertion_on_line_##_line##_not_tested macro
286 # define _ASSERT_INSTANCE_POD0(_line, _instance) _ASSERT_INSTANCE_POD1 (_line, _instance)
292 { _ASSERT_INSTANCE_POD1 (_line, *this); /* Make sure it's POD. */ }