Home
last modified time | relevance | path

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

/aosp_15_r20/external/protobuf/src/google/protobuf/stubs/
H A 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() argument
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() argument
[all …]
H A Dstrutil.cc1400 AlphaNum::AlphaNum(strings::Hex hex) { in AlphaNum() function in google::protobuf::strings::AlphaNum
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/stubs/
H A 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() 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() argument
656 AlphaNum(const char* c_str) in AlphaNum() function
[all …]
H A Dstrutil.cc1400 AlphaNum::AlphaNum(strings::Hex hex) { in AlphaNum() function in google::protobuf::strings::AlphaNum
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A 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 …]
H A Dstrcat.cc31 AlphaNum::AlphaNum(Hex hex) { in AlphaNum() function in tensorflow::strings::AlphaNum
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/
H A 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 …]
H A Dstr_cat.cc33 AlphaNum::AlphaNum(Hex hex) { in AlphaNum() function in absl::AlphaNum
51 AlphaNum::AlphaNum(Dec dec) { in AlphaNum() function in absl::AlphaNum
H A Dstr_join_test.cc245 TEST(AlphaNumFormatter, AlphaNum) { in TEST() argument
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/strings/
H A 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 …]
H A Dstr_cat.cc30 AlphaNum::AlphaNum(Hex hex) { in AlphaNum() function in absl::AlphaNum
48 AlphaNum::AlphaNum(Dec dec) { in AlphaNum() function in absl::AlphaNum
H A Dstr_join_test.cc243 TEST(AlphaNumFormatter, AlphaNum) { in TEST() argument
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/
H A 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 …]
H A Dstr_cat.cc33 AlphaNum::AlphaNum(Hex hex) { in AlphaNum() function in absl::AlphaNum
51 AlphaNum::AlphaNum(Dec dec) { in AlphaNum() function in absl::AlphaNum
H A Dstr_join_test.cc245 TEST(AlphaNumFormatter, AlphaNum) { in TEST() argument
/aosp_15_r20/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
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/
H A 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 …]
H A Dstr_join_test.cc246 TEST(AlphaNumFormatter, AlphaNum) { in TEST() argument
/aosp_15_r20/external/abseil-cpp/absl/strings/
H A 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 …]
H A Dstr_join_test.cc246 TEST(AlphaNumFormatter, AlphaNum) { in TEST() argument
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/
H A 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 …]
H A Dstr_join_test.cc246 TEST(AlphaNumFormatter, AlphaNum) { in TEST() argument