Searched defs:GetReferenceableValue (Results 1 – 7 of 7) sorted by relevance
353 inline constexpr const T& GetReferenceableValue(const T& t) { in GetReferenceableValue() function356 inline constexpr char GetReferenceableValue(char t) { return t; } in GetReferenceableValue() function357 inline constexpr unsigned char GetReferenceableValue(unsigned char t) { in GetReferenceableValue() function360 inline constexpr signed char GetReferenceableValue(signed char t) { return t; } in GetReferenceableValue() function361 inline constexpr short GetReferenceableValue(short t) { return t; } // NOLINT in GetReferenceableValue() function362 inline constexpr unsigned short GetReferenceableValue( // NOLINT in GetReferenceableValue() function366 inline constexpr int GetReferenceableValue(int t) { return t; } in GetReferenceableValue() function367 inline unsigned int GetReferenceableValue(unsigned int t) { return t; } in GetReferenceableValue() function368 inline constexpr long GetReferenceableValue(long t) { return t; } // NOLINT in GetReferenceableValue() function369 inline constexpr unsigned long GetReferenceableValue( // NOLINT in GetReferenceableValue() function[all …]
360 inline constexpr const T& GetReferenceableValue(const T& t) { in GetReferenceableValue() function363 inline constexpr char GetReferenceableValue(char t) { return t; } in GetReferenceableValue() function364 inline constexpr unsigned char GetReferenceableValue(unsigned char t) { in GetReferenceableValue() function367 inline constexpr signed char GetReferenceableValue(signed char t) { return t; } in GetReferenceableValue() function368 inline constexpr short GetReferenceableValue(short t) { return t; } // NOLINT in GetReferenceableValue() function369 inline constexpr unsigned short GetReferenceableValue( // NOLINT in GetReferenceableValue() function373 inline constexpr int GetReferenceableValue(int t) { return t; } in GetReferenceableValue() function374 inline unsigned int GetReferenceableValue(unsigned int t) { return t; } in GetReferenceableValue() function375 inline constexpr long GetReferenceableValue(long t) { return t; } // NOLINT in GetReferenceableValue() function376 inline constexpr unsigned long GetReferenceableValue( // NOLINT in GetReferenceableValue() function[all …]
430 inline constexpr const T& GetReferenceableValue(const T& t) { in GetReferenceableValue() function433 inline constexpr char GetReferenceableValue(char t) { return t; } in GetReferenceableValue() function434 inline constexpr unsigned char GetReferenceableValue(unsigned char t) { in GetReferenceableValue() function437 inline constexpr signed char GetReferenceableValue(signed char t) { return t; } in GetReferenceableValue() function438 inline constexpr short GetReferenceableValue(short t) { return t; } // NOLINT in GetReferenceableValue() function439 inline constexpr unsigned short GetReferenceableValue( // NOLINT in GetReferenceableValue() function443 inline constexpr int GetReferenceableValue(int t) { return t; } in GetReferenceableValue() function444 inline constexpr unsigned int GetReferenceableValue(unsigned int t) { in GetReferenceableValue() function447 inline constexpr long GetReferenceableValue(long t) { return t; } // NOLINT in GetReferenceableValue() function448 inline constexpr unsigned long GetReferenceableValue( // NOLINT in GetReferenceableValue() function[all …]
385 inline constexpr const T& GetReferenceableValue(const T& t) { in GetReferenceableValue() function388 inline constexpr char GetReferenceableValue(char t) { return t; } in GetReferenceableValue() function389 inline constexpr unsigned char GetReferenceableValue(unsigned char t) { in GetReferenceableValue() function392 inline constexpr signed char GetReferenceableValue(signed char t) { return t; } in GetReferenceableValue() function393 inline constexpr short GetReferenceableValue(short t) { return t; } // NOLINT in GetReferenceableValue() function394 inline constexpr unsigned short GetReferenceableValue( // NOLINT in GetReferenceableValue() function398 inline constexpr int GetReferenceableValue(int t) { return t; } in GetReferenceableValue() function399 inline constexpr unsigned int GetReferenceableValue(unsigned int t) { in GetReferenceableValue() function402 inline constexpr long GetReferenceableValue(long t) { return t; } // NOLINT in GetReferenceableValue() function403 inline constexpr unsigned long GetReferenceableValue( // NOLINT in GetReferenceableValue() function[all …]
428 inline constexpr const T& GetReferenceableValue(const T& t) { in GetReferenceableValue() function431 inline constexpr char GetReferenceableValue(char t) { return t; } in GetReferenceableValue() function432 inline constexpr unsigned char GetReferenceableValue(unsigned char t) { in GetReferenceableValue() function435 inline constexpr signed char GetReferenceableValue(signed char t) { return t; } in GetReferenceableValue() function436 inline constexpr short GetReferenceableValue(short t) { return t; } // NOLINT in GetReferenceableValue() function437 inline constexpr unsigned short GetReferenceableValue( // NOLINT in GetReferenceableValue() function441 inline constexpr int GetReferenceableValue(int t) { return t; } in GetReferenceableValue() function442 inline constexpr unsigned int GetReferenceableValue(unsigned int t) { in GetReferenceableValue() function445 inline constexpr long GetReferenceableValue(long t) { return t; } // NOLINT in GetReferenceableValue() function446 inline constexpr unsigned long GetReferenceableValue( // NOLINT in GetReferenceableValue() function[all …]
271 inline const T& GetReferenceableValue(const T& t) { in GetReferenceableValue() function274 inline char GetReferenceableValue(char t) { return t; } in GetReferenceableValue() function275 inline unsigned char GetReferenceableValue(unsigned char t) { return t; } in GetReferenceableValue() function276 inline signed char GetReferenceableValue(signed char t) { return t; } in GetReferenceableValue() function277 inline int16 GetReferenceableValue(int16_t t) { return t; } in GetReferenceableValue() function278 inline uint16 GetReferenceableValue(uint16 t) { return t; } in GetReferenceableValue() function279 inline int GetReferenceableValue(int t) { return t; } in GetReferenceableValue() function280 inline unsigned int GetReferenceableValue(unsigned int t) { return t; } in GetReferenceableValue() function281 inline int64_t GetReferenceableValue(int64_t t) { return t; } in GetReferenceableValue() function282 inline uint64 GetReferenceableValue(uint64 t) { return t; } in GetReferenceableValue() function