HomeSort by relevance Sort by last modified time
    Searched refs:AddRef (Results 651 - 657 of 657) sorted by null

<<21222324252627

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wabdefs.h 446 #define MAPI_IUNKNOWN_METHODS(IPURE) MAPIMETHOD(QueryInterface) (THIS_ REFIID riid,LPVOID *ppvObj) IPURE; MAPIMETHOD_(ULONG,AddRef) (THIS) IPURE; MAPIMETHOD_(ULONG,Release) (THIS) IPURE;
    [all...]
ks.h     [all...]
mapival.h 20 MAKE_ENUM(QueryInterface,IUnknown) = 0,MAKE_ENUM(AddRef,IUnknown),MAKE_ENUM(Release,IUnknown),MAKE_ENUM(GetLastError,IMAPIProp),
    [all...]
  /external/chromium_org/content/renderer/
render_view_impl.cc 712 AddRef();
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
gtest.h 767 // AddRef<T>::type is T if T is a reference; otherwise it's T&. This
770 struct AddRef { typedef T& type; }; // NOLINT
772 struct AddRef<T&> { typedef T& type; }; // NOLINT
774 // A handy wrapper for AddRef.
775 #define GTEST_ADD_REF_(T) typename ::std::tr1::gtest_internal::AddRef<T>::type
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h 767 // AddRef<T>::type is T if T is a reference; otherwise it's T&. This
770 struct AddRef { typedef T& type; }; // NOLINT
772 struct AddRef<T&> { typedef T& type; }; // NOLINT
774 // A handy wrapper for AddRef.
775 #define GTEST_ADD_REF_(T) typename ::std::tr1::gtest_internal::AddRef<T>::type
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h 767 // AddRef<T>::type is T if T is a reference; otherwise it's T&. This
770 struct AddRef { typedef T& type; }; // NOLINT
772 struct AddRef<T&> { typedef T& type; }; // NOLINT
774 // A handy wrapper for AddRef.
775 #define GTEST_ADD_REF_(T) typename ::std::tr1::gtest_internal::AddRef<T>::type
    [all...]

Completed in 660 milliseconds

<<21222324252627