| /external/clang/test/SemaTemplate/ |
| D | deduction.cpp | 38 struct Replace { struct 44 struct Replace<_1, Arg1, Arg2> { argument 49 struct Replace<_2, Arg1, Arg2> { argument 55 struct Replace<const T, Arg1, Arg2> { argument 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/crates/pin-project/tests/ui/pin_project/ |
| D | visibility.rs | 11 pub struct Replace(()); struct 41 pub(crate) struct Replace(()); struct
|
| D | import_unnamed.rs | 11 pub struct Replace(()); struct
|
| /external/llvm-project/clang/test/SemaTemplate/ |
| D | deduction.cpp | 39 struct Replace { struct 45 struct Replace<_1, Arg1, Arg2> { struct 50 struct Replace<_2, Arg1, Arg2> { argument 56 struct Replace<const T, Arg1, Arg2> { argument 57 typedef typename Replace<T, Arg1, Arg2>::type const type; argument 62 struct Replace<TT<T1>, Arg1, Arg2> { struct 63 typedef TT<typename Replace<T1, Arg1, Arg2>::type> type; argument 68 struct Replace<TT<T1, T2>, Arg1, Arg2> { struct 70 typename Replace<T2, Arg1, Arg2>::type> type; argument 76 struct Replace<TT<T1, _2>, Arg1, Arg2> { struct [all …]
|
| /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/CSharp3/Sources/Antlr3.Runtime/ |
| D | TokenRewriteStream.cs | 312 public virtual void Replace( int index, object text ) in Replace() method in Antlr.Runtime.TokenRewriteStream 317 public virtual void Replace( int from, int to, object text ) in Replace() method in Antlr.Runtime.TokenRewriteStream 322 public virtual void Replace( IToken indexT, object text ) in Replace() method in Antlr.Runtime.TokenRewriteStream 327 public virtual void Replace( IToken from, IToken to, object text ) in Replace() method in Antlr.Runtime.TokenRewriteStream 332 public virtual void Replace( string programName, int from, int to, object text ) in Replace() method in Antlr.Runtime.TokenRewriteStream 344 public virtual void Replace( string programName, IToken from, IToken to, object text ) in Replace() method in Antlr.Runtime.TokenRewriteStream
|
| /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/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 | 21 void CFX_BitmapStorer::Replace(RetainPtr<CFX_DIBitmap>&& pBitmap) { in Replace() function in CFX_BitmapStorer
|
| /external/llvm-project/lldb/include/lldb/Core/ |
| D | FileSpecList.h | 178 bool Replace(size_t idx, const FileSpec &file) { in Replace() function
|
| /external/llvm-project/clang/unittests/Tooling/ |
| D | RefactoringTest.cpp | 39 Replacement Replace(createReplacement(Location, 4, "")); in TEST_F() local 47 Replacement Replace(createReplacement(Location, 17, "")); in TEST_F() local 55 Replacement Replace(createReplacement(Location, 0, "result")); in TEST_F() local 64 Replacement Replace(createReplacement(Location, 12, "x")); in TEST_F() local 86 Replacement Replace("nonexistent-file.cpp", 0, 1, ""); in TEST_F() local 91 Replacement Replace("/path/to/file.cpp", 0, 1, ""); in TEST_F() local 693 void expectReplacementAt(const Replacement &Replace, in expectReplacementAt() 709 Replacement Replace; member in clang::tooling::ClassDeclXVisitor 732 Replacement Replace; member in clang::tooling::CallToFVisitor 762 Replacement Replace; member in clang::tooling::NestedNameSpecifierAVisitor [all …]
|
| /external/llvm-project/lldb/source/Target/ |
| D | PathMappingList.cpp | 97 bool PathMappingList::Replace(ConstString path, in Replace() function in PathMappingList 245 bool PathMappingList::Replace(ConstString path, in Replace() function in PathMappingList
|
| /external/grpc-grpc/src/compiler/ |
| D | ruby_generator_string-inl.h | 52 inline grpc::string Replace(grpc::string s, const grpc::string& from, in Replace() function
|
| /external/rust/crates/grpcio-sys/grpc/src/compiler/ |
| D | ruby_generator_string-inl.h | 52 inline std::string Replace(std::string s, const std::string& from, in Replace() function
|
| /external/llvm-project/flang/runtime/ |
| D | file.h | 21 enum class OpenStatus { Old, New, Scratch, Replace, Unknown }; enumerator
|
| /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/tensorflow/tensorflow/compiler/xla/service/ |
| D | hlo_reachability.cc | 63 void HloReachabilityMap::Replace(const HloInstruction* original, in Replace() function in xla::HloReachabilityMap
|
| /external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/ |
| D | Antlr.Runtime.pas | 5975 procedure TTokenRewriteStream.Replace(const Start, Stop: IToken; procedure 5981 procedure TTokenRewriteStream.Replace(const IndexT: IToken; procedure 5987 procedure TTokenRewriteStream.Replace(const ProgramName: String; const Start, procedure 6108 procedure TTokenRewriteStream.Replace(const ProgramName: String; const Start, procedure 6114 procedure TTokenRewriteStream.Replace(const Index: Integer; procedure 6120 procedure TTokenRewriteStream.Replace(const Start, Stop: Integer; procedure 6342 procedure TTokenRewriteStream.Replace(const IndexT: IToken; const Text: String); procedure 6350 procedure TTokenRewriteStream.Replace(const Start, Stop: Integer; procedure 6359 procedure TTokenRewriteStream.Replace(const Index: Integer; const Text: String); procedure 6367 procedure TTokenRewriteStream.Replace(const ProgramName: String; const Start, procedure [all …]
|
| /external/libchrome/base/containers/ |
| D | id_map.h | 91 V Replace(KeyType id, V new_data) { in Replace() function
|
| /external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| D | CPlusPlusLanguage.cpp | 368 llvm::StringRef Replace; member in __anon6b70c7110111::TypeSubstitutor 372 llvm::StringRef Replace) { in reset()
|
| /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/llvm-project/clang/lib/Tooling/Core/ |
| D | Replacement.cpp | 228 for (const auto &Replace : Replaces) in mergeIfOrderIndependent() local 598 Replacement Replace("<stdin>", I->getOffset(), I->getLength(), in applyAllReplacements() local
|
| /external/antlr/runtime/Ruby/lib/antlr3/streams/ |
| D | rewrite.rb | 127 class Replace < RewriteOperation class in ANTLR3.TokenRewriteStream
|
| /external/lzma/CPP/Common/ |
| D | MyString.cpp | 829 void AString::Replace(char oldChar, char newChar) throw() in Replace() function in AString 848 void AString::Replace(const AString &oldString, const AString &newString) in Replace() function in AString 1403 void UString::Replace(wchar_t oldChar, wchar_t newChar) throw() in Replace() function in UString 1422 void UString::Replace(const UString &oldString, const UString &newString) in Replace() function in UString
|