Home
last modified time | relevance | path

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

/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/libunwind/src/
Delfxx.h47 #define GET_FIELD(ei, offset, struct_name, elf_struct, field, check_cached) \ argument
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli589 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