Lines Matching defs:GetValue
41 … static reference GetValue(void* ptr) { return GetValue( reinterpret_cast<pointer>(ptr) ); } in GetValue() function
42 static reference GetValue(pointer ptr) { return *ptr; } in GetValue() function
43 …static const_reference GetValue(const void* ptr) { return GetValue( reinterpret_cast<const_poi… in GetValue() function
44 static const_reference GetValue(const_pointer ptr) { return *ptr; } in GetValue() function
67 …static const_reference GetValue(const void* ptr) { return GetValue( reinterpret_cast<const_poi… in GetValue() function
68 static const_reference GetValue(const_pointer ptr) { return *ptr; } in GetValue() function
122 … static reference GetValue(void* ptr) { return GetValue( reinterpret_cast<pointer>(ptr) ); } in GetValue() function
123 static reference GetValue(pointer ptr) { return T( ptr->to_ptr() ); } in GetValue() function
124 …static const_reference GetValue(const void* ptr) { return GetValue( reinterpret_cast<const_poi… in GetValue() function
125 static const_reference GetValue(const_pointer ptr) { return T( ptr->to_ptr() ); } in GetValue() function
143 …static const_reference GetValue(const void* ptr) { return GetValue( reinterpret_cast<const_poi… in GetValue() function
144 static const_reference GetValue(const_pointer ptr) { return T( ptr->to_ptr() ); } in GetValue() function