Home
last modified time | relevance | path

Searched refs:array_type (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_dict_helpers.c367 char array_type[10]; in wpa_dbus_dict_begin_array() local
370 err = os_snprintf(array_type, sizeof(array_type), in wpa_dbus_dict_begin_array()
381 array_type, in wpa_dbus_dict_begin_array()
623 entry->array_type = DBUS_TYPE_BYTE; in _wpa_dbus_dict_entry_get_byte_array()
673 DBusMessageIter *iter, int array_type, in _wpa_dbus_dict_entry_get_string_array() argument
681 entry->array_type = DBUS_TYPE_STRING; in _wpa_dbus_dict_entry_get_string_array()
831 switch (array_type) { in _wpa_dbus_dict_entry_get_array()
838 array_type, in _wpa_dbus_dict_entry_get_array()
846 __func__, array_type); in _wpa_dbus_dict_entry_get_array()
984 entry->array_type = DBUS_TYPE_INVALID; in wpa_dbus_dict_get_entry()
[all …]
H A Ddbus_dict_helpers.h116 int array_type; /** the dbus type of the array elements if the dict member
H A Ddbus_new_handlers_p2p.c35 entry.array_type != DBUS_TYPE_BYTE || in wpas_dbus_validate_dbus_ipaddr()
134 entry.array_type != WPAS_DBUS_TYPE_BINARRAY) in wpas_dbus_handler_p2p_find()
1073 entry.array_type != DBUS_TYPE_BYTE || in wpas_dbus_setter_p2p_device_config()
1084 entry.array_type != WPAS_DBUS_TYPE_BINARRAY || in wpas_dbus_setter_p2p_device_config()
1101 entry.array_type != WPAS_DBUS_TYPE_BINARRAY || in wpas_dbus_setter_p2p_device_config()
2630 entry.array_type != WPAS_DBUS_TYPE_BINARRAY || in wpas_dbus_setter_p2p_group_vendor_ext()
2701 entry.array_type != DBUS_TYPE_BYTE) in wpas_dbus_handler_p2p_add_service()
2708 entry.array_type != DBUS_TYPE_BYTE) in wpas_dbus_handler_p2p_add_service()
2786 entry.array_type != DBUS_TYPE_BYTE) in wpas_dbus_handler_p2p_delete_service()
2874 entry.array_type != DBUS_TYPE_BYTE) in wpas_dbus_handler_p2p_service_sd_req()
[all …]
H A Ddbus_new_handlers.c222 entry.array_type == DBUS_TYPE_BYTE) { in set_network_properties()
365 entry.array_type == DBUS_TYPE_BYTE) { in set_cred_properties()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp157 CompilerType array_type(ast_ctx.CreateArrayType( in BuildArray() local
159 return ClangUtil::GetQualType(array_type); in BuildArray()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp662 auto array_type = llvm::dyn_cast<PDBSymbolTypeArray>(&type); in CreateLLDBTypeFromPDBType() local
663 assert(array_type); in CreateLLDBTypeFromPDBType()
664 uint32_t num_elements = array_type->getCount(); in CreateLLDBTypeFromPDBType()
665 uint32_t element_uid = array_type->getElementTypeId(); in CreateLLDBTypeFromPDBType()
667 if (uint64_t size = array_type->getLength()) in CreateLLDBTypeFromPDBType()
694 array_type->getSymIndexId(), m_ast.GetSymbolFile(), ConstString(), in CreateLLDBTypeFromPDBType()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp702 if (const ArrayType *array_type = type->getAsArrayTypeUnsafe()) in RequireCompleteType() local
703 return RequireCompleteType(array_type->getElementType()); in RequireCompleteType()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def140 HANDLE_DW_TAG(0x0001, array_type, 2, DWARF, DW_KIND_TYPE)
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2650 const clang::ArrayType *array_type = in GetCompleteQualType() local
2653 if (array_type) in GetCompleteQualType()
2654 return GetCompleteQualType(ast, array_type->getElementType(), in GetCompleteQualType()