/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | str_cat_test.cc | 319 TEST(StrAppend, Basics) { in TEST() argument 342 absl::StrAppend(&result); in TEST() 346 absl::StrAppend(&result, strs[0]); in TEST() 350 absl::StrAppend(&result, strs[1], pieces[2]); in TEST() 354 absl::StrAppend(&result, stdstrs[0], ", ", pieces[2]); in TEST() 358 absl::StrAppend(&result, strs[0], ", ", stdstrs[1], " ", strs[2], "!"); in TEST() 362 absl::StrAppend(&result, pieces[0], ", ", pieces[1], " ", pieces[2]); in TEST() 366 absl::StrAppend(&result, c_strs[0], ", ", c_strs[1], " ", c_strs[2]); in TEST() 370 absl::StrAppend(&result, "ASCII ", i32s[0], ", ", i32s[1], " ", i32s[2], "!"); in TEST() 374 absl::StrAppend(&result, ui64s[0], ", ", ui64s[1], "!"); in TEST() [all …]
|
D | str_cat.h | 376 inline void StrAppend(std::string*) {} in StrAppend() function 377 void StrAppend(std::string* dest, const AlphaNum& a); 378 void StrAppend(std::string* dest, const AlphaNum& a, const AlphaNum& b); 379 void StrAppend(std::string* dest, const AlphaNum& a, const AlphaNum& b, 381 void StrAppend(std::string* dest, const AlphaNum& a, const AlphaNum& b, 386 inline void StrAppend(std::string* dest, const AlphaNum& a, const AlphaNum& b, in StrAppend() function
|
D | str_cat.cc | 193 void StrAppend(std::string* dest, const AlphaNum& a) { in StrAppend() function 198 void StrAppend(std::string* dest, const AlphaNum& a, const AlphaNum& b) { in StrAppend() function 211 void StrAppend(std::string* dest, const AlphaNum& a, const AlphaNum& b, in StrAppend() function 227 void StrAppend(std::string* dest, const AlphaNum& a, const AlphaNum& b, in StrAppend() function
|
D | str_join_test.cc | 179 absl::StrAppend(out, "(", in, ")"); in TEST() 187 absl::StrAppend(out, "(", in, ")"); in TEST() 198 absl::StrAppend(out, "(", in, ")"); in TEST() 201 absl::StrAppend(out, "[", in, "]"); in TEST() 280 absl::StrAppend(s, "(", t, ")"); in operator ()()
|
/third_party/abseil-cpp/absl/strings/ |
D | str_cat_test.cc | 319 TEST(StrAppend, Basics) { in TEST() argument 342 absl::StrAppend(&result); in TEST() 346 absl::StrAppend(&result, strs[0]); in TEST() 350 absl::StrAppend(&result, strs[1], pieces[2]); in TEST() 354 absl::StrAppend(&result, stdstrs[0], ", ", pieces[2]); in TEST() 358 absl::StrAppend(&result, strs[0], ", ", stdstrs[1], " ", strs[2], "!"); in TEST() 362 absl::StrAppend(&result, pieces[0], ", ", pieces[1], " ", pieces[2]); in TEST() 366 absl::StrAppend(&result, c_strs[0], ", ", c_strs[1], " ", c_strs[2]); in TEST() 370 absl::StrAppend(&result, "ASCII ", i32s[0], ", ", i32s[1], " ", i32s[2], "!"); in TEST() 374 absl::StrAppend(&result, ui64s[0], ", ", ui64s[1], "!"); in TEST() [all …]
|
D | str_cat.h | 376 inline void StrAppend(std::string*) {} in StrAppend() function 377 void StrAppend(std::string* dest, const AlphaNum& a); 378 void StrAppend(std::string* dest, const AlphaNum& a, const AlphaNum& b); 379 void StrAppend(std::string* dest, const AlphaNum& a, const AlphaNum& b, 381 void StrAppend(std::string* dest, const AlphaNum& a, const AlphaNum& b, 386 inline void StrAppend(std::string* dest, const AlphaNum& a, const AlphaNum& b, in StrAppend() function
|
D | str_cat.cc | 193 void StrAppend(std::string* dest, const AlphaNum& a) { in StrAppend() function 198 void StrAppend(std::string* dest, const AlphaNum& a, const AlphaNum& b) { in StrAppend() function 211 void StrAppend(std::string* dest, const AlphaNum& a, const AlphaNum& b, in StrAppend() function 227 void StrAppend(std::string* dest, const AlphaNum& a, const AlphaNum& b, in StrAppend() function
|
D | str_join_test.cc | 179 absl::StrAppend(out, "(", in, ")"); in TEST() 187 absl::StrAppend(out, "(", in, ")"); in TEST() 198 absl::StrAppend(out, "(", in, ")"); in TEST() 201 absl::StrAppend(out, "[", in, "]"); in TEST() 280 absl::StrAppend(s, "(", t, ")"); in operator ()()
|
D | str_replace.cc | 40 StrAppend(result_ptr, s.substr(pos, sub.offset - pos), sub.replacement); in ApplySubstitutions()
|
/third_party/libphonenumber/cpp/test/phonenumbers/ |
D | stringutil_test.cc | 268 TEST(StringUtilTest, StrAppend) { in TEST() argument 272 StrAppend(&s, "a"); in TEST() 276 StrAppend(&s, "b", "c"); in TEST() 280 StrAppend(&s, "d", "e", "f"); in TEST() 284 StrAppend(&s, "g", "h", "i", "j"); in TEST() 288 StrAppend(&s, "k", "l", "m", "n", "o"); in TEST() 292 StrAppend(&s, 42); in TEST()
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
D | stringutil.cc | 36 absl::StrAppend(&result,s,n); in operator +() 271 void StrAppend(string* dest, const StringHolder& s1) { in StrAppend() function 272 absl::StrAppend(dest, s1); in StrAppend() 275 void StrAppend(string* dest, const StringHolder& s1, const StringHolder& s2) { in StrAppend() function 276 absl::StrAppend(dest, s1, s2); in StrAppend() 279 void StrAppend(string* dest, const StringHolder& s1, const StringHolder& s2, in StrAppend() function 281 absl::StrAppend(dest, s1, s2, s3); in StrAppend() 284 void StrAppend(string* dest, const StringHolder& s1, const StringHolder& s2, in StrAppend() function 286 absl::StrAppend(dest, s1, s2, s3, s4); in StrAppend() 289 void StrAppend(string* dest, const StringHolder& s1, const StringHolder& s2, in StrAppend() function [all …]
|
D | stringutil.h | 185 void StrAppend(string* dest, const StringHolder& s1); 187 void StrAppend(string* dest, const StringHolder& s1, const StringHolder& s2); 189 void StrAppend(string* dest, const StringHolder& s1, const StringHolder& s2, 192 void StrAppend(string* dest, const StringHolder& s1, const StringHolder& s2, 195 void StrAppend(string* dest, const StringHolder& s1, const StringHolder& s2,
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
D | discrete_distribution_test.cc | 192 absl::StrAppend(&msg, i, ": ", counts[i], " vs ", weights[i], "\n"); in TEST() 194 absl::StrAppend(&msg, kChiSquared, " p-value ", p_value, "\n"); in TEST() 195 absl::StrAppend(&msg, "High ", kChiSquared, " value: ", chi_square, " > ", in TEST()
|
D | uniform_int_distribution_test.cc | 207 absl::StrAppend(&msg, a, "\n"); in TYPED_TEST() 209 absl::StrAppend(&msg, kChiSquared, " p-value ", p_value, "\n"); in TYPED_TEST() 210 absl::StrAppend(&msg, "High ", kChiSquared, " value: ", chi_square, " > ", in TYPED_TEST()
|
D | uniform_real_distribution_test.cc | 288 absl::StrAppend(&msg, a, "\n"); in TYPED_TEST() 290 absl::StrAppend(&msg, kChiSquared, " p-value ", p_value, "\n"); in TYPED_TEST() 291 absl::StrAppend(&msg, "High ", kChiSquared, " value: ", chi_square, " > ", in TYPED_TEST()
|
/third_party/abseil-cpp/absl/random/ |
D | discrete_distribution_test.cc | 191 absl::StrAppend(&msg, i, ": ", counts[i], " vs ", weights[i], "\n"); in TEST() 193 absl::StrAppend(&msg, kChiSquared, " p-value ", p_value, "\n"); in TEST() 194 absl::StrAppend(&msg, "High ", kChiSquared, " value: ", chi_square, " > ", in TEST()
|
D | uniform_int_distribution_test.cc | 207 absl::StrAppend(&msg, a, "\n"); in TYPED_TEST() 209 absl::StrAppend(&msg, kChiSquared, " p-value ", p_value, "\n"); in TYPED_TEST() 210 absl::StrAppend(&msg, "High ", kChiSquared, " value: ", chi_square, " > ", in TYPED_TEST()
|
D | uniform_real_distribution_test.cc | 273 absl::StrAppend(&msg, a, "\n"); in TYPED_TEST() 275 absl::StrAppend(&msg, kChiSquared, " p-value ", p_value, "\n"); in TYPED_TEST() 276 absl::StrAppend(&msg, "High ", kChiSquared, " value: ", chi_square, " > ", in TYPED_TEST()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
D | layout.h | 303 absl::StrAppend(&out, "<", demangled, ">"); 307 absl::StrAppend(&out, "<", typeid(T).name(), ">"); 653 absl::StrAppend(&res, "[", size_[i], "]; @", offsets[i + 1], types[i + 1], 660 absl::StrAppend(&res, "[", size_[last], "]");
|
/third_party/abseil-cpp/absl/container/internal/ |
D | layout.h | 303 absl::StrAppend(&out, "<", demangled, ">"); 307 absl::StrAppend(&out, "<", typeid(T).name(), ">"); 653 absl::StrAppend(&res, "[", size_[i], "]; @", offsets[i + 1], types[i + 1], 660 absl::StrAppend(&res, "[", size_[last], "]");
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
D | json_stream_parser_test.cc | 875 StrAppend(&str, "{'a':"); in TEST_F() 877 StrAppend(&str, "{'nest64':'v1', 'nest64': false, 'nest64': ['v2']}"); in TEST_F() 879 StrAppend(&str, "}"); in TEST_F() 901 StrAppend(&str, "{'a':"); in TEST_F() 904 StrAppend(&str, in TEST_F() 908 StrAppend(&str, "}"); in TEST_F()
|
D | json_stream_parser.cc | 95 StrAppend(dst, valid_part); in ReplaceInvalidCodePoints() 102 StrAppend(dst, replacement); in ReplaceInvalidCodePoints() 178 StrAppend(&chunk_storage_, json); in Parse() 189 StrAppend(&leftover_, chunk.substr(n)); in Parse() 306 StrAppend(&key_storage_, key_); in RunParser()
|
/third_party/protobuf/src/google/protobuf/stubs/ |
D | strutil.h | 753 PROTOBUF_EXPORT void StrAppend(string* dest, const AlphaNum& a); 754 PROTOBUF_EXPORT void StrAppend(string* dest, const AlphaNum& a, 756 PROTOBUF_EXPORT void StrAppend(string* dest, const AlphaNum& a, 758 PROTOBUF_EXPORT void StrAppend(string* dest, const AlphaNum& a, 774 StrAppend(result, *it); in Join()
|
/third_party/abseil-cpp/absl/base/internal/ |
D | exception_safety_testing.cc | 54 absl::StrAppend(&out, sep, s); in GetSpecString()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
D | exception_safety_testing.cc | 54 absl::StrAppend(&out, sep, s); in GetSpecString()
|