Searched refs:TypePtr (Results 1 - 2 of 2) sorted by path

/haiku-fatelf/src/tests/kits/app/bmessage/
H A DMessageCStringItemTest.h37 typedef const char* TypePtr; typedef in struct:TCStringInitPolicy
77 bool TCStringCtypedef const char* TypePtr; variable
90 typedef const char* TypePtr; typedef in struct:TypePolicy
92 inline const char* Dereference(TypePtr p) { return p; }
H A DMessageFlattenableItemTest.h176 typedef MyFlattenableType* TypePtr; typedef in struct:TypePolicy
178 inline MyFlattenableType& Dereference(TypePtr p)
182 inline TypePtr AddressOf(MyFlattenableType& t) { return &t; }

Completed in 81 milliseconds