Lines Matching defs:AlphaNum
321 AlphaNum(int x) // NOLINT(runtime/explicit) in AlphaNum() function
325 AlphaNum(unsigned int x) // NOLINT(runtime/explicit) in AlphaNum() function
329 AlphaNum(long x) // NOLINT(*) in AlphaNum() function
333 AlphaNum(unsigned long x) // NOLINT(*) in AlphaNum() function
337 AlphaNum(long long x) // NOLINT(*) in AlphaNum() function
341 AlphaNum(unsigned long long x) // NOLINT(*) in AlphaNum() function
346 AlphaNum(float f) // NOLINT(runtime/explicit) in AlphaNum() function
348 AlphaNum(double f) // NOLINT(runtime/explicit) in AlphaNum() function
352 AlphaNum( // NOLINT(runtime/explicit) in AlphaNum() function
357 AlphaNum(absl::Nullable<const char*> c_str // NOLINT(runtime/explicit) in AlphaNum() function
360 AlphaNum(absl::string_view pc // NOLINT(runtime/explicit) in AlphaNum() function
372 AlphaNum( // NOLINT(runtime/explicit) in AlphaNum() function
415 AlphaNum(T e) : AlphaNum(static_cast<bool>(e)) {} // NOLINT(runtime/explicit) in AlphaNum() function