Lines Matching defs:GetValue
43 … static reference GetValue(void* ptr) { return GetValue( reinterpret_cast<pointer>(ptr) ); } in GetValue() function
44 static reference GetValue(pointer ptr) { return *ptr; } in GetValue() function
45 …static const_reference GetValue(const void* ptr) { return GetValue( reinterpret_cast<const_poi… in GetValue() function
46 static const_reference GetValue(const_pointer ptr) { return *ptr; } in GetValue() function
69 …static const_reference GetValue(const void* ptr) { return GetValue( reinterpret_cast<const_poi… in GetValue() function
70 static const_reference GetValue(const_pointer ptr) { return *ptr; } in GetValue() function
124 … static reference GetValue(void* ptr) { return GetValue( reinterpret_cast<pointer>(ptr) ); } in GetValue() function
125 static reference GetValue(pointer ptr) { return T( ptr->to_ptr() ); } in GetValue() function
126 …static const_reference GetValue(const void* ptr) { return GetValue( reinterpret_cast<const_poi… in GetValue() function
127 static const_reference GetValue(const_pointer ptr) { return T( ptr->to_ptr() ); } in GetValue() function
145 …static const_reference GetValue(const void* ptr) { return GetValue( reinterpret_cast<const_poi… in GetValue() function
146 static const_reference GetValue(const_pointer ptr) { return T( ptr->to_ptr() ); } in GetValue() function