/external/clang/test/SemaTemplate/ |
D | deduction.cpp | 38 struct Replace { struct 44 struct Replace<_1, Arg1, Arg2> { struct 49 struct Replace<_2, Arg1, Arg2> { argument 55 struct Replace<const T, Arg1, Arg2> { struct 56 typedef typename Replace<T, Arg1, Arg2>::type const type; argument 61 struct Replace<TT<T1>, Arg1, Arg2> { struct 62 typedef TT<typename Replace<T1, Arg1, Arg2>::type> type; argument 67 struct Replace<TT<T1, T2>, Arg1, Arg2> { struct 69 typename Replace<T2, Arg1, Arg2>::type> type; argument 75 struct Replace<TT<T1, _2>, Arg1, Arg2> { struct [all …]
|
/external/rust/android-crates-io/crates/pin-project/tests/ui/pin_project/ |
D | visibility.rs | 15 pub struct Replace(()); struct 44 pub(crate) struct Replace(()); struct
|
D | import_unnamed.rs | 13 pub struct Replace(()); struct
|
/external/clang/unittests/Tooling/ |
D | RefactoringTest.cpp | 48 Replacement Replace(createReplacement(Location, 4, "")); in TEST_F() local 56 Replacement Replace(createReplacement(Location, 17, "")); in TEST_F() local 64 Replacement Replace(createReplacement(Location, 0, "result")); in TEST_F() local 73 Replacement Replace(createReplacement(Location, 12, "x")); in TEST_F() local 95 Replacement Replace("nonexistent-file.cpp", 0, 1, ""); in TEST_F() local 100 Replacement Replace("/path/to/file.cpp", 0, 1, ""); in TEST_F() local 361 void expectReplacementAt(const Replacement &Replace, in expectReplacementAt() 377 Replacement Replace; member in clang::tooling::ClassDeclXVisitor 400 Replacement Replace; member in clang::tooling::CallToFVisitor 430 Replacement Replace; member in clang::tooling::NestedNameSpecifierAVisitor
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | TokenRewriteStream.cs | 275 public virtual void Replace(int index, object text) { in Replace() method in Antlr.Runtime.TokenRewriteStream 279 public virtual void Replace(int from, int to, object text) { in Replace() method in Antlr.Runtime.TokenRewriteStream 283 public virtual void Replace(IToken indexT, object text) { in Replace() method in Antlr.Runtime.TokenRewriteStream 287 public virtual void Replace(IToken from, IToken to, object text) { in Replace() method in Antlr.Runtime.TokenRewriteStream 291 public virtual void Replace(string programName, int from, int to, object text) { in Replace() method in Antlr.Runtime.TokenRewriteStream 301 public virtual void Replace(string programName, IToken from, IToken to, object text) { in Replace() method in Antlr.Runtime.TokenRewriteStream
|
/external/sdv/vsomeip/third_party/boost/algorithm/string/example/ |
D | replace_example.cpp | 33 const iterator_range<string::const_iterator>& Replace ) in upcase_formatter()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | shape_inference_helpers.cc | 52 Status BackEdgeHelper::Replace() { in Replace() function in tensorflow::BackEdgeHelper
|
/external/pdfium/core/fxge/dib/ |
D | cfx_bitmapstorer.cpp | 23 void CFX_BitmapStorer::Replace(RetainPtr<CFX_DIBitmap>&& pBitmap) { in Replace() function in CFX_BitmapStorer
|
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.pas | 1313 procedure Replace(const Index: Integer; const Text: IANTLRInterface); overload; procedure 1314 procedure Replace(const Start, Stop: Integer; const Text: IANTLRInterface); overload; procedure 1315 procedure Replace(const IndexT: IToken; const Text: IANTLRInterface); overload; procedure 1316 procedure Replace(const Start, Stop: IToken; const Text: IANTLRInterface); overload; procedure 1317 procedure Replace(const ProgramName: String; const Start, Stop: Integer; procedure 1319 procedure Replace(const ProgramName: String; const Start, Stop: IToken; procedure 1321 procedure Replace(const Index: Integer; const Text: String); overload; procedure 1322 procedure Replace(const Start, Stop: Integer; const Text: String); overload; procedure 1323 procedure Replace(const IndexT: IToken; const Text: String); overload; procedure 1324 procedure Replace(const Start, Stop: IToken; const Text: String); overload; procedure [all …]
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
D | ExpandLargeDivRem.cpp | 57 SmallVector<BinaryOperator *, 4> Replace; in runImpl() local
|
/external/cronet/tot/base/containers/ |
D | intrusive_heap.h | 496 const_iterator Replace(size_type pos, const T& element) { in Replace() function 499 const_iterator Replace(size_type pos, T&& element) { in Replace() function 505 const_iterator Replace(P pos, const T& element) { in Replace() function 509 const_iterator Replace(P pos, T&& element) { in Replace() function
|
D | id_map.h | 108 V Replace(KeyType id, V new_data) { in Replace() function
|
/external/cronet/stable/base/containers/ |
D | intrusive_heap.h | 496 const_iterator Replace(size_type pos, const T& element) { in Replace() function 499 const_iterator Replace(size_type pos, T&& element) { in Replace() function 505 const_iterator Replace(P pos, const T& element) { in Replace() function 509 const_iterator Replace(P pos, T&& element) { in Replace() function
|
D | id_map.h | 108 V Replace(KeyType id, V new_data) { in Replace() function
|
/external/bazelbuild-rules_go/go/tools/builders/ |
D | edit.go | 61 func (b *Buffer) Replace(start, end int, new string) { func
|
/external/grpc-grpc/src/compiler/ |
D | ruby_generator_string-inl.h | 54 inline std::string Replace(std::string s, const std::string& from, in Replace() function
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/compiler/ |
D | ruby_generator_string-inl.h | 54 inline std::string Replace(std::string s, const std::string& from, in Replace() function
|
/external/pigweed/pw_containers/ |
D | aa_tree_item.cc | 127 void AATreeItem::Replace(AATreeItem* old_child, AATreeItem* new_child) { in Replace() function in pw::containers::internal::AATreeItem
|
/external/lzma/CPP/Windows/Control/ |
D | ImageList.h | 65 int Replace(int index, HICON icon) in Replace() function
|
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/ |
D | ZipExtractorTask.java | 43 private static enum Replace { enum in ZipExtractorTask
|
/external/python/cpython3/Doc/library/ |
D | idle.rst | 476 .. _completions:
|
/external/libchrome/base/containers/ |
D | id_map.h | 91 V Replace(KeyType id, V new_data) { in Replace() function
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_reachability.cc | 82 void HloReachabilityMap::Replace(const HloInstruction* original, in Replace() function in xla::HloReachabilityMap
|
/external/clang/lib/Tooling/Core/ |
D | Replacement.cpp | 271 Replacement Replace("<stdin>", I->getOffset(), I->getLength(), in applyAllReplacements() local 433 for (const auto &Replace : Replaces) { in groupReplacementsByFile() local
|
/external/antlr/runtime/Ruby/lib/antlr3/streams/ |
D | rewrite.rb | 127 class Replace < RewriteOperation class in ANTLR3.TokenRewriteStream
|