Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-serialize.hh83 struct link_t struct
85 unsigned width: 3;
86 bool is_signed: 1;
87 unsigned whence: 2;
88 unsigned position: 28;
89 unsigned bias;
90 objidx_t objidx;
/third_party/harfbuzz/src/
Dhb-serialize.hh83 struct link_t struct
85 bool is_wide: 1;
86 bool is_signed: 1;
87 unsigned whence: 2;
88 unsigned position: 28;
89 unsigned bias;
90 objidx_t objidx;
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-serialize.hh70 struct link_t struct
72 bool is_wide: 1;
73 unsigned position : 31;
74 unsigned bias;
75 objidx_t objidx;
/third_party/gstreamer/gstreamer/gst/parse/
Dtypes.h19 } link_t; typedef
/third_party/boost/boost/range/detail/
Djoin_iterator.hpp173 typedef join_iterator_link<Iterator1, Iterator2> link_t; typedef in boost::range_detail::join_iterator