Home
last modified time | relevance | path

Searched defs:GetUserData (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h248 void* GetUserData() { return userData; } ///< Get a pointer to arbitrary user data. in GetUserData() function
249 const void* GetUserData() const { return userData; } ///< Get a pointer to arbitrary user data. in GetUserData() function
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h248 void* GetUserData() { return userData; } ///< Get a pointer to arbitrary user data. in GetUserData() function
249 const void* GetUserData() const { return userData; } ///< Get a pointer to arbitrary user data. in GetUserData() function
/third_party/cef/libcef_dll/ctocpp/
Dv8value_ctocpp.cc791 CefRefPtr<CefBaseRefCounted> CefV8ValueCToCpp::GetUserData() { in GetUserData() function in CefV8ValueCToCpp
/third_party/cef/libcef/renderer/
Dv8_impl.cc281 inline CefRefPtr<CefBaseRefCounted> GetUserData() { return user_data_; } in GetUserData() function in __anonac4c0c710111::V8TrackObject
2156 CefRefPtr<CefBaseRefCounted> CefV8ValueImpl::GetUserData() { in GetUserData() function in CefV8ValueImpl
/third_party/mingw-w64/mingw-w64-headers/direct-x/include/
Ddpaddr.h205 STDMETHOD(GetUserData)(THIS_ LPVOID pvUserData, PDWORD pdwBufferSize) PURE; in DECLARE_INTERFACE_() local
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h6010 void* GetUserData() const { return m_pUserData; } in GetUserData() function