Home
last modified time | relevance | path

Searched defs:Replace (Results 1 – 25 of 25) sorted by relevance

/external/clang/test/SemaTemplate/
Ddeduction.cpp38 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/
DRefactoringTest.cpp47 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
249 void expectReplacementAt(const Replacement &Replace, in expectReplacementAt()
265 Replacement Replace; member in clang::tooling::ClassDeclXVisitor
288 Replacement Replace; member in clang::tooling::CallToFVisitor
/external/openfst/src/include/fst/script/
Dreplace.h36 void Replace(ReplaceArgs *args) { in Replace() function
/external/openfst/src/script/
Dreplace.cc24 void Replace(const vector<pair<int64, const FstClass *> > &tuples, in Replace() function
/external/chromium/chrome/browser/ui/views/tabs/
Dnative_view_photobooth_gtk.cc26 void NativeViewPhotoboothGtk::Replace(gfx::NativeView new_view) { in Replace() function in NativeViewPhotoboothGtk
Dnative_view_photobooth_win.cc65 void NativeViewPhotoboothWin::Replace(HWND new_hwnd) { in Replace() function in NativeViewPhotoboothWin
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DTokenRewriteStream.cs312 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/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DTokenRewriteStream.cs275 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/openfst/src/include/fst/extensions/pdt/
Dreplace.h51 void Replace(const vector<pair<typename Arc::Label, in Replace() function
/external/chromium/chrome/browser/notifications/
Dnotification_ui_manager.cc36 void Replace(const Notification& new_notification) { in Replace() function in QueuedNotification
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas5975 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/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
Drewrite.rb127 class Replace < RewriteOperation class in ANTLR3.TokenRewriteStream
/external/openfst/src/include/fst/
Drational.h242 ReplaceFst<A> *Replace() const { in Replace() function
Dreplace.h1435 void Replace(const vector<pair<typename Arc::Label, in Replace() function
1445 void Replace(const vector<pair<typename Arc::Label, in Replace() function
/external/jmonkeyengine/engine/src/core/com/jme3/material/
DRenderState.java234 Replace, enumConstant
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dmetafunctions.cpp54 namespace Replace { namespace
/external/clang/lib/Parse/
DParseTemplate.cpp544 bool Replace = Tok.is(tok::kw_typename) || Tok.is(tok::kw_struct); in ParseTemplateTemplateParameter() local
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dreplace.h673 void Replace(const vector<pair<typename Arc::Label, in Replace() function
/external/regex-re2/re2/
Dre2.cc349 bool RE2::Replace(string *str, in Replace() function in re2::RE2
/external/clang/tools/libclang/
DCXComment.cpp951 tooling::Replacements Replace = in formatTextOfDeclaration() local
/external/regex-re2/util/
Dpcre.cc326 bool PCRE::Replace(string *str, in Replace() function in re2::PCRE
/external/regex-re2/re2/testing/
Dre2_test.cc94 TEST(RE2, Replace) { in TEST() argument
/external/clang/unittests/Format/
DFormatTest.cpp35 tooling::Replacements Replace = reformat( in format() local
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp726 SDValue DAGCombiner::PromoteOperand(SDValue Op, EVT PVT, bool &Replace) { in PromoteOperand()
771 bool Replace = false; in SExtPromoteOperand() local
786 bool Replace = false; in ZExtPromoteOperand() local
878 bool Replace = false; in PromoteIntShiftOp() local
/external/v8/src/
Dliveedit.cc960 void Replace(Code* substitution) { in Replace() function in v8::internal::ReferenceCollectorVisitor