Home
last modified time | relevance | path

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

12

/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/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/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()
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/angle2/src/compiler/translator/TranslatorMetalDirect/
DReduceInterfaceBlocks.cpp60 TIntermNode *replacements[] = { in visitDeclarationPre() local
79 TIntermNode *replacements[] = { in visitDeclarationPre() local
DSeparateCompoundStructDeclarations.cpp66 TIntermSequence replacements; in visitDeclaration() local
DNameEmbeddedUniformStructsMetal.cpp24 std::unordered_map<int, TIntermSymbol *> replacements; member in sh::__anon57a9a4a80111::Traverser
/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/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/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/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/node/deps/base64/base64/lib/tables/
Dtable_generator.c96 uint8_t* replacements = (uint8_t*)argv[1]; in main() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/gl/
DRewriteRepeatedAssignToSwizzled.cpp77 TIntermSequence replacements; in visitBinary() local
/third_party/node/deps/v8/src/compiler/
Dint64-lowering.h30 std::unordered_map<const CallDescriptor*, const CallDescriptor*> replacements; member
/third_party/mesa3d/src/compiler/glsl/
Dlower_output_reads.cpp48 hash_table *replacements; member in __anonde08b5e90111::output_read_remover
/third_party/mesa3d/src/freedreno/computerator/
Da4xx.c167 struct fd_bo **replacements = calloc(sizedwords, sizeof(struct fd_bo *)); in emit_const() local

12