Searched refs:field_type (Results 1 – 5 of 5) sorted by relevance
36 static const std::string field_type; variable
40 static const std::string field_type; variable
78 ::iorap::introspect::for_each_member_field_set_value(tmp, [&](auto field_type) { in readFromParcel()81 using ValueT = typename decltype(field_type)::type; in readFromParcel()
512 auto field_type = RustNameOf(variable->GetType(), typenames, StorageMode::PARCELABLE_FIELD); in GenerateParcelBody() local513 out << "pub " << variable->GetName() << ": " << field_type << ",\n"; in GenerateParcelBody()601 auto field_type = RustNameOf(variable->GetType(), typenames, StorageMode::PARCELABLE_FIELD); in GenerateParcelBody() local602 out << variable->GetCapitalizedName() << "(" << field_type << "),\n"; in GenerateParcelBody()661 auto field_type = RustNameOf(variable->GetType(), typenames, StorageMode::PARCELABLE_FIELD); in GenerateParcelDeserializeBody() local665 out << "let value: " << field_type << " = "; in GenerateParcelDeserializeBody()
1015 auto field_type = field->GetFieldType(); in GenRustStructImpls() local