Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-marshal-header.c753 #define REQUIRE_FIELD(name) do { if (header->fields[DBUS_HEADER_FIELD_##name].value_pos < 0) return… in check_mandatory_fields() macro
758 REQUIRE_FIELD (INTERFACE); in check_mandatory_fields()
761 REQUIRE_FIELD (PATH); in check_mandatory_fields()
762 REQUIRE_FIELD (MEMBER); in check_mandatory_fields()
765 REQUIRE_FIELD (ERROR_NAME); in check_mandatory_fields()
766 REQUIRE_FIELD (REPLY_SERIAL); in check_mandatory_fields()
769 REQUIRE_FIELD (REPLY_SERIAL); in check_mandatory_fields()
/external/llvm/lib/AsmParser/
DLLParser.cpp3554 #define REQUIRE_FIELD(NAME, TYPE, INIT) \ macro
3569 VISIT_MD_FIELDS(NOP_FIELD, REQUIRE_FIELD) \
4067 #undef REQUIRE_FIELD