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

  /external/clang/test/SemaTemplate/
class-template-ctor-initializer.cpp 40 template <class ParentClass>
41 class Derived : public ParentClass {
  /external/chromium/base/win/
scoped_comptr.h 32 typedef scoped_refptr<Interface> ParentClass;
37 explicit ScopedComPtr(Interface* p) : ParentClass(p) {
41 : ParentClass(p) {
  /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 33 typedef ATL::CAtlExeModuleT<DelegateExecuteModule> ParentClass;
36 return ParentClass::RegisterServer(FALSE);
41 HRESULT hr = ParentClass::AddCommonRGSReplacements(registrar);
  /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);
  /external/chromium_org/chrome_frame/
chrome_tab.cc 102 typedef CAtlDllModuleT<ChromeTabModule> ParentClass;
113 HRESULT hr = ParentClass::AddCommonRGSReplacements(registrar);
198 LONG result = ParentClass::Lock();
211 LONG result = ParentClass::Unlock();
    [all...]
  /frameworks/compile/slang/
slang_rs_export_type.cpp 37 #define CHECK_PARENT_EQUALITY(ParentClass, E) \
38 if (!ParentClass::equals(E)) \
    [all...]

Completed in 124 milliseconds