Searched defs:is_reference (Results 1 – 14 of 14) sorted by relevance
41 template <class T> struct is_reference : false_type {}; struct42 template <class T> struct is_reference<T&> : true_type {}; struct
24 …uint32_t is_reference:1; // This only applies to picture info, and not to the DPB li… member
62 uint32_t is_reference; // 34 member
125 unsigned is_reference : 1; // 4 member
1570 bool is_reference = pt.IsReferenceType(); in AddOneVariable() local
1798 fn is_reference(ty: &syn::Type, elem: fn(&syn::Type) -> bool) -> bool { in is_reference() function
580 def is_reference(self): member in CursorKind
675 def is_reference(self): member in CursorKind
357 bool is_reference; member
612 void is_reference() in is_reference() function
744 void is_reference() in is_reference() function
5932 deUint32 is_reference:1; member
782 …deUint32 is_reference:1; // This only applies to picture info, and not to the DPB li… member