Searched refs:GetReferenceableValue (Results 1 – 1 of 1) sorted by relevance
437 inline const T& GetReferenceableValue(const T& t) { return t; } in GetReferenceableValue() function438 inline char GetReferenceableValue(char t) { return t; } in GetReferenceableValue() function439 inline unsigned char GetReferenceableValue(unsigned char t) { return t; } in GetReferenceableValue() function440 inline signed char GetReferenceableValue(signed char t) { return t; } in GetReferenceableValue() function441 inline short GetReferenceableValue(short t) { return t; } in GetReferenceableValue() function442 inline unsigned short GetReferenceableValue(unsigned short t) { return t; } in GetReferenceableValue() function443 inline int GetReferenceableValue(int t) { return t; } in GetReferenceableValue() function444 inline unsigned int GetReferenceableValue(unsigned int t) { return t; } in GetReferenceableValue() function445 inline long GetReferenceableValue(long t) { return t; } in GetReferenceableValue() function446 inline unsigned long GetReferenceableValue(unsigned long t) { return t; } in GetReferenceableValue() function[all …]