Searched defs:_ASSERT_INSTANCE_POD1 (Results 1 - 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-private.hh126 # define _ASSERT_INSTANCE_POD1(_line, _instance) \ macro
132 # define _ASSERT_INSTANCE_POD1(_line, _instance) typedef int _assertion_on_line_##_line##_not_tested macro
134 # define _ASSERT_INSTANCE_POD0(_line, _instance) _ASSERT_INSTANCE_POD1 (_line, _instance)
140 { _ASSERT_INSTANCE_POD1 (_line, *this); /* Make sure it's POD. */ }

Completed in 161 milliseconds