HomeSort by relevance Sort by last modified time
    Searched refs:ParentClass (Results 1 - 6 of 6) sorted by null

  /external/clang/test/SemaTemplate/
class-template-ctor-initializer.cpp 40 template <class ParentClass>
41 class Derived : public ParentClass {
  /external/chromium_org/base/win/
scoped_comptr.h 31 typedef scoped_refptr<Interface> ParentClass;
36 explicit ScopedComPtr(Interface* p) : ParentClass(p) {
40 : ParentClass(p) {
  /external/chromium_org/win8/delegate_execute/
delegate_execute.cc 41 typedef ATL::CAtlExeModuleT<DelegateExecuteModule> ParentClass;
71 return ParentClass::PreMessageLoop(nShowCmd);
82 return ParentClass::PostMessageLoop();
  /external/chromium_org/win8/test/
test_registrar.cc 67 typedef ATL::CAtlExeModuleT<TestDelegateExecuteModule> ParentClass;
72 return ParentClass::RegisterServer(FALSE);
77 HRESULT hr = ParentClass::AddCommonRGSReplacements(registrar);
  /frameworks/compile/slang/
slang_rs_export_type.cpp 36 #define CHECK_PARENT_EQUALITY(ParentClass, E) \
37 if (!ParentClass::equals(E)) \
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/
base.js     [all...]

Completed in 952 milliseconds