/third_party/abseil-cpp/absl/strings/ |
D | str_cat.h | 211 class AlphaNum { 216 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 240 AlphaNum(Hex hex); // NOLINT(runtime/explicit) [all …]
|
D | str_cat.cc | 30 AlphaNum::AlphaNum(Hex hex) { in AlphaNum() function in absl::AlphaNum 48 AlphaNum::AlphaNum(Dec dec) { in AlphaNum() function in absl::AlphaNum 88 static char* Append(char* out, const AlphaNum& x) { in Append() 98 std::string StrCat(const AlphaNum& a, const AlphaNum& b) { in StrCat() 110 std::string StrCat(const AlphaNum& a, const AlphaNum& b, const AlphaNum& c) { in StrCat() 123 std::string StrCat(const AlphaNum& a, const AlphaNum& b, const AlphaNum& c, in StrCat() 124 const AlphaNum& d) { in StrCat() 193 void StrAppend(std::string* dest, const AlphaNum& a) { in StrAppend() 198 void StrAppend(std::string* dest, const AlphaNum& a, const AlphaNum& b) { in StrAppend() 211 void StrAppend(std::string* dest, const AlphaNum& a, const AlphaNum& b, in StrAppend() [all …]
|
D | str_join_test.cc | 243 TEST(AlphaNumFormatter, AlphaNum) { in TEST() argument 246 f(&s, absl::AlphaNum("hello")); in TEST()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | str_cat.h | 211 class AlphaNum { 216 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 240 AlphaNum(Hex hex); // NOLINT(runtime/explicit) [all …]
|
D | str_cat.cc | 30 AlphaNum::AlphaNum(Hex hex) { in AlphaNum() function in absl::AlphaNum 48 AlphaNum::AlphaNum(Dec dec) { in AlphaNum() function in absl::AlphaNum 88 static char* Append(char* out, const AlphaNum& x) { in Append() 98 std::string StrCat(const AlphaNum& a, const AlphaNum& b) { in StrCat() 110 std::string StrCat(const AlphaNum& a, const AlphaNum& b, const AlphaNum& c) { in StrCat() 123 std::string StrCat(const AlphaNum& a, const AlphaNum& b, const AlphaNum& c, in StrCat() 124 const AlphaNum& d) { in StrCat() 193 void StrAppend(std::string* dest, const AlphaNum& a) { in StrAppend() 198 void StrAppend(std::string* dest, const AlphaNum& a, const AlphaNum& b) { in StrAppend() 211 void StrAppend(std::string* dest, const AlphaNum& a, const AlphaNum& b, in StrAppend() [all …]
|
D | str_join_test.cc | 243 TEST(AlphaNumFormatter, AlphaNum) { in TEST() argument 246 f(&s, absl::AlphaNum("hello")); in TEST()
|
/third_party/protobuf/src/google/protobuf/stubs/ |
D | strutil.h | 613 struct PROTOBUF_EXPORT AlphaNum { struct 622 AlphaNum(int i32) in AlphaNum() function 625 AlphaNum(unsigned int u32) in AlphaNum() argument 628 AlphaNum(long long i64) in AlphaNum() argument 631 AlphaNum(unsigned long long u64) in AlphaNum() function 638 AlphaNum(long i64) in AlphaNum() argument 641 AlphaNum(unsigned long u64) in AlphaNum() function 645 AlphaNum(float f) in AlphaNum() argument 647 AlphaNum(double f) in AlphaNum() function 650 AlphaNum(Hex hex); [all …]
|
D | strutil.cc | 1403 AlphaNum::AlphaNum(strings::Hex hex) { in AlphaNum() function in google::protobuf::strings::AlphaNum 1434 static char *Append1(char *out, const AlphaNum &x) { in Append1() 1442 static char *Append2(char *out, const AlphaNum &x1, const AlphaNum &x2) { in Append2() 1454 static char *Append4(char *out, const AlphaNum &x1, const AlphaNum &x2, in Append4() 1455 const AlphaNum &x3, const AlphaNum &x4) { in Append4() 1475 string StrCat(const AlphaNum &a, const AlphaNum &b) { in StrCat() 1484 string StrCat(const AlphaNum &a, const AlphaNum &b, const AlphaNum &c) { in StrCat() 1494 string StrCat(const AlphaNum &a, const AlphaNum &b, const AlphaNum &c, in StrCat() 1495 const AlphaNum &d) { in StrCat() 1504 string StrCat(const AlphaNum &a, const AlphaNum &b, const AlphaNum &c, in StrCat() [all …]
|
/third_party/protobuf/ |
D | libprotobuf_lite.map | 51 …__h::char_traits<char>, std::__h::allocator<char> >*, google::protobuf::strings::AlphaNum const&)"; 66 …ogle::protobuf::StrCat(google::protobuf::strings::AlphaNum const&, google::protobuf::strings::Alph… 72 …(google::protobuf::strings::AlphaNum const&, google::protobuf::strings::AlphaNum const&, google::p… 196 "google::protobuf::strings::AlphaNum::AlphaNum(google::protobuf::strings::Hex)"; 221 …har, std::char_traits<char>, std::allocator<char> >*, google::protobuf::strings::AlphaNum const&)"; 229 …buf::StrCat[abi:cxx11](google::protobuf::strings::AlphaNum const&, google::protobuf::strings::Alph… 234 …(google::protobuf::strings::AlphaNum const&, google::protobuf::strings::AlphaNum const&, google::p… 265 …AlphaNum const&, google::protobuf::strings::AlphaNum const&, google::protobuf::strings::AlphaNum c… 284 …AlphaNum const&, google::protobuf::strings::AlphaNum const&, google::protobuf::strings::AlphaNum c… 287 …ings::AlphaNum const&, google::protobuf::strings::AlphaNum const&, google::protobuf::strings::Alph… [all …]
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
D | stringutil.cc | 126 : absl::AlphaNum(s) in StringHolder() 130 : absl::AlphaNum(cp) in StringHolder() 134 : absl::AlphaNum(n) in StringHolder()
|
D | stringutil.h | 80 class StringHolder: public absl::AlphaNum {
|
/third_party/abseil-cpp/absl/strings/internal/ |
D | str_join_internal.h | 63 StrAppend(out, AlphaNum(t)); in operator() 66 void operator()(std::string* out, const AlphaNum& t) const { in operator()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
D | str_join_internal.h | 63 StrAppend(out, AlphaNum(t)); in operator() 66 void operator()(std::string* out, const AlphaNum& t) const { in operator()
|
/third_party/skia/third_party/externals/abseil-cpp/ |
D | symbols_x64_rel.def | 111 ??0AlphaNum@absl@@QEAA@UDec@1@@Z 112 ??0AlphaNum@absl@@QEAA@UHex@1@@Z 113 ??0AlphaNum@absl@@QEAA@_K@Z
|
D | symbols_x86_rel.def | 109 ??0AlphaNum@absl@@QAE@I@Z 110 ??0AlphaNum@absl@@QAE@UDec@1@@Z 111 ??0AlphaNum@absl@@QAE@UHex@1@@Z
|
D | symbols_arm64_rel.def | 107 ??0AlphaNum@absl@@QEAA@UDec@1@@Z 108 ??0AlphaNum@absl@@QEAA@UHex@1@@Z 109 ??0AlphaNum@absl@@QEAA@_K@Z
|
D | symbols_x64_rel_asan.def | 114 ??0AlphaNum@absl@@QEAA@UDec@1@@Z 115 ??0AlphaNum@absl@@QEAA@UHex@1@@Z 116 ??0AlphaNum@absl@@QEAA@_K@Z
|
D | symbols_arm64_dbg.def | 168 …??$?0V?$allocator@D@__1@std@@@AlphaNum@absl@@QEAA@AEBV?$basic_string@DU?$char_traits@D@__1@std@@V?… 1033 ??0AlphaNum@absl@@QEAA@H@Z 1034 ??0AlphaNum@absl@@QEAA@PEBD@Z 1035 ??0AlphaNum@absl@@QEAA@UDec@1@@Z 1036 ??0AlphaNum@absl@@QEAA@UHex@1@@Z 1037 ??0AlphaNum@absl@@QEAA@Vstring_view@1@@Z 1038 ??0AlphaNum@absl@@QEAA@_J@Z 1039 ??0AlphaNum@absl@@QEAA@_K@Z 2258 ?Piece@AlphaNum@absl@@QEBA?AVstring_view@2@XZ 3066 ?data@AlphaNum@absl@@QEBAPEBDXZ [all …]
|
D | symbols_x64_dbg.def | 168 …??$?0V?$allocator@D@__1@std@@@AlphaNum@absl@@QEAA@AEBV?$basic_string@DU?$char_traits@D@__1@std@@V?… 1036 ??0AlphaNum@absl@@QEAA@H@Z 1037 ??0AlphaNum@absl@@QEAA@PEBD@Z 1038 ??0AlphaNum@absl@@QEAA@UDec@1@@Z 1039 ??0AlphaNum@absl@@QEAA@UHex@1@@Z 1040 ??0AlphaNum@absl@@QEAA@Vstring_view@1@@Z 1041 ??0AlphaNum@absl@@QEAA@_J@Z 1042 ??0AlphaNum@absl@@QEAA@_K@Z 2260 ?Piece@AlphaNum@absl@@QEBA?AVstring_view@2@XZ 3066 ?data@AlphaNum@absl@@QEBAPEBDXZ [all …]
|
D | symbols_x86_dbg.def | 168 …??$?0V?$allocator@D@__1@std@@@AlphaNum@absl@@QAE@ABV?$basic_string@DU?$char_traits@D@__1@std@@V?$a… 1031 ??0AlphaNum@absl@@QAE@H@Z 1032 ??0AlphaNum@absl@@QAE@I@Z 1033 ??0AlphaNum@absl@@QAE@PBD@Z 1034 ??0AlphaNum@absl@@QAE@UDec@1@@Z 1035 ??0AlphaNum@absl@@QAE@UHex@1@@Z 1036 ??0AlphaNum@absl@@QAE@Vstring_view@1@@Z 1037 ??0AlphaNum@absl@@QAE@_J@Z 2254 ?Piece@AlphaNum@absl@@QBE?AVstring_view@2@XZ 3060 ?data@AlphaNum@absl@@QBEPBDXZ [all …]
|