Searched refs:field_type (Results 1 – 4 of 4) sorted by relevance
36 static const std::string field_type; variable
40 static const std::string field_type; variable
622 let field_type = if let Type::Path(t) = field.ty { in dbus_propmap() localVariable643 … let #field_ident = <<#field_type as DBusArg>::DBusType as RefArgToRust>::ref_arg_to_rust( in dbus_propmap()647 type #field_type_name = #field_type; in dbus_propmap()685 <#field_type as DBusArg>::log(&data__.#field_ident), in dbus_propmap()
228 unsigned field_type = *buffer >> 6; in parseField() local231 if (field_type == 0) { in parseField()244 } else if (field_type == 3) { in parseField()