Home
last modified time | relevance | path

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

12

/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/cronet/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() function
632 AlphaNum(long long i64) in AlphaNum() function
635 AlphaNum(unsigned long long u64) in AlphaNum() function
642 AlphaNum(long i64) in AlphaNum() function
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 …]
/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() function
649 AlphaNum(float f) in AlphaNum() argument
651 AlphaNum(double f) in AlphaNum() argument
656 AlphaNum(const char* c_str) in AlphaNum() function
[all …]
/external/webrtc/third_party/abseil-cpp/absl/strings/
Dstr_cat.h252 AlphaNum(int x) // NOLINT(runtime/explicit) in AlphaNum() function
256 AlphaNum(unsigned int x) // NOLINT(runtime/explicit) in AlphaNum() function
260 AlphaNum(long x) // NOLINT(*) in AlphaNum() function
264 AlphaNum(unsigned long x) // NOLINT(*) in AlphaNum() function
268 AlphaNum(long long x) // NOLINT(*) in AlphaNum() function
272 AlphaNum(unsigned long long x) // NOLINT(*) in AlphaNum() function
277 AlphaNum(float f) // NOLINT(runtime/explicit) in AlphaNum() function
279 AlphaNum(double f) // NOLINT(runtime/explicit) in AlphaNum() function
286 AlphaNum( // NOLINT(runtime/explicit) in AlphaNum() function
290 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/tensorflow/third_party/absl/abseil-cpp/absl/strings/
Dstr_cat.h216 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
[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.cc245 TEST(AlphaNumFormatter, AlphaNum) { in TEST() argument
/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/private-join-and-compute/third_party/abseil-cpp-20230125.2/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/rust/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/libtextclassifier/abseil-cpp/absl/strings/
Dstr_cat.h311 AlphaNum(int x) // NOLINT(runtime/explicit) in AlphaNum() function
315 AlphaNum(unsigned int x) // NOLINT(runtime/explicit) in AlphaNum() function
319 AlphaNum(long x) // NOLINT(*) in AlphaNum() function
323 AlphaNum(unsigned long x) // NOLINT(*) in AlphaNum() function
327 AlphaNum(long long x) // NOLINT(*) in AlphaNum() function
331 AlphaNum(unsigned long long x) // NOLINT(*) in AlphaNum() function
336 AlphaNum(float f) // NOLINT(runtime/explicit) in AlphaNum() function
338 AlphaNum(double f) // NOLINT(runtime/explicit) in AlphaNum() function
342 AlphaNum( // NOLINT(runtime/explicit) in AlphaNum() function
347 AlphaNum(const char* c_str // NOLINT(runtime/explicit) in AlphaNum() function
[all …]
Dstr_join_test.cc245 TEST(AlphaNumFormatter, AlphaNum) { in TEST() argument
/external/abseil-cpp/absl/strings/
Dstr_cat.h315 AlphaNum(int x) // NOLINT(runtime/explicit) in AlphaNum() function
319 AlphaNum(unsigned int x) // NOLINT(runtime/explicit) in AlphaNum() function
323 AlphaNum(long x) // NOLINT(*) in AlphaNum() function
327 AlphaNum(unsigned long x) // NOLINT(*) in AlphaNum() function
331 AlphaNum(long long x) // NOLINT(*) in AlphaNum() function
335 AlphaNum(unsigned long long x) // NOLINT(*) in AlphaNum() function
340 AlphaNum(float f) // NOLINT(runtime/explicit) in AlphaNum() function
342 AlphaNum(double f) // NOLINT(runtime/explicit) in AlphaNum() function
346 AlphaNum( // NOLINT(runtime/explicit) in AlphaNum() function
351 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/angle/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 …]
/external/cronet/third_party/abseil-cpp/absl/strings/
Dstr_cat.h316 AlphaNum(int x) // NOLINT(runtime/explicit) in AlphaNum() function
320 AlphaNum(unsigned int x) // NOLINT(runtime/explicit) in AlphaNum() function
324 AlphaNum(long x) // NOLINT(*) in AlphaNum() function
328 AlphaNum(unsigned long x) // NOLINT(*) in AlphaNum() function
332 AlphaNum(long long x) // NOLINT(*) in AlphaNum() function
336 AlphaNum(unsigned long long x) // NOLINT(*) in AlphaNum() function
341 AlphaNum(float f) // NOLINT(runtime/explicit) in AlphaNum() function
343 AlphaNum(double f) // NOLINT(runtime/explicit) in AlphaNum() function
347 AlphaNum( // NOLINT(runtime/explicit) in AlphaNum() function
352 AlphaNum(const char* c_str // NOLINT(runtime/explicit) in AlphaNum() function
[all …]

12