/external/clang/test/SemaTemplate/ |
D | deduction.cpp | 38 struct Replace { struct 44 struct Replace<_1, Arg1, Arg2> { struct 49 struct Replace<_2, Arg1, Arg2> { struct 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/clang/unittests/Tooling/ |
D | RefactoringTest.cpp | 47 Replacement Replace(createReplacement(Location, 4, "")); in TEST_F() local 55 Replacement Replace(createReplacement(Location, 17, "")); in TEST_F() local 63 Replacement Replace(createReplacement(Location, 0, "result")); in TEST_F() local 72 Replacement Replace(createReplacement(Location, 12, "x")); in TEST_F() local 94 Replacement Replace("nonexistent-file.cpp", 0, 1, ""); in TEST_F() local 99 Replacement Replace("/path/to/file.cpp", 0, 1, ""); in TEST_F() local 316 void expectReplacementAt(const Replacement &Replace, in expectReplacementAt() 332 Replacement Replace; member in clang::tooling::ClassDeclXVisitor 355 Replacement Replace; member in clang::tooling::CallToFVisitor
|
/external/antlr/antlr-3.4/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/antlr/antlr-3.4/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/openfst/src/include/fst/script/ |
D | replace.h | 36 void Replace(ReplaceArgs *args) { in Replace() function
|
/external/openfst/src/script/ |
D | replace.cc | 24 void Replace(const vector<pair<int64, const FstClass *> > &tuples, in Replace() function
|
/external/lldb/include/lldb/Core/ |
D | FileSpecList.h | 211 Replace (size_t idx, const FileSpec &file) in Replace() function
|
/external/v8/src/compiler/ |
D | graph-reducer.h | 47 static Reduction Replace(Node* node) { return Reduction(node); } in Replace() function
|
/external/lldb/source/Target/ |
D | PathMappingList.cpp | 119 PathMappingList::Replace (const ConstString &path, in Replace() function in PathMappingList 261 PathMappingList::Replace (const ConstString &path, const ConstString &new_path, bool notify) in Replace() function in PathMappingList
|
/external/antlr/antlr-3.4/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/openfst/src/include/fst/extensions/pdt/ |
D | replace.h | 51 void Replace(const vector<pair<typename Arc::Label, in Replace() function
|
/external/lzma/CPP/Common/ |
D | MyString.h | 490 int Replace(T oldChar, T newChar) in Replace() function 507 int Replace(const CStringBase &oldString, const CStringBase &newString) in Replace() function
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/ |
D | rewrite.rb | 127 class Replace < RewriteOperation class in ANTLR3.TokenRewriteStream
|
/external/openfst/src/include/fst/ |
D | rational.h | 242 ReplaceFst<A> *Replace() const { in Replace() function
|
D | replace.h | 1435 void Replace(const vector<pair<typename Arc::Label, in Replace() function 1445 void Replace(const vector<pair<typename Arc::Label, in Replace() function
|
/external/clang/lib/Tooling/Core/ |
D | Replacement.cpp | 275 Replacement Replace("<stdin>", I->getOffset(), I->getLength(), in applyAllReplacements() local
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | R600KernelParameters.cpp | 222 void R600KernelParameters::Replace(Function* Fun) { in Replace() function in __anonae0e4a320111::R600KernelParameters
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | metafunctions.cpp | 54 namespace Replace { namespace
|
/external/jmonkeyengine/engine/src/core/com/jme3/material/ |
D | RenderState.java | 234 Replace, enumConstant
|
/external/clang/lib/Parse/ |
D | ParseTemplate.cpp | 569 bool Replace = Tok.is(tok::kw_typename) || Tok.is(tok::kw_struct); in ParseTemplateTemplateParameter() local
|
/external/clang/lib/Index/ |
D | CommentToXML.cpp | 611 tooling::Replacements Replace = reformat( in formatTextOfDeclaration() local
|
/external/pdfium/core/src/fxcrt/ |
D | fx_basic_wstring.cpp | 625 FX_STRSIZE CFX_WideString::Replace(FX_LPCWSTR lpszOld, FX_LPCWSTR lpszNew) in Replace() function in CFX_WideString
|
D | fx_basic_bstring.cpp | 877 FX_STRSIZE CFX_ByteString::Replace(FX_BSTR lpszOld, FX_BSTR lpszNew) in Replace() function in CFX_ByteString
|
/external/regex-re2/re2/ |
D | re2.cc | 349 bool RE2::Replace(string *str, in Replace() function in re2::RE2
|
/external/pcre/dist/ |
D | pcrecpp.cc | 332 bool RE::Replace(const StringPiece& rewrite, in Replace() function in pcrecpp::RE
|