Home
last modified time | relevance | path

Searched defs:Substitute (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
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 …]
Dsubstitute_test.cc25 TEST(SubstituteTest, Substitute) { in TEST() argument
/third_party/protobuf/src/google/protobuf/stubs/
Dsubstitute.cc55 string Substitute( in Substitute() function
/third_party/node/deps/v8/src/codegen/arm64/
Dinstructions-arm64.cc364 const char* NEONFormatDecoder::Substitute(const char* string, in Substitute() function in v8::internal::NEONFormatDecoder
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp362 int64_t Substitute = IsUnsigned ? 0 : Limit; in LowerFPToInt() local
/third_party/node/deps/v8/src/diagnostics/arm64/
Ddisasm-arm64.cc3649 void DisassemblingDecoder::Substitute(Instruction* instr, const char* string) { in Substitute() function in v8::internal::DisassemblingDecoder
/third_party/vixl/src/aarch64/
Ddisasm-aarch64.cc9353 void Disassembler::Substitute(const Instruction *instr, const char *string) { in Disassembler() function in vixl::aarch64::Disassembler