Home
last modified time | relevance | path

Searched defs:type_code (Results 1 – 5 of 5) sorted by relevance

/external/flatbuffers/include/flatbuffers/
Dminireflect.h204 auto type_code = type_table->type_codes[type_code_idx]; in IterateValue() local
238 auto type_code = type_table->type_codes[i]; in IterateObject() local
/external/python/cpython2/Modules/_ctypes/libffi/src/arm/
Dffi.c236 int type_code; in ffi_prep_cif_machdep() local
/external/brotli/c/enc/
Dbrotli_bit_stream.c63 size_t type_code = (type == calculator->last_type + 1) ? 1u : in NextBlockTypeCode() local
772 size_t type_code = NextBlockTypeCode(&type_code_calculator, types[i]); in BuildAndStoreBlockSplitCode() local
/external/llvm-project/lldb/source/Plugins/Language/ObjC/
DCocoa.cpp503 TypeCodes type_code; in NSNumberSummaryProvider() local
/external/rust/crates/libc/src/unix/haiku/
Dnative.rs31 pub type type_code = u32; typedef