Home
last modified time | relevance | path

Searched defs:object_hash (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/tools/build/src/engine/
Dobject.h36 #define object_hash( obj ) (((struct hash_header *)((char *)(obj) - sizeof(struct hash_header)))->h… macro
Dobject.cpp349 unsigned int object_hash( OBJECT * obj ) in object_hash() function