Lines Matching defs:AlphaNum
216 AlphaNum(int x) // NOLINT(runtime/explicit) in AlphaNum() function
220 AlphaNum(unsigned int x) // NOLINT(runtime/explicit) in AlphaNum() function
224 AlphaNum(long x) // NOLINT(*) in AlphaNum() function
228 AlphaNum(unsigned long x) // NOLINT(*) in AlphaNum() function
232 AlphaNum(long long x) // NOLINT(*) in AlphaNum() function
236 AlphaNum(unsigned long long x) // NOLINT(*) in AlphaNum() function
241 AlphaNum(float f) // NOLINT(runtime/explicit) in AlphaNum() function
243 AlphaNum(double f) // NOLINT(runtime/explicit) in AlphaNum() function
250 AlphaNum( // NOLINT(runtime/explicit) in AlphaNum() function
254 AlphaNum(const char* c_str) // NOLINT(runtime/explicit) in AlphaNum() function
256 AlphaNum(absl::string_view pc) : piece_(pc) {} // NOLINT(runtime/explicit) in AlphaNum() function
259 AlphaNum( // NOLINT(runtime/explicit) in AlphaNum() function
278 AlphaNum(T e) // NOLINT(runtime/explicit) in AlphaNum() function
290 AlphaNum(T e) : AlphaNum(static_cast<bool>(e)) {} // NOLINT(runtime/explicit) in AlphaNum() function