Home
last modified time | relevance | path

Searched defs:AlphaNum (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/lib/strings/
Dstrcat.h103 AlphaNum(int i32) // NOLINT(runtime/explicit) in AlphaNum() function
105 AlphaNum(unsigned int u32) // NOLINT(runtime/explicit) in AlphaNum() function
107 AlphaNum(long x) // NOLINT(runtime/explicit) in AlphaNum() function
109 AlphaNum(unsigned long x) // NOLINT(runtime/explicit) in AlphaNum() function
111 AlphaNum(long long int i64) // NOLINT(runtime/explicit) in AlphaNum() function
113 AlphaNum(unsigned long long int u64) // NOLINT(runtime/explicit) in AlphaNum() function
116 AlphaNum(float f) // NOLINT(runtime/explicit) in AlphaNum() function
118 AlphaNum(double f) // NOLINT(runtime/explicit) in AlphaNum() function
123 AlphaNum(const char *c_str) : piece_(c_str) {} // NOLINT(runtime/explicit) in AlphaNum() function
124 AlphaNum(const StringPiece &pc) : piece_(pc) {} // NOLINT(runtime/explicit) in AlphaNum() function
[all …]
Dstrcat.cc29 AlphaNum::AlphaNum(Hex hex) { in AlphaNum() function in tensorflow::strings::AlphaNum
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.h611 struct LIBPROTOBUF_EXPORT AlphaNum { struct
620 AlphaNum(int32 i32) in AlphaNum() argument
623 AlphaNum(uint32 u32) in AlphaNum() function
626 AlphaNum(int64 i64) in AlphaNum() function
629 AlphaNum(uint64 u64) in AlphaNum() function
633 AlphaNum(float f) in AlphaNum() argument
635 AlphaNum(double f) in AlphaNum() argument
640 AlphaNum(const char* c_str) in AlphaNum() function
645 AlphaNum(const string& str) in AlphaNum() function
648 AlphaNum(StringPiece str) in AlphaNum() function
[all …]
Dstrutil.cc1401 AlphaNum::AlphaNum(strings::Hex hex) { in AlphaNum() function in google::protobuf::strings::AlphaNum