| /frameworks/native/libs/binder/rust/src/parcel/ | 
| D | parcelable.rs | 64     fn deserialize(parcel: &BorrowedParcel<'_>) -> Result<Self>;  in deserialize() 84     fn serialize_array(slice: &[Self], parcel: &mut BorrowedParcel<'_>) -> Result<()> {  in serialize_array() 123     fn deserialize_array(parcel: &BorrowedParcel<'_>) -> Result<Option<Vec<Self>>> {  in deserialize_array() 198     fn serialize_option(this: Option<&Self>, parcel: &mut BorrowedParcel<'_>) -> Result<()> {  in serialize_option() 211     fn deserialize_option(parcel: &BorrowedParcel<'_>) -> Result<Option<Self>> {  in deserialize_option() 223     fn deserialize_option_from(this: &mut Option<Self>, parcel: &BorrowedParcel<'_>) -> Result<()> {  in deserialize_option_from() 443     fn deserialize(parcel: &BorrowedParcel<'_>) -> Result<Self> {  in deserialize() 449     fn serialize_array(slice: &[Self], parcel: &mut BorrowedParcel<'_>) -> Result<()> {  in serialize_array() 474     fn deserialize(parcel: &BorrowedParcel<'_>) -> Result<Self> {  in deserialize() 480     fn serialize_array(slice: &[Self], parcel: &mut BorrowedParcel<'_>) -> Result<()> {  in serialize_array() [all …] 
 | 
| D | file_descriptor.rs | 34     pub fn new(file: File) -> Self {  in new() 91     fn serialize_option(this: Option<&Self>, parcel: &mut BorrowedParcel<'_>) -> Result<()> {  in serialize_option() 108     fn deserialize_option(parcel: &BorrowedParcel<'_>) -> Result<Option<Self>> {  in deserialize_option() 135     fn deserialize(parcel: &BorrowedParcel<'_>) -> Result<Self> {  in deserialize()
  | 
| D | parcelable_holder.rs | 76     pub fn new(stability: Stability) -> Self {  in new() 172     fn deserialize(parcel: &BorrowedParcel<'_>) -> Result<Self, StatusCode> {  in deserialize()
  | 
| /frameworks/compile/mclinker/include/mcld/ADT/ | 
| D | BinTree.h | 95   typedef PolicyIteratorBase<value_type, Traits, IteratorType> Self;  typedef 138   typedef PolicyIterator<DataType, Traits, IteratorType> Self;  typedef 187   typedef TreeIterator<value_type, Traits> Self;  typedef 346   typedef BinaryTree<DataType> Self;  typedef
  | 
| D | HashEntry.h | 40   typedef HashEntry<KeyType, ValueType, KeyCompare> Self;  typedef
  | 
| D | HashBase.h | 74   typedef HashTableImpl<HashEntryTy, HashFunctionTy> Self;  typedef
  | 
| D | HashIterator.h | 253   typedef HashIterator<IteratorBase, Traits> Self;  typedef
  | 
| /frameworks/native/include/ftl/ | 
| D | mixins.h | 88 constexpr const T& to_underlying(const Constructible<Self, T>& c) {  in to_underlying()
  | 
| /frameworks/compile/mclinker/include/mcld/ | 
| D | InputTree.h | 29   typedef PolicyIterator<Input, Traits, IteratorType> Self;  typedef 76   typedef BinaryTree<Input> Self;  typedef
  | 
| /frameworks/native/libs/binder/rust/src/ | 
| D | binder.rs | 361     pub fn new(binder: Box<I>) -> Self {  in new() 392     fn clone(&self) -> Self {  in clone() 455     fn new(binder: &Strong<I>) -> Self {  in new() 468     fn clone(&self) -> Self {  in clone() 637     fn try_from(ibinder: SpIBinder) -> Result<Strong<Self>>;  in try_from()
  | 
| D | proxy.rs | 79     pub(crate) unsafe fn from_raw(ptr: *mut sys::AIBinder) -> Option<Self> {  in from_raw() 223     fn clone(&self) -> Self {  in clone() 434     fn serialize_option(this: Option<&Self>, parcel: &mut BorrowedParcel<'_>) -> Result<()> {  in serialize_option() 503     fn clone(&self) -> Self {  in clone() 746     fn from_binder(binder: SpIBinder) -> Result<Self>;  in from_binder()
  | 
| D | native.rs | 403     fn try_from(mut ibinder: SpIBinder) -> Result<Self> {  in try_from() 540     fn clone(&self) -> Self {  in clone()
  | 
| D | error.rs | 183     pub(crate) unsafe fn from_ptr(ptr: *mut sys::AStatus) -> Self {  in from_ptr()
  | 
| D | parcel.rs | 136     fn clone(&self) -> Self {  in clone()
  | 
| /frameworks/native/libs/input/ | 
| D | input_verifier.rs | 114     fn from(action: u32) -> Self {  in from() 183     fn new(name: &str) -> Self {  in new()
  | 
| /frameworks/native/libs/binder/rust/tests/ | 
| D | integration.rs | 87     fn new(s: &str) -> Self {  in new() 103     fn try_from(c: u32) -> Result<Self, Self::Error> {  in try_from() 393         pub fn new(identifier: &str) -> Self {  in new() 397         pub fn new_with_extension(identifier: &str, extension: &str) -> Self {  in new_with_extension() 401         fn new_internal(identifier: &str, extension: Option<&str>) -> Self {  in new_internal()
  | 
| /frameworks/compile/mclinker/include/mcld/Support/ | 
| D | GCFactory.h | 63   typedef DataIterator<ChunkType, Traits> Self;  typedef
  |