Home
last modified time | relevance | path

Searched refs:m_client (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/amd/addrlib/src/core/
H A Daddrobject.cpp50 m_client.handle = NULL; in Object()
51 m_client.callbacks.allocSysMem = NULL; in Object()
52 m_client.callbacks.freeSysMem = NULL; in Object()
53 m_client.callbacks.debugPrint = NULL; in Object()
66 m_client = *pClient; in Object()
122 return ClientAlloc(objSize, &m_client);; in Alloc()
164 ClientFree(pObjMem, &m_client); in Free()
198 ClientFree(pObjMem, &pObj->m_client); in operator delete()
218 if (m_client.callbacks.debugPrint != NULL) in DebugPrint()
228 debugPrintInput.hClient = m_client in DebugPrint()
[all...]
H A Daddrobject.h77 const Client* GetClient() const {return &m_client;} in GetClient()
80 Client m_client; member in Addr::Object
/third_party/skia/third_party/externals/libgifcodec/
H A DSkGifImageReader.h109 , m_client(client) in SkGIFLZWContext()
138 SkLibGifCodec* const m_client; member in final
276 : m_client(nullptr) in SkGifImageReader()
291 void setClient(SkLibGifCodec* client) { m_client = client; } in setClient()
375 SkLibGifCodec* m_client; member in final
H A DSkGifImageReader.cpp163 m_client->haveDecodedRow(m_frameContext->frameId(), rowBegin, in outputRow()
456 return currentFrame->decode(&m_streamBuffer, m_client, frameComplete); in decode()
/third_party/node/deps/v8/src/inspector/
H A Dv8-inspector-impl.h65 V8InspectorClient* client() { return m_client; } in client()
159 V8InspectorClient* m_client; member in v8_inspector::V8InspectorImpl
H A Dv8-inspector-impl.cc65 m_client(client), in V8InspectorImpl()
273 m_client->currentTimeMS(), toString16(detailedMessage), in exceptionThrown()
289 m_client->currentTimeMS(), toString16(message), exceptionId); in exceptionRevoked()
416 int64_t id = m_client->generateUniqueId(); in generateUniqueId()

Completed in 6 milliseconds