/aosp_15_r20/external/rust/android-crates-io/crates/unicode-normalization/src/ |
D | replace.rs | 15 pub struct Replacements<I> { struct 23 pub fn new_cjk_compat_variants<I: Iterator<Item = char>>(iter: I) -> Replacements<I> { in new_cjk_compat_variants() argument 27 impl<I: Iterator<Item = char>> Iterator for Replacements<I> { implementation 54 impl<I: Iterator<Item = char> + Clone> fmt::Display for Replacements<I> { implementation
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Tooling/Core/ |
D | Replacement.h | 222 explicit Replacements(const Replacement &R) { Replaces.insert(R); } in Replacements() function 294 Replacements(const_iterator Begin, const_iterator End) in Replacements() function 339 std::vector<Replacement> Replacements; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Tooling/Core/ |
D | Replacement.h | 222 explicit Replacements(const Replacement &R) { Replaces.insert(R); } in Replacements() function 294 Replacements(const_iterator Begin, const_iterator End) in Replacements() function 339 std::vector<Replacement> Replacements; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Tooling/Core/ |
D | Replacement.h | 222 explicit Replacements(const Replacement &R) { Replaces.insert(R); } in Replacements() function 294 Replacements(const_iterator Begin, const_iterator End) in Replacements() function 339 std::vector<Replacement> Replacements; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Tooling/Core/ |
D | Replacement.h | 222 explicit Replacements(const Replacement &R) { Replaces.insert(R); } in Replacements() function 294 Replacements(const_iterator Begin, const_iterator End) in Replacements() function 339 std::vector<Replacement> Replacements; member
|
/aosp_15_r20/external/clang/include/clang/Tooling/Core/ |
H A D | Replacement.h | 148 typedef std::set<Replacement> Replacements; typedef 208 std::vector<Replacement> Replacements; member
|
/aosp_15_r20/external/mesa3d/docs/ |
H A D | shading.rst | 52 .. _capture:
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyAddMissingPrototypes.cpp | 64 std::vector<std::pair<Function *, Function *>> Replacements; in runOnModule() local
|
/aosp_15_r20/external/angle/src/compiler/preprocessor/ |
H A D | Macro.h | 31 typedef std::vector<Token> Replacements; typedef
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyAddMissingPrototypes.cpp | 64 std::vector<std::pair<Function *, Function *>> Replacements; in runOnModule() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
H A D | FormatVariadic.cpp | 146 SmallVector<ReplacementItem, 2> Replacements; in parseFormatString() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | FormatVariadic.cpp | 145 std::vector<ReplacementItem> Replacements; in parseFormatString() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | FormatVariadic.h | 83 std::vector<ReplacementItem> Replacements; variable
|
/aosp_15_r20/external/llvm/lib/Transforms/IPO/ |
H A D | ConstantMerge.cpp | 80 SmallVector<std::pair<GlobalVariable*, GlobalVariable*>, 32> Replacements; in mergeConstants() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | FormatVariadic.h | 82 std::vector<ReplacementItem> Replacements; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPURewriteOutArguments.cpp | 213 DenseMap<ReturnInst *, ReplacementVec> Replacements; in runOnFunction() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPURewriteOutArguments.cpp | 263 DenseMap<ReturnInst *, ReplacementVec> Replacements; in runOnFunction() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 1419 std::vector<DeferredReplacement> &Replacements) { in makeStatepointExplicitImpl() 1604 std::vector<DeferredReplacement> &Replacements) { in makeStatepointExplicit() 2306 std::vector<DeferredReplacement> Replacements; in insertParsePoints() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 1281 std::vector<DeferredReplacement> &Replacements) { in makeStatepointExplicitImpl() 1464 std::vector<DeferredReplacement> &Replacements) { in makeStatepointExplicit() 2111 std::vector<DeferredReplacement> Replacements; in insertParsePoints() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 1670 std::vector<DeferredReplacement> &Replacements, in makeStatepointExplicitImpl() 1961 std::vector<DeferredReplacement> &Replacements, in makeStatepointExplicit() 2835 std::vector<DeferredReplacement> Replacements; in insertParsePoints() local
|
/aosp_15_r20/external/cronet/url/ |
H A D | gurl_unittest.cc | 736 TEST(GURLTest, Replacements) { in TEST() argument 826 TEST_P(GURLTypedTest, Replacements) { in TEST_P() argument
|
H A D | url_canon.h | 899 Replacements() {} in Replacements() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
H A D | A15SDOptimizer.cpp | 125 std::map<MachineInstr*, unsigned> Replacements; member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | A15SDOptimizer.cpp | 125 std::map<MachineInstr*, unsigned> Replacements; member
|
/aosp_15_r20/external/llvm/lib/Target/ARM/ |
H A D | A15SDOptimizer.cpp | 128 std::map<MachineInstr*, unsigned> Replacements; member
|