Home
last modified time | relevance | path

Searched defs:struct_name (Results 1 – 21 of 21) sorted by relevance

/external/chromium_org/ipc/
Dparam_traits_read_macros.h15 #define IPC_STRUCT_BEGIN_WITH_PARENT(struct_name, parent) \ argument
25 #define IPC_STRUCT_TRAITS_BEGIN(struct_name) \ argument
Dparam_traits_write_macros.h15 #define IPC_STRUCT_BEGIN_WITH_PARENT(struct_name, parent) \ argument
25 #define IPC_STRUCT_TRAITS_BEGIN(struct_name) \ argument
Dparam_traits_log_macros.h17 #define IPC_STRUCT_BEGIN_WITH_PARENT(struct_name, parent) \ argument
27 #define IPC_STRUCT_TRAITS_BEGIN(struct_name) \ argument
Dipc_message_null_macros.h19 #define IPC_STRUCT_BEGIN_WITH_PARENT(struct_name, parent) argument
22 #define IPC_STRUCT_TRAITS_BEGIN(struct_name) argument
Dstruct_destructor_macros.h13 #define IPC_STRUCT_BEGIN_WITH_PARENT(struct_name, parent) \ argument
Dstruct_constructor_macros.h15 #define IPC_STRUCT_BEGIN_WITH_PARENT(struct_name, parent) \ argument
Dparam_traits_macros.h11 #define IPC_STRUCT_TRAITS_BEGIN(struct_name) \ argument
Dipc_message_macros.h207 #define IPC_STRUCT_BEGIN(struct_name) \ argument
211 #define IPC_STRUCT_BEGIN_WITH_PARENT(struct_name, parent) \ argument
/external/chromium_org/base/win/
Dwin_util.h118 #define SIZEOF_STRUCT_WITH_SPECIFIED_LAST_MEMBER(struct_name, member) \ argument
/external/chromium_org/native_client_sdk/src/libraries/sdk_util/
Dmacros.h17 #define MEMBER_SIZE(struct_name, member) sizeof(((struct_name*)0)->member) argument
/external/chromium_org/content/shell/app/
Dwebkit_test_platform_support_win.cc20 #define SIZEOF_STRUCT_WITH_SPECIFIED_LAST_MEMBER(struct_name, member) \ argument
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
Dgenperf.c151 const char *struct_name, keyword_list *kws, in perfect_gen()
256 static char struct_name[128] = ""; in main() local
/external/nanopb-c/generator/
Dnanopb_generator.py162 def __init__(self, struct_name, desc, field_options): argument
419 def __init__(self, struct_name, range_start, field_options): argument
453 def __init__(self, struct_name, desc, field_options): argument
/external/lldb/source/Expression/
DASTStructExtractor.cpp30 const char *struct_name, in ASTStructExtractor()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c70 create_jit_texture_type(struct gallivm_state *gallivm, const char *struct_name) in create_jit_texture_type()
154 LLVMTypeRef texture_type, const char *struct_name) in create_jit_context_type()
196 create_jit_vertex_buffer_type(struct gallivm_state *gallivm, const char *struct_name) in create_jit_vertex_buffer_type()
235 char struct_name[24]; in create_jit_vertex_header() local
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
Ddraw_llvm.c70 create_jit_texture_type(struct gallivm_state *gallivm, const char *struct_name) in create_jit_texture_type()
154 LLVMTypeRef texture_type, const char *struct_name) in create_jit_context_type()
196 create_jit_vertex_buffer_type(struct gallivm_state *gallivm, const char *struct_name) in create_jit_vertex_buffer_type()
235 char struct_name[24]; in create_jit_vertex_header() local
/external/chromium_org/ppapi/generators/
Didl_gen_wrapper.py40 struct_name, needs_wrapping, header_file): argument
/external/chromium_org/tools/ipc_fuzzer/mutate/
Dmutate.cc462 #define IPC_STRUCT_BEGIN_WITH_PARENT(struct_name, parent) \ argument
464 #define IPC_STRUCT_BEGIN(struct_name) IPC_STRUCT_TRAITS_BEGIN(struct_name) argument
473 #define IPC_STRUCT_TRAITS_BEGIN(struct_name) \ argument
Dgenerate.cc1136 #define IPC_STRUCT_BEGIN_WITH_PARENT(struct_name, parent) \ argument
1138 #define IPC_STRUCT_BEGIN(struct_name) IPC_STRUCT_TRAITS_BEGIN(struct_name) argument
1147 #define IPC_STRUCT_TRAITS_BEGIN(struct_name) \ argument
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli572 val struct_name : lltype -> string option val
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp5826 …if (const char *struct_name = encoding_die->GetAttributeValueAsString(this, dwarf_cu, DW_AT_name, … in ParseType() local