Home
last modified time | relevance | path

Searched defs:GetInterfacePtr (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dcomip.h40 static _Interface *GetInterfacePtr() throw() { return NULL; } in GetInterfacePtr() function
51 static _Interface *GetInterfacePtr() throw() { return NULL; } in GetInterfacePtr() function
220 Interface *GetInterfacePtr() const throw() { return m_pInterface; } in GetInterfacePtr() function
221 Interface*& GetInterfacePtr() throw() { return m_pInterface; } in GetInterfacePtr() function
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/tests/
H A Dinterface_ptr_unittest.cc91 math::CalculatorPtr& GetInterfacePtr() { return calculator_; } in GetInterfacePtr() function in mojo::test::__anon89e095c70111::MathCalculatorUI