OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_ASSERT_INSTANCE_POD1
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-private.hh
129
# define
_ASSERT_INSTANCE_POD1
(_line, _instance) \
135
# define
_ASSERT_INSTANCE_POD1
(_line, _instance) typedef int _assertion_on_line_##_line##_not_tested
137
# define _ASSERT_INSTANCE_POD0(_line, _instance)
_ASSERT_INSTANCE_POD1
(_line, _instance)
143
{
_ASSERT_INSTANCE_POD1
(_line, *this); /* Make sure it's POD. */ }
/external/harfbuzz_ng/src/
hb-private.hh
126
# define
_ASSERT_INSTANCE_POD1
(_line, _instance) \
132
# define
_ASSERT_INSTANCE_POD1
(_line, _instance) typedef int _assertion_on_line_##_line##_not_tested
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 30 milliseconds