Searched refs:GetReferenceableValue (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/cld/base/
H A Dlogging.h437 inline const T& GetReferenceableValue(const T& t) { return t; } function
438 inline char GetReferenceableValue(char t) { return t; } function
439 inline unsigned char GetReferenceableValue(unsigned char t) { return t; } function
440 inline signed char GetReferenceableValue(signed char t) { return t; } function
441 inline short GetReferenceableValue(short t) { return t; } function
442 inline unsigned short GetReferenceableValue(unsigned short t) { return t; } function
443 inline int GetReferenceableValue(int t) { return t; } function
444 inline unsigned int GetReferenceableValue(unsigned int t) { return t; } function
445 inline long GetReferenceableValue(long t) { return t; } function
446 inline unsigned long GetReferenceableValue(unsigne function
447 inline long long GetReferenceableValue(long long t) { return t; } function
448 inline unsigned long long GetReferenceableValue(unsigned long long t) { function
[all...]

Completed in 624 milliseconds