Home
last modified time | relevance | path

Searched defs:empty (Results 1 – 25 of 6760) sorted by relevance

12345678910>>...271

/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/Wrappers/MyGUI_Managed/Generate/
H A DMyGUI_Managed_WidgetInput.h38 bool empty = mDelegateToolTip == nullptr; variable
57 bool empty = mDelegateToolTip == nullptr; variable
248 bool empty = mDelegateKeySetFocus == nullptr; variable
267 bool empty = mDelegateKeySetFocus == nullptr; variable
289 bool empty = mDelegateKeyLostFocus == nullptr; variable
504 bool empty = mDelegateMouseWheel == nullptr; variable
523 bool empty = mDelegateMouseWheel == nullptr; variable
546 bool empty = mDelegateMouseMove == nullptr; variable
567 bool empty = mDelegateMouseMove == nullptr; variable
593 bool empty = mDelegateMouseDrag == nullptr; variable
[all …]
H A DMyGUI_Managed_DDContainer.h51 bool empty = mDelegateUpdateDropState == nullptr; variable
72 bool empty = mDelegateUpdateDropState == nullptr; variable
137 bool empty = mDelegateChangeDDState == nullptr; variable
156 bool empty = mDelegateChangeDDState == nullptr; variable
179 bool empty = mDelegateDropResult == nullptr; variable
200 bool empty = mDelegateDropResult == nullptr; variable
225 bool empty = mDelegateRequestDrop == nullptr; variable
246 bool empty = mDelegateRequestDrop == nullptr; variable
271 bool empty = mDelegateStartDrag == nullptr; variable
292 bool empty = mDelegateStartDrag == nullptr; variable
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/Wrappers/MyGUI_Managed/Generate/
H A DMyGUI_Managed_WidgetInput.h38 bool empty = mDelegateToolTip == nullptr; variable
57 bool empty = mDelegateToolTip == nullptr; variable
248 bool empty = mDelegateKeySetFocus == nullptr; variable
267 bool empty = mDelegateKeySetFocus == nullptr; variable
289 bool empty = mDelegateKeyLostFocus == nullptr; variable
504 bool empty = mDelegateMouseWheel == nullptr; variable
523 bool empty = mDelegateMouseWheel == nullptr; variable
546 bool empty = mDelegateMouseMove == nullptr; variable
567 bool empty = mDelegateMouseMove == nullptr; variable
593 bool empty = mDelegateMouseDrag == nullptr; variable
[all …]
H A DMyGUI_Managed_DDContainer.h51 bool empty = mDelegateUpdateDropState == nullptr; variable
72 bool empty = mDelegateUpdateDropState == nullptr; variable
137 bool empty = mDelegateChangeDDState == nullptr; variable
156 bool empty = mDelegateChangeDDState == nullptr; variable
179 bool empty = mDelegateDropResult == nullptr; variable
200 bool empty = mDelegateDropResult == nullptr; variable
225 bool empty = mDelegateRequestDrop == nullptr; variable
246 bool empty = mDelegateRequestDrop == nullptr; variable
271 bool empty = mDelegateStartDrag == nullptr; variable
292 bool empty = mDelegateStartDrag == nullptr; variable
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/Wrappers/MyGUI_Managed/Generate/
H A DMyGUI_Managed_WidgetInput.h38 bool empty = mDelegateToolTip == nullptr; variable
57 bool empty = mDelegateToolTip == nullptr; variable
248 bool empty = mDelegateKeySetFocus == nullptr; variable
267 bool empty = mDelegateKeySetFocus == nullptr; variable
289 bool empty = mDelegateKeyLostFocus == nullptr; variable
504 bool empty = mDelegateMouseWheel == nullptr; variable
523 bool empty = mDelegateMouseWheel == nullptr; variable
546 bool empty = mDelegateMouseMove == nullptr; variable
567 bool empty = mDelegateMouseMove == nullptr; variable
593 bool empty = mDelegateMouseDrag == nullptr; variable
[all …]
H A DMyGUI_Managed_DDContainer.h51 bool empty = mDelegateUpdateDropState == nullptr; variable
72 bool empty = mDelegateUpdateDropState == nullptr; variable
137 bool empty = mDelegateChangeDDState == nullptr; variable
156 bool empty = mDelegateChangeDDState == nullptr; variable
179 bool empty = mDelegateDropResult == nullptr; variable
200 bool empty = mDelegateDropResult == nullptr; variable
225 bool empty = mDelegateRequestDrop == nullptr; variable
246 bool empty = mDelegateRequestDrop == nullptr; variable
271 bool empty = mDelegateStartDrag == nullptr; variable
292 bool empty = mDelegateStartDrag == nullptr; variable
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/Wrappers/MyGUI_Managed/Generate/
H A DMyGUI_Managed_WidgetInput.h38 bool empty = mDelegateToolTip == nullptr; variable
57 bool empty = mDelegateToolTip == nullptr; variable
248 bool empty = mDelegateKeySetFocus == nullptr; variable
267 bool empty = mDelegateKeySetFocus == nullptr; variable
289 bool empty = mDelegateKeyLostFocus == nullptr; variable
504 bool empty = mDelegateMouseWheel == nullptr; variable
523 bool empty = mDelegateMouseWheel == nullptr; variable
546 bool empty = mDelegateMouseMove == nullptr; variable
567 bool empty = mDelegateMouseMove == nullptr; variable
593 bool empty = mDelegateMouseDrag == nullptr; variable
[all …]
H A DMyGUI_Managed_DDContainer.h51 bool empty = mDelegateUpdateDropState == nullptr; variable
72 bool empty = mDelegateUpdateDropState == nullptr; variable
137 bool empty = mDelegateChangeDDState == nullptr; variable
156 bool empty = mDelegateChangeDDState == nullptr; variable
179 bool empty = mDelegateDropResult == nullptr; variable
200 bool empty = mDelegateDropResult == nullptr; variable
225 bool empty = mDelegateRequestDrop == nullptr; variable
246 bool empty = mDelegateRequestDrop == nullptr; variable
271 bool empty = mDelegateStartDrag == nullptr; variable
292 bool empty = mDelegateStartDrag == nullptr; variable
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/_internal/utility/container/
H A Dempty.hpp22 struct empty struct
27 typedef ::color::_internal::utility::container::empty< index_name > this_type;
29 typedef ::color::type::nothing_type value_type;
30 typedef ::color::type::nothing_type instance_type;
32 typedef instance_type const const_type;
34 typedef instance_type & return_type;
36 typedef instance_type const& model_type;
37 typedef instance_type & input_type;
38 typedef instance_type & output_type;
59 typedef void set_return_type;
[all …]
/dports/databases/postgis31/postgis-3.1.4/deps/wagyu/include/mapbox/geometry/
H A Dempty.hpp6 struct empty struct
10 constexpr bool operator==(empty, empty) { return true; } in operator ==() argument
11 constexpr bool operator!=(empty, empty) { return false; } in operator !=() argument
12 constexpr bool operator<(empty, empty) { return false; } in operator <() argument
13 constexpr bool operator>(empty, empty) { return false; } in operator >() argument
14 constexpr bool operator<=(empty, empty) { return true; } in operator <=() argument
15 constexpr bool operator>=(empty, empty) { return true; } in operator >=() argument
/dports/databases/postgis30/postgis-3.0.4/deps/wagyu/include/mapbox/geometry/
H A Dempty.hpp6 struct empty struct
10 constexpr bool operator==(empty, empty) { return true; } in operator ==() argument
11 constexpr bool operator!=(empty, empty) { return false; } in operator !=() argument
12 constexpr bool operator<(empty, empty) { return false; } in operator <() argument
13 constexpr bool operator>(empty, empty) { return false; } in operator >() argument
14 constexpr bool operator<=(empty, empty) { return true; } in operator <=() argument
15 constexpr bool operator>=(empty, empty) { return true; } in operator >=() argument
/dports/databases/postgis32/postgis-3.2.0/deps/wagyu/include/mapbox/geometry/
H A Dempty.hpp6 struct empty struct
10 constexpr bool operator==(empty, empty) { return true; } in operator ==() argument
11 constexpr bool operator!=(empty, empty) { return false; } in operator !=() argument
12 constexpr bool operator<(empty, empty) { return false; } in operator <() argument
13 constexpr bool operator>(empty, empty) { return false; } in operator >() argument
14 constexpr bool operator<=(empty, empty) { return true; } in operator <=() argument
15 constexpr bool operator>=(empty, empty) { return true; } in operator >=() argument
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Utils/
H A DNull.hs50 empty = () function
70 empty = [] function
74 empty = Bag.empty function
78 empty = IntMap.empty function
86 empty = Map.empty function
98 empty = Seq.empty function
102 empty = Set.empty function
107 empty = Nothing function
112 empty = mempty function
116 empty = lift empty function
[all …]
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/@GrB/private/mexfunctions/
H A Dgbbuild.c220 bool empty = 0 ; in mexFunction() local
234 int8_t empty = 0 ; in mexFunction() local
248 int16_t empty = 0 ; in mexFunction() local
262 int32_t empty = 0 ; in mexFunction() local
276 int64_t empty = 0 ; in mexFunction() local
290 uint8_t empty = 0 ; in mexFunction() local
304 uint16_t empty = 0 ; in mexFunction() local
318 uint32_t empty = 0 ; in mexFunction() local
332 uint64_t empty = 0 ; in mexFunction() local
346 float empty = 0 ; in mexFunction() local
[all …]
/dports/math/suitesparse-csparse/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/@GrB/private/mexfunctions/
H A Dgbbuild.c220 bool empty = 0 ; in mexFunction() local
234 int8_t empty = 0 ; in mexFunction() local
248 int16_t empty = 0 ; in mexFunction() local
262 int32_t empty = 0 ; in mexFunction() local
276 int64_t empty = 0 ; in mexFunction() local
290 uint8_t empty = 0 ; in mexFunction() local
304 uint16_t empty = 0 ; in mexFunction() local
318 uint32_t empty = 0 ; in mexFunction() local
332 uint64_t empty = 0 ; in mexFunction() local
346 float empty = 0 ; in mexFunction() local
[all …]
/dports/math/suitesparse-config/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/@GrB/private/mexfunctions/
H A Dgbbuild.c220 bool empty = 0 ; in mexFunction() local
234 int8_t empty = 0 ; in mexFunction() local
248 int16_t empty = 0 ; in mexFunction() local
262 int32_t empty = 0 ; in mexFunction() local
276 int64_t empty = 0 ; in mexFunction() local
290 uint8_t empty = 0 ; in mexFunction() local
304 uint16_t empty = 0 ; in mexFunction() local
318 uint32_t empty = 0 ; in mexFunction() local
332 uint64_t empty = 0 ; in mexFunction() local
346 float empty = 0 ; in mexFunction() local
[all …]
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/@GrB/private/mexfunctions/
H A Dgbbuild.c220 bool empty = 0 ; in mexFunction() local
234 int8_t empty = 0 ; in mexFunction() local
248 int16_t empty = 0 ; in mexFunction() local
262 int32_t empty = 0 ; in mexFunction() local
276 int64_t empty = 0 ; in mexFunction() local
290 uint8_t empty = 0 ; in mexFunction() local
304 uint16_t empty = 0 ; in mexFunction() local
318 uint32_t empty = 0 ; in mexFunction() local
332 uint64_t empty = 0 ; in mexFunction() local
346 float empty = 0 ; in mexFunction() local
[all …]
/dports/math/suitesparse-amd/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/@GrB/private/mexfunctions/
H A Dgbbuild.c220 bool empty = 0 ; in mexFunction() local
234 int8_t empty = 0 ; in mexFunction() local
248 int16_t empty = 0 ; in mexFunction() local
262 int32_t empty = 0 ; in mexFunction() local
276 int64_t empty = 0 ; in mexFunction() local
290 uint8_t empty = 0 ; in mexFunction() local
304 uint16_t empty = 0 ; in mexFunction() local
318 uint32_t empty = 0 ; in mexFunction() local
332 uint64_t empty = 0 ; in mexFunction() local
346 float empty = 0 ; in mexFunction() local
[all …]
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/@GrB/private/mexfunctions/
H A Dgbbuild.c220 bool empty = 0 ; in mexFunction() local
234 int8_t empty = 0 ; in mexFunction() local
248 int16_t empty = 0 ; in mexFunction() local
262 int32_t empty = 0 ; in mexFunction() local
276 int64_t empty = 0 ; in mexFunction() local
290 uint8_t empty = 0 ; in mexFunction() local
304 uint16_t empty = 0 ; in mexFunction() local
318 uint32_t empty = 0 ; in mexFunction() local
332 uint64_t empty = 0 ; in mexFunction() local
346 float empty = 0 ; in mexFunction() local
[all …]
/dports/math/suitesparse-rbio/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/@GrB/private/mexfunctions/
H A Dgbbuild.c220 bool empty = 0 ; in mexFunction() local
234 int8_t empty = 0 ; in mexFunction() local
248 int16_t empty = 0 ; in mexFunction() local
262 int32_t empty = 0 ; in mexFunction() local
276 int64_t empty = 0 ; in mexFunction() local
290 uint8_t empty = 0 ; in mexFunction() local
304 uint16_t empty = 0 ; in mexFunction() local
318 uint32_t empty = 0 ; in mexFunction() local
332 uint64_t empty = 0 ; in mexFunction() local
346 float empty = 0 ; in mexFunction() local
[all …]
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/@GrB/private/mexfunctions/
H A Dgbbuild.c220 bool empty = 0 ; in mexFunction() local
234 int8_t empty = 0 ; in mexFunction() local
248 int16_t empty = 0 ; in mexFunction() local
262 int32_t empty = 0 ; in mexFunction() local
276 int64_t empty = 0 ; in mexFunction() local
290 uint8_t empty = 0 ; in mexFunction() local
304 uint16_t empty = 0 ; in mexFunction() local
318 uint32_t empty = 0 ; in mexFunction() local
332 uint64_t empty = 0 ; in mexFunction() local
346 float empty = 0 ; in mexFunction() local
[all …]
/dports/math/suitesparse-colamd/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/@GrB/private/mexfunctions/
H A Dgbbuild.c220 bool empty = 0 ; in mexFunction() local
234 int8_t empty = 0 ; in mexFunction() local
248 int16_t empty = 0 ; in mexFunction() local
262 int32_t empty = 0 ; in mexFunction() local
276 int64_t empty = 0 ; in mexFunction() local
290 uint8_t empty = 0 ; in mexFunction() local
304 uint16_t empty = 0 ; in mexFunction() local
318 uint32_t empty = 0 ; in mexFunction() local
332 uint64_t empty = 0 ; in mexFunction() local
346 float empty = 0 ; in mexFunction() local
[all …]
/dports/math/suitesparse-cholmod/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/@GrB/private/mexfunctions/
H A Dgbbuild.c220 bool empty = 0 ; in mexFunction() local
234 int8_t empty = 0 ; in mexFunction() local
248 int16_t empty = 0 ; in mexFunction() local
262 int32_t empty = 0 ; in mexFunction() local
276 int64_t empty = 0 ; in mexFunction() local
290 uint8_t empty = 0 ; in mexFunction() local
304 uint16_t empty = 0 ; in mexFunction() local
318 uint32_t empty = 0 ; in mexFunction() local
332 uint64_t empty = 0 ; in mexFunction() local
346 float empty = 0 ; in mexFunction() local
[all …]
/dports/math/suitesparse-umfpack/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/@GrB/private/mexfunctions/
H A Dgbbuild.c220 bool empty = 0 ; in mexFunction() local
234 int8_t empty = 0 ; in mexFunction() local
248 int16_t empty = 0 ; in mexFunction() local
262 int32_t empty = 0 ; in mexFunction() local
276 int64_t empty = 0 ; in mexFunction() local
290 uint8_t empty = 0 ; in mexFunction() local
304 uint16_t empty = 0 ; in mexFunction() local
318 uint32_t empty = 0 ; in mexFunction() local
332 uint64_t empty = 0 ; in mexFunction() local
346 float empty = 0 ; in mexFunction() local
[all …]
/dports/math/suitesparse-spqr/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/@GrB/private/mexfunctions/
H A Dgbbuild.c220 bool empty = 0 ; in mexFunction() local
234 int8_t empty = 0 ; in mexFunction() local
248 int16_t empty = 0 ; in mexFunction() local
262 int32_t empty = 0 ; in mexFunction() local
276 int64_t empty = 0 ; in mexFunction() local
290 uint8_t empty = 0 ; in mexFunction() local
304 uint16_t empty = 0 ; in mexFunction() local
318 uint32_t empty = 0 ; in mexFunction() local
332 uint64_t empty = 0 ; in mexFunction() local
346 float empty = 0 ; in mexFunction() local
[all …]

12345678910>>...271