Home
last modified time | relevance | path

Searched refs:satisfies_all (Results 1 – 17 of 17) sorted by relevance

/dports/devel/py-rapidfuzz/rapidfuzz-1.8.0/src/rapidfuzz-cpp/rapidfuzz/details/
H A Dtype_traits.hpp29 struct satisfies_all : std::true_type {}; struct
32 struct satisfies_all<Cond, Conds...> struct
33 : std::conditional<Cond::value, satisfies_all<Conds...>, std::false_type>::type {};
103 using has_data_and_size = satisfies_all<has_member_data<Sentence>, has_member_size<Sentence>>;
/dports/devel/rapidfuzz-cpp/rapidfuzz-cpp-47df6f7/rapidfuzz/details/
H A Dtype_traits.hpp29 struct satisfies_all : std::true_type {}; struct
32 struct satisfies_all<Cond, Conds...> struct
33 : std::conditional<Cond::value, satisfies_all<Conds...>, std::false_type>::type {};
103 using has_data_and_size = satisfies_all<has_member_data<Sentence>, has_member_size<Sentence>>;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/mojo/public/cpp/system/
H A Dhandle_signals_state.h42 bool satisfies_all(MojoHandleSignals signals) const { in satisfies_all() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/mojo/public/cpp/system/
H A Dhandle_signals_state.h42 bool satisfies_all(MojoHandleSignals signals) const { in satisfies_all() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/mojo/core/
H A Dhandle_signals_state.h46 bool satisfies_all(MojoHandleSignals signals) const { in satisfies_all() function
H A Dwatch.cc35 (!state.satisfies_all(signals_) && in NotifyState()
/dports/www/chromium-legacy/chromium-88.0.4324.182/mojo/core/
H A Dhandle_signals_state.h46 bool satisfies_all(MojoHandleSignals signals) const { in satisfies_all() function
H A Dwatch.cc35 (!state.satisfies_all(signals_) && in NotifyState()
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/proper/src/
H A Dproper_types.erl157 is_instance/2, unwrap/1, weakly/1, strongly/1, satisfies_all/2,
467 andalso weakly(satisfies_all(CleanInstance, Type)).
522 -spec satisfies_all(proper_gen:instance(), proper_types:type()) ->
524 satisfies_all(Instance, Type) -> function
H A Dproper_gen.erl204 case proper_types:satisfies_all(clean_instance(ImmInstance), Type) of
H A Dproper_shrink.erl73 proper_types:weakly(proper_types:satisfies_all(Instance, Type))
H A Dproper_gen_next.erl188 case proper_types:satisfies_all(CleanInstance, Type) of
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/dialyzer/test/opaque_SUITE_data/src/proper/
H A Dproper_types.erl155 is_instance/2, unwrap/1, weakly/1, strongly/1, satisfies_all/2,
450 andalso weakly(satisfies_all(CleanInstance, Type)).
513 -spec satisfies_all(proper_gen:instance(), proper_types:type()) ->
515 satisfies_all(Instance, Type) -> function
H A Dproper_gen.erl187 case proper_types:satisfies_all(clean_instance(ImmInstance), Type) of
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/dialyzer/test/behaviour_SUITE_data/src/proper/
H A Dproper_types.erl155 is_instance/2, unwrap/1, weakly/1, strongly/1, satisfies_all/2,
452 andalso weakly(satisfies_all(CleanInstance, Type)).
517 -spec satisfies_all(proper_gen:instance(), proper_types:type()) ->
519 satisfies_all(Instance, Type) -> function
H A Dproper_gen.erl187 case proper_types:satisfies_all(clean_instance(ImmInstance), Type) of
/dports/devel/rapidfuzz-cpp/rapidfuzz-cpp-47df6f7/extras/
H A Drapidfuzz_amalgamated.hpp1697 struct satisfies_all : std::true_type {}; struct
1700 struct satisfies_all<Cond, Conds...> struct
1701 : std::conditional<Cond::value, satisfies_all<Conds...>, std::false_type>::type {};
1771 using has_data_and_size = satisfies_all<has_member_data<Sentence>, has_member_size<Sentence>>;