Searched refs:to_prop_obj (Results 1 – 1 of 1) sorted by relevance
338 static void *to_prop_obj(const uint32_t off) in to_prop_obj() function350 return reinterpret_cast<prop_bt*>(to_prop_obj(0)); in root_node()381 current = reinterpret_cast<prop_bt*>(to_prop_obj(current->left)); in find_prop_bt()400 current = reinterpret_cast<prop_bt*>(to_prop_obj(current->right)); in find_prop_bt()437 root = reinterpret_cast<prop_bt*>(to_prop_obj(current->children)); in find_property()462 return reinterpret_cast<prop_info*>(to_prop_obj(current->prop)); in find_property()544 prop_bt *trie = reinterpret_cast<prop_bt*>(to_prop_obj(off)); in foreach_property()554 prop_info *info = reinterpret_cast<prop_info*>(to_prop_obj(trie->prop)); in foreach_property()