| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
| D | str_replace_test.cc | 146 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
|
| D | str_replace.h | 159 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()
|
| D | str_replace.cc | 72 strings_internal::FixedMapping replacements) { in StrReplaceAll() 76 int StrReplaceAll(strings_internal::FixedMapping replacements, in StrReplaceAll()
|
| D | str_replace_benchmark.cc | 32 } replacements[] = { variable
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| D | scalar_replacement_pass.cpp | 83 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/ |
| D | scalar_replacement_pass.cpp | 83 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/ |
| D | scalar_replacement_pass.cpp | 83 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/ |
| D | ReduceInterfaceBlocks.cpp | 60 TIntermNode *replacements[] = { in visitDeclarationPre() local 79 TIntermNode *replacements[] = { in visitDeclarationPre() local
|
| D | SeparateCompoundStructDeclarations.cpp | 66 TIntermSequence replacements; in visitDeclaration() local
|
| D | NameEmbeddedUniformStructsMetal.cpp | 24 std::unordered_map<int, TIntermSymbol *> replacements; member in sh::__anon57a9a4a80111::Traverser
|
| /third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
| D | MacroExpander.cpp | 253 std::vector<Token> replacements; in pushMacro() local 293 std::vector<Token> *replacements) in expandMacro() 465 std::vector<Token> *replacements) in replaceMacroParams()
|
| D | MacroExpander.h | 67 std::vector<Token> replacements; member
|
| D | Macro.h | 44 Replacements replacements; member
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
| D | MacroExpander.cpp | 259 std::vector<Token> replacements; in pushMacro() local 299 std::vector<Token> *replacements) in expandMacro() 469 std::vector<Token> *replacements) in replaceMacroParams()
|
| D | MacroExpander.h | 70 std::vector<Token> replacements; member
|
| D | Macro.h | 49 Replacements replacements; member
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/ |
| D | ArrayReturnValueToOutParameter.cpp | 162 TIntermSequence replacements; in visitAggregate() local 185 TIntermSequence replacements; in visitBranch() local
|
| D | SeparateArrayInitialization.cpp | 64 TIntermSequence replacements; in visitDeclaration() local
|
| /third_party/rust/crates/regex/examples/ |
| D | shootout-regex-dna-single-cheat.rs | 58 let mut replacements = vec![""; 256]; in replace_all() localVariable
|
| D | shootout-regex-dna-cheat.rs | 73 let mut replacements = vec![""; 256]; in replace_all() localVariable
|
| /third_party/node/deps/base64/base64/lib/tables/ |
| D | table_generator.c | 96 uint8_t* replacements = (uint8_t*)argv[1]; in main() local
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/gl/ |
| D | RewriteRepeatedAssignToSwizzled.cpp | 77 TIntermSequence replacements; in visitBinary() local
|
| /third_party/node/deps/v8/src/compiler/ |
| D | int64-lowering.h | 30 std::unordered_map<const CallDescriptor*, const CallDescriptor*> replacements; member
|
| /third_party/mesa3d/src/compiler/glsl/ |
| D | lower_output_reads.cpp | 48 hash_table *replacements; member in __anonde08b5e90111::output_read_remover
|
| /third_party/mesa3d/src/freedreno/computerator/ |
| D | a4xx.c | 167 struct fd_bo **replacements = calloc(sizedwords, sizeof(struct fd_bo *)); in emit_const() local
|