Home
last modified time | relevance | path

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

/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
120 AlphaNum(bfloat16 bf) // NOLINT(runtime/explicit) in AlphaNum() function
125 AlphaNum(const char *c_str) : piece_(c_str) {} // NOLINT(runtime/explicit) in AlphaNum() function
[all …]
Dstrcat.cc31 AlphaNum::AlphaNum(Hex hex) { in AlphaNum() function in tensorflow::strings::AlphaNum
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.h617 struct PROTOBUF_EXPORT AlphaNum { struct
626 AlphaNum(int i32) in AlphaNum() argument
629 AlphaNum(unsigned int u32) in AlphaNum() argument
632 AlphaNum(long long i64) in AlphaNum() function
635 AlphaNum(unsigned long long u64) in AlphaNum() argument
642 AlphaNum(long i64) in AlphaNum() argument
645 AlphaNum(unsigned long u64) in AlphaNum() argument
649 AlphaNum(float f) in AlphaNum() function
651 AlphaNum(double f) in AlphaNum() argument
656 AlphaNum(const char* c_str) in AlphaNum() argument
[all …]
Dstrutil.cc1400 AlphaNum::AlphaNum(strings::Hex hex) { in AlphaNum() function in google::protobuf::strings::AlphaNum
/external/cronet/tot/third_party/protobuf/src/google/protobuf/stubs/
Dstrutil.h617 struct PROTOBUF_EXPORT AlphaNum { struct
626 AlphaNum(int i32) in AlphaNum() function
629 AlphaNum(unsigned int u32) in AlphaNum() argument
632 AlphaNum(long long i64) in AlphaNum() argument
635 AlphaNum(unsigned long long u64) in AlphaNum() argument
642 AlphaNum(long i64) in AlphaNum() argument
645 AlphaNum(unsigned long u64) in AlphaNum() argument
649 AlphaNum(float f) in AlphaNum() function
651 AlphaNum(double f) in AlphaNum() function
656 AlphaNum(const char* c_str) in AlphaNum() function
[all …]
Dstrutil.cc1400 AlphaNum::AlphaNum(strings::Hex hex) { in AlphaNum() function in google::protobuf::strings::AlphaNum
/external/cronet/stable/third_party/protobuf/src/google/protobuf/stubs/
Dstrutil.h617 struct PROTOBUF_EXPORT AlphaNum { struct
626 AlphaNum(int i32) in AlphaNum() argument
629 AlphaNum(unsigned int u32) in AlphaNum() argument
632 AlphaNum(long long i64) in AlphaNum() function
635 AlphaNum(unsigned long long u64) in AlphaNum() argument
642 AlphaNum(long i64) in AlphaNum() argument
645 AlphaNum(unsigned long u64) in AlphaNum() function
649 AlphaNum(float f) in AlphaNum() function
651 AlphaNum(double f) in AlphaNum() argument
656 AlphaNum(const char* c_str) in AlphaNum() function
[all …]
Dstrutil.cc1400 AlphaNum::AlphaNum(strings::Hex hex) { in AlphaNum() function in google::protobuf::strings::AlphaNum
/external/openscreen/third_party/abseil/src/absl/strings/
Dstr_cat.h216 AlphaNum(int x) // NOLINT(runtime/explicit) in AlphaNum() function
219 AlphaNum(unsigned int x) // NOLINT(runtime/explicit) in AlphaNum() function
222 AlphaNum(long x) // NOLINT(*) in AlphaNum() function
225 AlphaNum(unsigned long x) // NOLINT(*) in AlphaNum() function
228 AlphaNum(long long x) // NOLINT(*) in AlphaNum() function
231 AlphaNum(unsigned long long x) // NOLINT(*) in AlphaNum() function
235 AlphaNum(float f) // NOLINT(runtime/explicit) in AlphaNum() function
237 AlphaNum(double f) // NOLINT(runtime/explicit) in AlphaNum() function
244 AlphaNum( // NOLINT(runtime/explicit) in AlphaNum() function
248 AlphaNum(const char* c_str) : piece_(c_str) {} // NOLINT(runtime/explicit) in AlphaNum() function
[all …]
Dstr_cat.cc30 AlphaNum::AlphaNum(Hex hex) { in AlphaNum() function in absl::AlphaNum
48 AlphaNum::AlphaNum(Dec dec) { in AlphaNum() function in absl::AlphaNum
Dstr_join_test.cc243 TEST(AlphaNumFormatter, AlphaNum) { in TEST() argument
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dstr_cat.h255 AlphaNum(int x) // NOLINT(runtime/explicit) in AlphaNum() function
259 AlphaNum(unsigned int x) // NOLINT(runtime/explicit) in AlphaNum() function
263 AlphaNum(long x) // NOLINT(*) in AlphaNum() function
267 AlphaNum(unsigned long x) // NOLINT(*) in AlphaNum() function
271 AlphaNum(long long x) // NOLINT(*) in AlphaNum() function
275 AlphaNum(unsigned long long x) // NOLINT(*) in AlphaNum() function
280 AlphaNum(float f) // NOLINT(runtime/explicit) in AlphaNum() function
282 AlphaNum(double f) // NOLINT(runtime/explicit) in AlphaNum() function
289 AlphaNum( // NOLINT(runtime/explicit) in AlphaNum() function
293 AlphaNum(const char* c_str) // NOLINT(runtime/explicit) in AlphaNum() function
[all …]
Dstr_cat.cc33 AlphaNum::AlphaNum(Hex hex) { in AlphaNum() function in absl::AlphaNum
51 AlphaNum::AlphaNum(Dec dec) { in AlphaNum() function in absl::AlphaNum
Dstr_join_test.cc245 TEST(AlphaNumFormatter, AlphaNum) { in TEST() argument
/external/angle/third_party/abseil-cpp/absl/strings/
Dstr_cat.h326 AlphaNum(int x) // NOLINT(runtime/explicit) in AlphaNum() function
330 AlphaNum(unsigned int x) // NOLINT(runtime/explicit) in AlphaNum() function
334 AlphaNum(long x) // NOLINT(*) in AlphaNum() function
338 AlphaNum(unsigned long x) // NOLINT(*) in AlphaNum() function
342 AlphaNum(long long x) // NOLINT(*) in AlphaNum() function
346 AlphaNum(unsigned long long x) // NOLINT(*) in AlphaNum() function
351 AlphaNum(float f) // NOLINT(runtime/explicit) in AlphaNum() function
353 AlphaNum(double f) // NOLINT(runtime/explicit) in AlphaNum() function
357 AlphaNum( // NOLINT(runtime/explicit) in AlphaNum() function
362 AlphaNum(absl::Nullable<const char*> c_str // NOLINT(runtime/explicit) in AlphaNum() function
[all …]
Dstr_join_test.cc246 TEST(AlphaNumFormatter, AlphaNum) { in TEST() argument
/external/abseil-cpp/absl/strings/
Dstr_cat.h321 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
[all …]
Dstr_join_test.cc246 TEST(AlphaNumFormatter, AlphaNum) { in TEST() argument
/external/cronet/tot/third_party/abseil-cpp/absl/strings/
Dstr_cat.h321 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
[all …]
Dstr_join_test.cc246 TEST(AlphaNumFormatter, AlphaNum) { in TEST() argument
/external/cronet/stable/third_party/abseil-cpp/absl/strings/
Dstr_cat.h321 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
[all …]
Dstr_join_test.cc246 TEST(AlphaNumFormatter, AlphaNum) { in TEST() argument
/external/pdfium/third_party/abseil-cpp/absl/strings/
Dstr_cat.h342 AlphaNum(int x) // NOLINT(runtime/explicit) in AlphaNum() function
346 AlphaNum(unsigned int x) // NOLINT(runtime/explicit) in AlphaNum() function
350 AlphaNum(long x) // NOLINT(*) in AlphaNum() function
354 AlphaNum(unsigned long x) // NOLINT(*) in AlphaNum() function
358 AlphaNum(long long x) // NOLINT(*) in AlphaNum() function
362 AlphaNum(unsigned long long x) // NOLINT(*) in AlphaNum() function
367 AlphaNum(float f) // NOLINT(runtime/explicit) in AlphaNum() function
369 AlphaNum(double f) // NOLINT(runtime/explicit) in AlphaNum() function
373 AlphaNum( // NOLINT(runtime/explicit) in AlphaNum() function
378 AlphaNum(absl::Nullable<const char*> c_str // NOLINT(runtime/explicit) in AlphaNum() function
[all …]