Searched defs:object_t (Results 1 – 4 of 4) sorted by relevance
69 struct object_t struct71 void fini () { in fini()79 object_t (const hb_object_t &o) in object_t() argument103 bool operator == (const object_t &o) const in operator ==()112 uint32_t hash () const in hash()120 struct link_t152 char *head;153 char *tail;154 hb_vector_t<link_t> real_links;155 hb_vector_t<link_t> virtual_links;[all …]
51 static struct object_t { struct52 const char *path;53 int is_dir;54 struct fanotify_fid_t fid;
104 using object_t = const void*; member136 using object_t = void*; member
137 } object_t; typedef