/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> { 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/ |
D | native_view_photobooth_gtk.cc | 26 void NativeViewPhotoboothGtk::Replace(gfx::NativeView new_view) { in Replace() function in NativeViewPhotoboothGtk
|
D | native_view_photobooth_win.cc | 65 void NativeViewPhotoboothWin::Replace(HWND new_hwnd) { in Replace() function in NativeViewPhotoboothWin
|
/external/chromium/chrome/browser/notifications/ |
D | notification_ui_manager.cc | 36 void Replace(const Notification& new_notification) { in Replace() function in QueuedNotification
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | metafunctions.cpp | 54 namespace Replace { namespace
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | replace.h | 673 void Replace(const vector<pair<typename Arc::Label, in Replace() function
|
/external/pcre/ |
D | pcrecpp.cc | 331 bool RE::Replace(const StringPiece& rewrite, in Replace() function in pcrecpp::RE
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 682 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/ |
D | liveedit.cc | 888 void Replace(Code* substitution) { in Replace() function in v8::internal::ReferenceCollectorVisitor
|