Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-serialize.hh69 struct object_t struct
71 void fini () { in fini()
79 object_t (const hb_object_t &o) in object_t() argument
94 bool add_virtual_link (objidx_t objidx) in add_virtual_link()
123 bool operator == (const object_t &o) const in operator ==()
132 uint32_t hash () const in hash()
140 struct link_t
172 char *head;
173 char *tail;
174 hb_vector_t<link_t> real_links;
[all …]
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify13.c52 static struct object_t { struct
53 const char *path;
54 int is_dir;
55 struct fanotify_fid_t fid;
/aosp_15_r20/external/google-fruit/include/fruit/impl/component_storage/
H A Dcomponent_storage_entry.h104 using object_t = const void*; member
136 using object_t = void*; member
/aosp_15_r20/external/harfbuzz_ng/test/api/
H A Dtest-object.c137 } object_t; typedef
/aosp_15_r20/external/ublksrv/include/nlohmann/
H A Djson.hpp3464 using object_t = typename BasicJsonType::object_t; typedef
3589 using object_t = typename BasicJsonType::object_t; typedef
3613 using object_t = typename BasicJsonType::object_t; typedef
12615 using object_t = typename BasicJsonType::object_t; typedef in nlohmann::detail::iter_impl
19173 using object_t = ObjectType<StringType, typedef in nlohmann::basic_json
20243 object_t* get_impl_ptr(object_t* /*unused*/) noexcept in get_impl_ptr() argument