Home
last modified time | relevance | path

Searched refs:Substitute (Results 1 – 25 of 56) sorted by relevance

123

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dsubstitute_test.cc25 TEST(SubstituteTest, Substitute) { in TEST() argument
27 EXPECT_EQ("Hello, world!", absl::Substitute("$0, $1!", "Hello", "world")); in TEST()
31 absl::Substitute("$0 $1 $2 $3 $4 $5 $6", 123, 0.2, 0.1f, in TEST()
40 absl::Substitute( in TEST()
49 absl::Substitute("$0$1$2$3$4 $5", // in TEST()
58 absl::Substitute("$0$1$2$3$4 $5", // in TEST()
67 std::string str = absl::Substitute("$0", int_p); in TEST()
74 str = absl::Substitute("$0", volptr); in TEST()
79 str = absl::Substitute("$0", null_p); in TEST()
84 str = absl::Substitute("$0", char_p); in TEST()
[all …]
Dsubstitute.h498 ABSL_MUST_USE_RESULT inline std::string Substitute(absl::string_view format) { in Substitute() function
504 ABSL_MUST_USE_RESULT inline std::string Substitute( in Substitute() function
511 ABSL_MUST_USE_RESULT inline std::string Substitute( in Substitute() function
519 ABSL_MUST_USE_RESULT inline std::string Substitute( in Substitute() function
527 ABSL_MUST_USE_RESULT inline std::string Substitute( in Substitute() function
536 ABSL_MUST_USE_RESULT inline std::string Substitute( in Substitute() function
545 ABSL_MUST_USE_RESULT inline std::string Substitute( in Substitute() function
555 ABSL_MUST_USE_RESULT inline std::string Substitute( in Substitute() function
565 ABSL_MUST_USE_RESULT inline std::string Substitute( in Substitute() function
576 ABSL_MUST_USE_RESULT inline std::string Substitute( in Substitute() function
[all …]
Dstr_cat_benchmark.cc109 std::string result = absl::Substitute( in BM_HexCat_By_Substitute()
/third_party/protobuf/src/google/protobuf/compiler/
Dsubprocess.cc258 *error = strings::Substitute("Plugin failed with status code $0.", exit_code); in Communicate()
451 strings::Substitute("Plugin failed with status code $0.", error_code); in Communicate()
456 *error = strings::Substitute("Plugin killed by signal $0.", signal); in Communicate()
Dcommand_line_interface_unittest.cc807 Run(strings::Substitute( in TEST_F()
823 Run(strings::Substitute( in TEST_F()
881 Run(strings::Substitute( in TEST_F()
1287 Run(strings::Substitute( in TEST_F()
Dmock_code_generator.cc331 return strings::Substitute("$0: $1, $2, $3, $4\n", generator_name, parameter, in GetOutputFileContent()
/third_party/skia/third_party/externals/abseil-cpp/CMake/install_test_project/
Dsimple.cc21 std::cout << absl::Substitute("Arg $0: $1\n", i, argv[i]); in main()
/third_party/protobuf/src/google/protobuf/
Dtext_format_unittest.cc584 strings::Substitute("# REDACTED, $0 bytes\n", message.ByteSizeLong())); in PrintMessageContent()
811 strings::Substitute("optional_nested_enum: $0", unittest::TestAllTypes::BAZ); in TEST_F()
820 strings::Substitute("sparse_enum: $0", unittest::SPARSE_E); in TEST_F()
1907 for (int i = 0; i < 100; ++i) input = strings::Substitute(format, input); in TEST_F()
1912 input = strings::Substitute(format, input); in TEST_F()
1926 for (int i = 0; i < 100; ++i) input = strings::Substitute(format, input); in TEST_F()
1933 input = strings::Substitute(format, input); in TEST_F()
Ddescriptor.cc4659 strings::Substitute("Reserved range $0 to $1 overlaps with " in BuildMessage()
4674 strings::Substitute("Field name \"$0\" is reserved multiple times.", in BuildMessage()
4688 strings::Substitute( in BuildMessage()
4698 strings::Substitute("Field \"$0\" uses reserved number $1.", in BuildMessage()
4706 strings::Substitute("Field name \"$0\" is reserved.", field->name())); in BuildMessage()
4720 strings::Substitute("Extension range $0 to $1 overlaps with " in BuildMessage()
4731 strings::Substitute("Extension range $0 to $1 overlaps with " in BuildMessage()
4971 strings::Substitute("Field numbers cannot be greater than $0.", in BuildFieldOrExtension()
4976 strings::Substitute( in BuildFieldOrExtension()
5014 strings::Substitute("FieldDescriptorProto.oneof_index $0 is " in BuildFieldOrExtension()
[all …]
/third_party/protobuf/src/google/protobuf/stubs/
Dsubstitute.cc55 string Substitute( in Substitute() function
Dsubstitute.h143 Substitute(const char* format,
Dcommon_unittest.cc85 strings::Substitute("$0 $1:$2: $3", in CaptureLog()
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc545 return strings::Substitute( in DefaultValue()
557 return strings::Substitute( in DefaultValue()
Djava_message.cc323 builder_type = strings::Substitute( in Generate()
337 strings::Substitute("com.google.protobuf.GeneratedMessage$0.Builder<?>", in Generate()
Djava_message_lite.cc183 builder_type = strings::Substitute( in Generate()
/third_party/harfbuzz/src/
Dhb-ot-shape-complex-arabic-win1256.hh142 OT_UARRAY(Name##Substitute, OT_LIST(ToGlyphs)) \
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-complex-arabic-win1256.hh142 OT_UARRAY(Name##Substitute, OT_LIST(ToGlyphs)) \
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-complex-arabic-win1256.hh142 OT_UARRAY(Name##Substitute, OT_LIST(ToGlyphs)) \
/third_party/libinput/doc/user/
Dtouchpad-jitter.rst84 Substitute the ``name`` field with the device name (see the output of
/third_party/python/Doc/library/
Dcurses.ascii.rst75 | :const:`SUB` | Substitute |
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dexception_safety_testing.h179 return absl::Substitute( in ErrorMessage()
774 absl::Substitute("Allocator id $0 threw from $1", *dummy_, msg)); in ReadStateAndMaybeThrow()
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
Dparse_test.cc185 flagfile_out << absl::Substitute(line, GetTestTempDir()) << "\n"; in GetFlagfileFlag()
/third_party/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.cc1050 return strings::Substitute("$0.$1['$2']", in FieldReferencingExpression()
1365 std::string oneof_name = strings::Substitute( in FixOptionsForOneof()
/third_party/protobuf/
Dlibprotobuf.map8 …"google::protobuf::strings::Substitute[abi:cxx11](char const*, google::protobuf::strings::internal…
139 …"google::protobuf::strings::Substitute(char const*, google::protobuf::strings::internal::Substitut…
/third_party/gptfdisk/
DREADME-efi.txt64 created by the rEFInd installation script. Substitute your own keys if

123