Searched refs:GetReferenceableValue (Results 1 – 1 of 1) sorted by relevance
266 inline const T& GetReferenceableValue(const T& t) { in GetReferenceableValue() function269 inline char GetReferenceableValue(char t) { return t; } in GetReferenceableValue() function270 inline unsigned char GetReferenceableValue(unsigned char t) { return t; } in GetReferenceableValue() function271 inline signed char GetReferenceableValue(signed char t) { return t; } in GetReferenceableValue() function272 inline short GetReferenceableValue(short t) { return t; } in GetReferenceableValue() function273 inline unsigned short GetReferenceableValue(unsigned short t) { return t; } in GetReferenceableValue() function274 inline int GetReferenceableValue(int t) { return t; } in GetReferenceableValue() function275 inline unsigned int GetReferenceableValue(unsigned int t) { return t; } in GetReferenceableValue() function276 inline long GetReferenceableValue(long t) { return t; } in GetReferenceableValue() function277 inline unsigned long GetReferenceableValue(unsigned long t) { return t; } in GetReferenceableValue() function[all …]