Home
last modified time | relevance | path

Searched defs:replacements (Results 1 – 25 of 55) sorted by relevance

123

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstr_replace_test.cc146 std::map<const char *, const char *> replacements; in TEST() local
167 std::map<absl::string_view, absl::string_view> replacements; in TEST() local
196 std::vector<std::pair<std::string, std::string>> replacements; in TEST() local
221 std::map<const char*, const char*> replacements; in TEST() local
232 std::list<std::pair<absl::string_view, absl::string_view>> replacements = { in TEST() local
241 std::vector<X> replacements(3); in TEST() local
251 std::vector<Cont> replacements(3); in TEST() local
Dstr_replace.h159 absl::string_view s, const StrToStrMapping& replacements) { in FindSubstitutions()
195 const StrToStrMapping& replacements) { in StrReplaceAll()
204 int StrReplaceAll(const StrToStrMapping& replacements, std::string* target) { in StrReplaceAll()
Dstr_replace.cc72 strings_internal::FixedMapping replacements) { in StrReplaceAll()
76 int StrReplaceAll(strings_internal::FixedMapping replacements, in StrReplaceAll()
Dstr_replace_benchmark.cc32 } replacements[] = { variable
/third_party/spirv-tools/source/opt/
Dscalar_replacement_pass.cpp84 std::vector<Instruction*> replacements; in ReplaceVariable() local
171 Instruction* dbg_decl, const std::vector<Instruction*>& replacements) { in ReplaceWholeDebugDeclare()
205 Instruction* dbg_value, const std::vector<Instruction*>& replacements) { in ReplaceWholeDebugValue()
230 Instruction* load, const std::vector<Instruction*>& replacements) { in ReplaceWholeLoad()
288 Instruction* store, const std::vector<Instruction*>& replacements) { in ReplaceWholeStore()
338 Instruction* chain, const std::vector<Instruction*>& replacements) { in ReplaceAccessChain()
385 Instruction* inst, std::vector<Instruction*>* replacements) { in CreateReplacementVariables()
438 const Instruction* source, std::vector<Instruction*>* replacements) { in TransferAnnotations()
470 std::vector<Instruction*>* replacements) { in CreateVariable()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dscalar_replacement_pass.cpp83 std::vector<Instruction*> replacements; in ReplaceVariable() local
170 Instruction* dbg_decl, const std::vector<Instruction*>& replacements) { in ReplaceWholeDebugDeclare()
204 Instruction* dbg_value, const std::vector<Instruction*>& replacements) { in ReplaceWholeDebugValue()
229 Instruction* load, const std::vector<Instruction*>& replacements) { in ReplaceWholeLoad()
287 Instruction* store, const std::vector<Instruction*>& replacements) { in ReplaceWholeStore()
337 Instruction* chain, const std::vector<Instruction*>& replacements) { in ReplaceAccessChain()
384 Instruction* inst, std::vector<Instruction*>* replacements) { in CreateReplacementVariables()
433 const Instruction* source, std::vector<Instruction*>* replacements) { in TransferAnnotations()
465 std::vector<Instruction*>* replacements) { in CreateVariable()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dscalar_replacement_pass.cpp83 std::vector<Instruction*> replacements; in ReplaceVariable() local
170 Instruction* dbg_decl, const std::vector<Instruction*>& replacements) { in ReplaceWholeDebugDeclare()
204 Instruction* dbg_value, const std::vector<Instruction*>& replacements) { in ReplaceWholeDebugValue()
229 Instruction* load, const std::vector<Instruction*>& replacements) { in ReplaceWholeLoad()
287 Instruction* store, const std::vector<Instruction*>& replacements) { in ReplaceWholeStore()
337 Instruction* chain, const std::vector<Instruction*>& replacements) { in ReplaceAccessChain()
384 Instruction* inst, std::vector<Instruction*>* replacements) { in CreateReplacementVariables()
433 const Instruction* source, std::vector<Instruction*>* replacements) { in TransferAnnotations()
465 std::vector<Instruction*>* replacements) { in CreateVariable()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DReduceInterfaceBlocks.cpp60 TIntermNode *replacements[] = { in visitDeclarationPre() local
79 TIntermNode *replacements[] = { in visitDeclarationPre() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
DMacroExpander.cpp259 std::vector<Token> replacements; in pushMacro() local
299 std::vector<Token> *replacements) in expandMacro()
469 std::vector<Token> *replacements) in replaceMacroParams()
DMacroExpander.h70 std::vector<Token> replacements; member
DMacro.h49 Replacements replacements; member
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/preprocessor/
DMacroExpander.cpp253 std::vector<Token> replacements; in pushMacro() local
293 std::vector<Token> *replacements) in expandMacro()
465 std::vector<Token> *replacements) in replaceMacroParams()
DMacroExpander.h67 std::vector<Token> replacements; member
DMacro.h44 Replacements replacements; member
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
DMacroExpander.cpp253 std::vector<Token> replacements; in pushMacro() local
293 std::vector<Token> *replacements) in expandMacro()
465 std::vector<Token> *replacements) in replaceMacroParams()
DMacroExpander.h67 std::vector<Token> replacements; member
DMacro.h44 Replacements replacements; member
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
DArrayReturnValueToOutParameter.cpp162 TIntermSequence replacements; in visitAggregate() local
185 TIntermSequence replacements; in visitBranch() local
DSeparateArrayInitialization.cpp64 TIntermSequence replacements; in visitDeclaration() local
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DArrayReturnValueToOutParameter.cpp158 TIntermSequence replacements; in visitAggregate() local
182 TIntermSequence replacements; in visitBranch() local
DSeparateArrayInitialization.cpp64 TIntermSequence replacements; in visitDeclaration() local
DRewriteRepeatedAssignToSwizzled.cpp72 TIntermSequence replacements; in visitBinary() local
/third_party/rust/crates/regex/examples/
Dshootout-regex-dna-single-cheat.rs58 let mut replacements = vec![""; 256]; in replace_all() localVariable
Dshootout-regex-dna-cheat.rs73 let mut replacements = vec![""; 256]; in replace_all() localVariable
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/gl/
DRewriteRepeatedAssignToSwizzled.cpp77 TIntermSequence replacements; in visitBinary() local

123