GetReferenceableValue 437 third_party/cld/base/logging.h inline const T& GetReferenceableValue(const T& t) { return t; } GetReferenceableValue 438 third_party/cld/base/logging.h inline char GetReferenceableValue(char t) { return t; } GetReferenceableValue 439 third_party/cld/base/logging.h inline unsigned char GetReferenceableValue(unsigned char t) { return t; } GetReferenceableValue 440 third_party/cld/base/logging.h inline signed char GetReferenceableValue(signed char t) { return t; } GetReferenceableValue 441 third_party/cld/base/logging.h inline short GetReferenceableValue(short t) { return t; } GetReferenceableValue 442 third_party/cld/base/logging.h inline unsigned short GetReferenceableValue(unsigned short t) { return t; } GetReferenceableValue 443 third_party/cld/base/logging.h inline int GetReferenceableValue(int t) { return t; } GetReferenceableValue 444 third_party/cld/base/logging.h inline unsigned int GetReferenceableValue(unsigned int t) { return t; } GetReferenceableValue 445 third_party/cld/base/logging.h inline long GetReferenceableValue(long t) { return t; } GetReferenceableValue 446 third_party/cld/base/logging.h inline unsigned long GetReferenceableValue(unsigned long t) { return t; } GetReferenceableValue 447 third_party/cld/base/logging.h inline long long GetReferenceableValue(long long t) { return t; } GetReferenceableValue 448 third_party/cld/base/logging.h inline unsigned long long GetReferenceableValue(unsigned long long t) {