Home
last modified time | relevance | path

Searched refs:field_type (Results 1 – 5 of 5) sorted by relevance

/system/bt/gd/packet/parser/fields/
Dfixed_enum_field.h36 static const std::string field_type; variable
Dfixed_scalar_field.h40 static const std::string field_type; variable
/system/iorap/include/binder/
Dauto_parcelable.h78 ::iorap::introspect::for_each_member_field_set_value(tmp, [&](auto field_type) { in readFromParcel()
81 using ValueT = typename decltype(field_type)::type; in readFromParcel()
/system/tools/aidl/
Dgenerate_rust.cpp512 auto field_type = RustNameOf(variable->GetType(), typenames, StorageMode::PARCELABLE_FIELD); in GenerateParcelBody() local
513 out << "pub " << variable->GetName() << ": " << field_type << ",\n"; in GenerateParcelBody()
601 auto field_type = RustNameOf(variable->GetType(), typenames, StorageMode::PARCELABLE_FIELD); in GenerateParcelBody() local
602 out << variable->GetCapitalizedName() << "(" << field_type << "),\n"; in GenerateParcelBody()
661 auto field_type = RustNameOf(variable->GetType(), typenames, StorageMode::PARCELABLE_FIELD); in GenerateParcelDeserializeBody() local
665 out << "let value: " << field_type << " = "; in GenerateParcelDeserializeBody()
/system/bt/gd/packet/parser/
Dpacket_def.cc1015 auto field_type = field->GetFieldType(); in GenRustStructImpls() local