Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dstrutil.h614 struct PROTOBUF_EXPORT AlphaNum { struct
623 AlphaNum(int i32) in AlphaNum() argument
626 AlphaNum(unsigned int u32) in AlphaNum() function
629 AlphaNum(long long i64) in AlphaNum() argument
632 AlphaNum(unsigned long long u64) in AlphaNum() function
639 AlphaNum(long i64) in AlphaNum() function
642 AlphaNum(unsigned long u64) in AlphaNum() function
646 AlphaNum(float f) in AlphaNum() function
648 AlphaNum(double f) in AlphaNum() function
653 AlphaNum(const char* c_str) in AlphaNum() function
[all …]
Dstrutil.cc1420 AlphaNum::AlphaNum(strings::Hex hex) { in AlphaNum() function in google::protobuf::strings::AlphaNum
/external/tensorflow/tensorflow/core/platform/
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
Dtstring.h33 class AlphaNum; variable