Home
last modified time | relevance | path

Searched defs:type_name (Results 1 – 8 of 8) sorted by relevance

/packages/modules/HealthFitness/service/proto/phr/
Dprint_required_fhir_type_enums.py42 def _get_types_and_child_types_from_structure_definition(type_name, structure_definition): argument
/packages/modules/Bluetooth/system/gd/packet/parser/fields/
Dcustom_field_fixed_size.cc23 CustomFieldFixedSize::CustomFieldFixedSize(std::string name, std::string type_name, int size, in CustomFieldFixedSize()
Dchecksum_field.cc23 ChecksumField::ChecksumField(std::string name, std::string type_name, int size, ParseLocation loc) in ChecksumField()
Dvariable_length_struct_field.cc23 VariableLengthStructField::VariableLengthStructField(std::string name, std::string type_name, in VariableLengthStructField()
Dstruct_field.cc23 StructField::StructField(std::string name, std::string type_name, Size size, ParseLocation loc) in StructField()
Dcustom_field.cc23 CustomField::CustomField(std::string name, std::string type_name, ParseLocation loc) in CustomField()
/packages/modules/Nfc/libnfc-nci/tests/src/
Dnfa_dm_ndef_test.cc402 uint8_t type_name[] = {'U'}; in TEST_F() local
/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/procedure/
Dsecure_simple_pairing.rs881 let type_name = std::any::type_name::<T>(); in initiate_size() localVariable