Home
last modified time | relevance | path

Searched defs:object_t (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-serialize.hh53 struct object_t : range_t struct
55 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_t
78 hb_vector_t<link_t> links;
79 object_t *next;
/external/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify13.c52 static struct object_t { struct
53 const char *path;
54 int is_dir;
/external/google-fruit/include/fruit/impl/component_storage/
Dcomponent_storage_entry.h104 using object_t = const void*; member
136 using object_t = void*; member
/external/harfbuzz_ng/test/api/
Dtest-object.c137 } object_t; typedef