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

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-private.hh235 # define _ASSERT_INSTANCE_POD1(_line, _instance) \ macro
241 # define _ASSERT_INSTANCE_POD1(_line, _instance) typedef int _assertion_on_line_##_line##_not_tested macro
243 # define _ASSERT_INSTANCE_POD0(_line, _instance) _ASSERT_INSTANCE_POD1 (_line, _instance)
249 { _ASSERT_INSTANCE_POD1 (_line, *this); /* Make sure it's POD. */ }
/external/harfbuzz_ng/src/
H A Dhb-private.hh196 # define _ASSERT_INSTANCE_POD1(_line, _instance) \ macro
202 # define _ASSERT_INSTANCE_POD1(_line, _instance) typedef int _assertion_on_line_##_line##_not_tested macro
204 # define _ASSERT_INSTANCE_POD0(_line, _instance) _ASSERT_INSTANCE_POD1 (_line, _instance)
210 { _ASSERT_INSTANCE_POD1 (_line, *this); /* Make sure it's POD. */ }

Completed in 59 milliseconds