Searched refs:AddressOf (Results 1 - 5 of 5) sorted by path

/haiku-fatelf/src/kits/opengl/
H A DGLDispatcher.h47 const _glapi_proc AddressOf(const char* functionName);
96 BGLDispatcher::AddressOf(const char* functionName) function in class:BGLDispatcher
H A DGLView.cpp120 return (void*)glDispatcher->AddressOf(procName);
/haiku-fatelf/src/tests/kits/app/bmessage/
H A DMessageCStringItemTest.h93 inline const char* AddressOf(const char*& t) { return t; } function in struct:TypePolicy
H A DMessageFlattenableItemTest.h182 inline TypePtr AddressOf(MyFlattenableType& t) { return &t; } function in struct:TypePolicy
H A DMessageItemTest.h72 inline Type* AddressOf(Type& t) { return &t; } function in struct:TypePolicy
409 CPPUNIT_ASSERT(FuncPolicy::AddData(msg, "item", TypeCode, AddressOf(in),
448 AddressOf(in[i]), InitPolicy::SizeOf(in[i]),

Completed in 94 milliseconds