Home
last modified time | relevance | path

Searched defs:hb_vector_t (Results 1 – 21 of 21) sorted by relevance

/dports/www/firefox/firefox-99.0/gfx/harfbuzz/src/
H A Dhb-vector.hh44 hb_vector_t () = default; argument
45 hb_vector_t (std::initializer_list<Type> lst) : hb_vector_t () in hb_vector_t() argument
53 hb_vector_t (const Iterable &o) : hb_vector_t () in hb_vector_t() argument
59 hb_vector_t (const hb_vector_t &o) : hb_vector_t () in hb_vector_t() function
64 hb_vector_t (hb_vector_t &&o) in hb_vector_t() argument
100 friend void swap (hb_vector_t& a, hb_vector_t& b) in swap() argument
150 hb_vector_t& operator << (T&& v) { push (std::forward<T> (v)); return *this; } in operator <<() argument
183 Type *push () in push()
190 Type *push (T&& v) in push()
341 Type pop () in pop()
[all …]
/dports/print/harfbuzz-hb-view/harfbuzz-3.4.0/src/
H A Dhb-vector.hh44 hb_vector_t () = default; argument
45 hb_vector_t (std::initializer_list<Type> lst) : hb_vector_t () in hb_vector_t() argument
53 hb_vector_t (const Iterable &o) : hb_vector_t () in hb_vector_t() argument
59 hb_vector_t (const hb_vector_t &o) : hb_vector_t () in hb_vector_t() function
64 hb_vector_t (hb_vector_t &&o) in hb_vector_t() argument
100 friend void swap (hb_vector_t& a, hb_vector_t& b) in swap() argument
150 hb_vector_t& operator << (T&& v) { push (std::forward<T> (v)); return *this; } in operator <<() argument
183 Type *push () in push()
190 Type *push (T&& v) in push()
341 Type pop () in pop()
[all …]
/dports/print/harfbuzz/harfbuzz-3.4.0/src/
H A Dhb-vector.hh44 hb_vector_t () = default; argument
45 hb_vector_t (std::initializer_list<Type> lst) : hb_vector_t () in hb_vector_t() argument
53 hb_vector_t (const Iterable &o) : hb_vector_t () in hb_vector_t() function
59 hb_vector_t (const hb_vector_t &o) : hb_vector_t () in hb_vector_t() function
64 hb_vector_t (hb_vector_t &&o) in hb_vector_t() argument
100 friend void swap (hb_vector_t& a, hb_vector_t& b) in swap() argument
150 hb_vector_t& operator << (T&& v) { push (std::forward<T> (v)); return *this; } in operator <<() argument
183 Type *push () in push()
190 Type *push (T&& v) in push()
341 Type pop () in pop()
[all …]
/dports/print/harfbuzz-icu/harfbuzz-3.4.0/src/
H A Dhb-vector.hh44 hb_vector_t () = default; argument
45 hb_vector_t (std::initializer_list<Type> lst) : hb_vector_t () in hb_vector_t() function
53 hb_vector_t (const Iterable &o) : hb_vector_t () in hb_vector_t() function
59 hb_vector_t (const hb_vector_t &o) : hb_vector_t () in hb_vector_t() function
64 hb_vector_t (hb_vector_t &&o) in hb_vector_t() function
100 friend void swap (hb_vector_t& a, hb_vector_t& b) in swap() argument
150 hb_vector_t& operator << (T&& v) { push (std::forward<T> (v)); return *this; } in operator <<() argument
183 Type *push () in push()
190 Type *push (T&& v) in push()
341 Type pop () in pop()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libharfbuzz/
H A Dhb-vector.hh36 struct hb_vector_t struct
41 HB_NO_COPY_ASSIGN_TEMPLATE (hb_vector_t, Type); argument
42 hb_vector_t () { init (); } in hb_vector_t() function
45 unsigned int length;
48 Type *arrayZ_;
51 void init () in init()
57 void fini () in fini()
63 void fini_deep () in fini_deep()
128 Type *push () in push()
191 void pop () in pop()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-vector.hh36 struct hb_vector_t struct
41 HB_NO_COPY_ASSIGN_TEMPLATE (hb_vector_t, Type); argument
42 hb_vector_t () { init (); } in hb_vector_t() function
45 unsigned int length;
48 Type *arrayZ_;
51 void init () in init()
57 void fini () in fini()
63 void fini_deep () in fini_deep()
128 Type *push () in push()
191 void pop () in pop()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libharfbuzz/
H A Dhb-vector.hh36 struct hb_vector_t struct
41 HB_NO_COPY_ASSIGN_TEMPLATE (hb_vector_t, Type); argument
42 hb_vector_t () { init (); } in hb_vector_t() function
45 unsigned int length;
48 Type *arrayZ_;
51 void init () in init()
57 void fini () in fini()
63 void fini_deep () in fini_deep()
128 Type *push () in push()
191 void pop () in pop()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-vector.hh36 struct hb_vector_t struct
41 HB_NO_COPY_ASSIGN_TEMPLATE (hb_vector_t, Type); argument
42 hb_vector_t () { init (); } in hb_vector_t() function
45 unsigned int length;
48 Type *arrayZ_;
51 void init () in init()
57 void fini () in fini()
63 void fini_deep () in fini_deep()
128 Type *push () in push()
191 void pop () in pop()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-vector.hh36 struct hb_vector_t struct
41 HB_NO_COPY_ASSIGN_TEMPLATE (hb_vector_t, Type); argument
42 hb_vector_t () { init (); } in hb_vector_t() function
45 unsigned int length;
48 Type *arrayZ_;
51 void init () in init()
57 void fini () in fini()
63 void fini_deep () in fini_deep()
128 Type *push () in push()
191 void pop () in pop()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-vector.hh36 struct hb_vector_t struct
41 HB_NO_COPY_ASSIGN_TEMPLATE (hb_vector_t, Type); argument
42 hb_vector_t () { init (); } in hb_vector_t() function
45 unsigned int length;
48 Type *arrayZ_;
51 void init () in init()
57 void fini () in fini()
63 void fini_deep () in fini_deep()
128 Type *push () in push()
191 void pop () in pop()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/harfbuzz/src/
H A Dhb-vector.hh36 struct hb_vector_t struct
41 hb_vector_t () { init (); } in hb_vector_t() function
42 hb_vector_t (const hb_vector_t &o) in hb_vector_t() function
48 hb_vector_t (hb_vector_t &&o) in hb_vector_t() function
62 Type *arrayZ;
64 void init () in init()
90 hb_vector_t& operator = (const hb_vector_t &o) in operator =() argument
137 hb_vector_t& operator << (T&& v) { push (hb_forward<T> (v)); return *this; } in operator <<() argument
170 Type *push () in push()
239 Type pop () in pop()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/harfbuzz/src/
H A Dhb-vector.hh36 struct hb_vector_t struct
41 hb_vector_t () { init (); } in hb_vector_t() function
42 hb_vector_t (const hb_vector_t &o) in hb_vector_t() argument
48 hb_vector_t (hb_vector_t &&o) in hb_vector_t() argument
62 Type *arrayZ;
64 void init () in init()
90 hb_vector_t& operator = (const hb_vector_t &o) in operator =() argument
137 hb_vector_t& operator << (T&& v) { push (hb_forward<T> (v)); return *this; } in operator <<() argument
170 Type *push () in push()
239 Type pop () in pop()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/harfbuzz-ng/src/src/
H A Dhb-vector.hh36 struct hb_vector_t struct
41 hb_vector_t () { init (); } in hb_vector_t() argument
42 hb_vector_t (const hb_vector_t &o) in hb_vector_t() function
48 hb_vector_t (hb_vector_t &&o) in hb_vector_t() argument
60 unsigned int length;
85 hb_vector_t& operator = (const hb_vector_t &o) in operator =() argument
132 hb_vector_t& operator << (T&& v) { push (hb_forward<T> (v)); return *this; } in operator <<() argument
165 Type *push () in push()
229 Type pop () in pop()
253 Type *find (T v) in find()
[all …]
/dports/www/lagrange/lagrange-1.7.3/lib/harfbuzz/src/
H A Dhb-vector.hh36 struct hb_vector_t struct
41 hb_vector_t () { init (); } in hb_vector_t() argument
42 hb_vector_t (const hb_vector_t &o) in hb_vector_t() function
48 hb_vector_t (hb_vector_t &&o) in hb_vector_t() function
62 Type *arrayZ;
64 void init () in init()
90 hb_vector_t& operator = (const hb_vector_t &o) in operator =() argument
137 hb_vector_t& operator << (T&& v) { push (hb_forward<T> (v)); return *this; } in operator <<() argument
170 Type *push () in push()
239 Type pop () in pop()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/native/libharfbuzz/
H A Dhb-vector.hh36 struct hb_vector_t struct
41 hb_vector_t () { init (); } in hb_vector_t() function
42 hb_vector_t (const hb_vector_t &o) in hb_vector_t() argument
48 hb_vector_t (hb_vector_t &&o) in hb_vector_t() function
60 unsigned int length;
85 hb_vector_t& operator = (const hb_vector_t &o) in operator =() argument
132 hb_vector_t& operator << (T&& v) { push (hb_forward<T> (v)); return *this; } in operator <<() argument
165 Type *push () in push()
229 Type pop () in pop()
253 Type *find (T v) in find()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/native/libharfbuzz/
H A Dhb-vector.hh36 struct hb_vector_t struct
41 hb_vector_t () { init (); } in hb_vector_t() argument
42 hb_vector_t (const hb_vector_t &o) in hb_vector_t() argument
48 hb_vector_t (hb_vector_t &&o) in hb_vector_t() argument
62 Type *arrayZ;
64 void init () in init()
90 hb_vector_t& operator = (const hb_vector_t &o) in operator =() argument
137 hb_vector_t& operator << (T&& v) { push (hb_forward<T> (v)); return *this; } in operator <<() argument
170 Type *push () in push()
234 Type pop () in pop()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/harfbuzz/src/
H A Dhb-vector.hh36 struct hb_vector_t struct
41 hb_vector_t () { init (); } in hb_vector_t() function
42 hb_vector_t (const hb_vector_t &o) in hb_vector_t() function
48 hb_vector_t (hb_vector_t &&o) in hb_vector_t() argument
60 unsigned int length;
85 hb_vector_t& operator = (const hb_vector_t &o) in operator =() argument
132 hb_vector_t& operator << (T&& v) { push (hb_forward<T> (v)); return *this; } in operator <<() argument
165 Type *push () in push()
229 Type pop () in pop()
253 Type *find (T v) in find()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/harfbuzz-ng/src/src/
H A Dhb-vector.hh36 struct hb_vector_t struct
41 hb_vector_t () { init (); } in hb_vector_t() argument
42 hb_vector_t (const hb_vector_t &o) in hb_vector_t() argument
48 hb_vector_t (hb_vector_t &&o) in hb_vector_t() argument
60 unsigned int length;
85 hb_vector_t& operator = (const hb_vector_t &o) in operator =() argument
132 hb_vector_t& operator << (T&& v) { push (hb_forward<T> (v)); return *this; } in operator <<() argument
165 Type *push () in push()
229 Type pop () in pop()
253 Type *find (T v) in find()
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/rustybuzz-0.1.1/harfbuzz/src/
H A Dhb-vector.hh39 hb_vector_t() in hb_vector_t() argument
43 hb_vector_t(const hb_vector_t &o) in hb_vector_t() function
49 hb_vector_t(hb_vector_t &&o) in hb_vector_t() argument
56 ~hb_vector_t() in ~hb_vector_t() argument
67 Type *arrayZ;
69 void init() in init()
93 hb_vector_t &operator=(const hb_vector_t &o) in operator =() argument
115 bool operator==(const hb_vector_t &o) const in operator ==() argument
162 template <typename T> hb_vector_t &operator<<(T &&v) in operator <<() argument
304 Type pop() in pop()
[all …]
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/harfbuzz/src/
H A Dhb-vector.hh36 struct hb_vector_t struct
41 hb_vector_t () { init (); } in hb_vector_t() argument
42 hb_vector_t (const hb_vector_t &o) in hb_vector_t() argument
48 hb_vector_t (hb_vector_t &&o) in hb_vector_t() argument
60 unsigned int length;
85 hb_vector_t& operator = (const hb_vector_t &o) in operator =() argument
132 hb_vector_t& operator << (T&& v) { push (hb_forward<T> (v)); return *this; } in operator <<() argument
165 Type *push () in push()
229 Type pop () in pop()
253 Type *find (T v) in find()
[all …]
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/harfbuzz-sys-0.3.4/harfbuzz/src/
H A Dhb-vector.hh36 struct hb_vector_t struct
41 hb_vector_t () { init (); } in hb_vector_t() function
42 hb_vector_t (const hb_vector_t &o) in hb_vector_t() function
48 hb_vector_t (hb_vector_t &&o) in hb_vector_t() function
60 unsigned int length;
85 hb_vector_t& operator = (const hb_vector_t &o) in operator =() argument
132 hb_vector_t& operator << (T&& v) { push (hb_forward<T> (v)); return *this; } in operator <<() argument
165 Type *push () in push()
229 Type pop () in pop()
253 Type *find (T v) in find()
[all …]