Searched defs:KAVL_DECL (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/common/string/
H A Dstrspace.cpp44 #define KAVL_DECL(a_Type) static a_Type macro
/vbox/src/VBox/Runtime/common/table/
H A Davl_Base.cpp.h129 /** @def KAVL_DECL
132 #ifndef KAVL_DECL
133 # define KAVL_DECL(a_Type) RTDECL(a_Type) macro
299 KAVL_DECL(bool) KAVL_FN(Insert)(PPKAVLNODECORE ppTree, PKAVLNODECORE pNode)
399 KAVL_DECL(PKAVLNODECORE) KAVL_FN(Remove)(PPKAVLNODECORE ppTree, KAVLKEY Key)

Completed in 43 milliseconds