Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/tools/bindings/generators/cpp_templates/
Dinterface_macros.tmpl46 {%- macro build_message_flags(is_response, is_sync_text, expects_response_text,
48 {%- if is_response %}
75 is_response, method, parameters, params_struct,
103 {%- if not is_response %}
112 {{build_message_flags(is_response, "is_sync", "expects_response",
130 {% if not is_response %}
/external/u-boot/arch/x86/include/asm/
Dme_common.h207 u32 is_response:1; member