Home
last modified time | relevance | path

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

/external/clang/test/SemaTemplate/
Ddeduction.cpp38 struct Replace { struct
44 struct Replace<_1, Arg1, Arg2> { argument
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/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/chromium/chrome/browser/notifications/
Dnotification_ui_manager.cc36 void Replace(const Notification& new_notification) { in Replace() function in QueuedNotification
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dmetafunctions.cpp54 namespace Replace { namespace
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dreplace.h673 void Replace(const vector<pair<typename Arc::Label, in Replace() function
/external/pcre/
Dpcrecpp.cc331 bool RE::Replace(const StringPiece& rewrite, in Replace() function in pcrecpp::RE
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp682 SDValue DAGCombiner::PromoteOperand(SDValue Op, EVT PVT, bool &Replace) { in PromoteOperand()
727 bool Replace = false; in SExtPromoteOperand() local
742 bool Replace = false; in ZExtPromoteOperand() local
834 bool Replace = false; in PromoteIntShiftOp() local
/external/v8/src/
Dliveedit.cc888 void Replace(Code* substitution) { in Replace() function in v8::internal::ReferenceCollectorVisitor