OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_type_
(Results
1 - 5
of
5
) sorted by null
/external/e2fsprogs/intl/
printf-parse.c
83
#define REGISTER_ARG(_index_,
_type_
) \
109
a->arg[n].type = (
_type_
); \
110
else if (a->arg[n].type != (
_type_
)) \
/external/bison/lib/
printf-parse.c
100
#define REGISTER_ARG(_index_,
_type_
) \
128
a->arg[n].type = (
_type_
); \
129
else if (a->arg[n].type != (
_type_
)) \
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php
512
if (!isset($this->data['openid_' . $alias . '
_type_
' . $key])) {
518
$key = substr($this->data['openid_' . $alias . '
_type_
' . $key],
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-private.hh
230
#define _ASSERT_TYPE_POD1(_line, _type) union
_type_
##_type##_on_line_##_line##_is_not_POD { _type instance; }
237
typedef __typeof__(_instance)
_type_
##_line; \
238
_ASSERT_TYPE_POD1 (_line,
_type_
##_line); \
/external/harfbuzz_ng/src/
hb-private.hh
191
#define _ASSERT_TYPE_POD1(_line, _type) union
_type_
##_type##_on_line_##_line##_is_not_POD { _type instance; }
198
typedef __typeof__(_instance)
_type_
##_line; \
199
_ASSERT_TYPE_POD1 (_line,
_type_
##_line); \
Completed in 464 milliseconds