Searched defs:object_t (Results 1 – 4 of 4) sorted by relevance
53 struct object_t : range_t struct55 void fini () { links.fini (); } in fini()57 bool operator == (const object_t &o) const in operator ==()64 uint32_t hash () const in hash()70 struct link_t78 hb_vector_t<link_t> links;79 object_t *next;
52 static struct object_t { struct53 const char *path;54 int is_dir;
104 using object_t = const void*; member136 using object_t = void*; member
137 } object_t; typedef