Home
last modified time | relevance | path

Searched defs:predicate (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/third_party/boost/boost/archive/detail/
Dhelper_collection.hpp57 struct predicate { struct in boost::archive::detail::helper_collection
60 const void * const m_ti;
61 bool operator()(helper_value_type const &rhs) const { in operator ()()
64 predicate(const void * ti) : in predicate() function
/third_party/boost/libs/log/src/setup/
Ddefault_filter_factory.cpp274 typedef string_predicate< begins_with_fun > predicate; in on_custom_relation() typedef
279 typedef string_predicate< ends_with_fun > predicate; in on_custom_relation() typedef
284 typedef string_predicate< contains_fun > predicate; in on_custom_relation() typedef
308 typedef numeric_predicate< double, RelationT > predicate; in parse_argument() typedef
318 typedef numeric_predicate< long, RelationT > predicate; in parse_argument() typedef
327 typedef severity_or_string_predicate< RelationT > predicate; in parse_argument() typedef
333 typedef string_predicate< RelationT > predicate; in parse_argument() typedef
/third_party/boost/libs/parameter/test/
Ddeduced.cpp31 struct predicate struct
35 using fn = std::is_convertible<From,To>;
Dpreprocessor_deduced.cpp40 struct predicate struct
52 (x, *(test::predicate<int>))
/third_party/boost/boost/outcome/
Dbasic_result.hpp315 struct predicate struct in basic_result
317 using base = detail::result_predicates<value_type, error_type>;
320 …ol constructors_enabled = !std::is_same<std::decay_t<value_type>, std::decay_t<error_type>>::value;
323 …r bool implicit_constructors_enabled = constructors_enabled && base::implicit_constructors_enabled;
327 static constexpr bool enable_value_converting_constructor = //
334 static constexpr bool enable_error_converting_constructor = //
341 static constexpr bool enable_error_condition_converting_constructor = //
348 static constexpr bool enable_compatible_conversion = //
355 static constexpr bool enable_make_error_code_compatible_conversion = //
362 static constexpr bool enable_make_exception_ptr_compatible_conversion = //
[all …]
/third_party/mesa3d/src/intel/tools/
Di965_asm.h60 struct predicate { struct
61 unsigned pred_control:4;
62 unsigned pred_inv:1;
63 unsigned flag_reg_nr:1;
64 unsigned flag_subreg_nr:1;
/third_party/boost/boost/compute/algorithm/
Dtransform_if.hpp38 Predicate predicate, in transform_if_impl()
89 Predicate predicate, in transform_if_impl()
110 Predicate predicate, in transform_if()
Dcopy_if.hpp30 Predicate predicate, in copy_index_if()
52 Predicate predicate, in copy_if()
/third_party/boost/libs/compute/include/boost/compute/algorithm/
Dtransform_if.hpp38 Predicate predicate, in transform_if_impl()
89 Predicate predicate, in transform_if_impl()
110 Predicate predicate, in transform_if()
Dcopy_if.hpp30 Predicate predicate, in copy_index_if()
52 Predicate predicate, in copy_if()
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sample/subtly/
Dsubsetter.cc35 Subsetter::Subsetter(Font* font, CharacterPredicate* predicate) in Subsetter()
40 Subsetter::Subsetter(const char* font_path, CharacterPredicate* predicate) in Subsetter()
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/subtly/
Dsubsetter.cc35 Subsetter::Subsetter(Font* font, CharacterPredicate* predicate) in Subsetter()
40 Subsetter::Subsetter(const char* font_path, CharacterPredicate* predicate) in Subsetter()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Diterator.h185 Predicate predicate) in FilterIterator()
194 FilterIterator(const SubIterator& end, Predicate predicate) in FilterIterator()
243 const IteratorRange<SubIterator>& sub_iterator_range, Predicate predicate) { in MakeFilterIterator()
249 const SubIterator& begin, const SubIterator& end, Predicate predicate) { in MakeFilterIterator()
255 const SubIterator& begin, const SubIterator& end, Predicate predicate) { in MakeFilterIteratorRange()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Diterator.h185 Predicate predicate) in FilterIterator()
194 FilterIterator(const SubIterator& end, Predicate predicate) in FilterIterator()
243 const IteratorRange<SubIterator>& sub_iterator_range, Predicate predicate) { in MakeFilterIterator()
249 const SubIterator& begin, const SubIterator& end, Predicate predicate) { in MakeFilterIterator()
255 const SubIterator& begin, const SubIterator& end, Predicate predicate) { in MakeFilterIteratorRange()
/third_party/spirv-tools/source/opt/
Diterator.h185 Predicate predicate) in FilterIterator()
194 FilterIterator(const SubIterator& end, Predicate predicate) in FilterIterator()
243 const IteratorRange<SubIterator>& sub_iterator_range, Predicate predicate) { in MakeFilterIterator()
249 const SubIterator& begin, const SubIterator& end, Predicate predicate) { in MakeFilterIterator()
255 const SubIterator& begin, const SubIterator& end, Predicate predicate) { in MakeFilterIteratorRange()
/third_party/boost/libs/log/test/run/
Dfilt_attr.cpp143 struct predicate struct
145 typedef bool result_type;
147 explicit predicate(unsigned int& present_counter, bool& result) : in predicate() function
154 result_type operator() (logging::value_ref< T, TagT > const& val) const in operator ()()
161 unsigned int& m_PresentCounter;
162 bool& m_Result;
/third_party/boost/boost/parameter/aux_/preprocessor/impl/
Dfunction_cast.hpp295 #define BOOST_PARAMETER_FUNCTION_CAST_T(tag, predicate, args) \ argument
309 #define BOOST_PARAMETER_FUNCTION_CAST_T(tag, predicate, args) \ argument
325 #define BOOST_PARAMETER_FUNCTION_CAST_B(tag, predicate, args) \ argument
339 #define BOOST_PARAMETER_FUNCTION_CAST_B(tag, predicate, args) \ argument
476 #define BOOST_PARAMETER_FUNCTION_CAST_T(value_t, predicate, args) value_t argument
477 #define BOOST_PARAMETER_FUNCTION_CAST_B(value, predicate, args) value argument
711 #define BOOST_PARAMETER_FUNCTION_CAST_T(tag, predicate, args) \ argument
724 #define BOOST_PARAMETER_FUNCTION_CAST_B(value, predicate, args) \ argument
/third_party/boost/libs/compute/include/boost/compute/algorithm/detail/
Dfind_if_with_atomics.hpp33 UnaryPredicate predicate, in find_if_with_atomics_one_vpt()
69 UnaryPredicate predicate, in find_if_with_atomics_multiple_vpt()
160 UnaryPredicate predicate, in find_if_with_atomics()
Dcount_if_with_threads.hpp38 Predicate predicate) in set_args()
117 Predicate predicate, in count_if_with_threads()
Dbinary_find.hpp35 UnaryPredicate predicate) in binary_find_kernel()
71 UnaryPredicate predicate, in binary_find()
/third_party/boost/boost/compute/algorithm/detail/
Dfind_if_with_atomics.hpp33 UnaryPredicate predicate, in find_if_with_atomics_one_vpt()
69 UnaryPredicate predicate, in find_if_with_atomics_multiple_vpt()
160 UnaryPredicate predicate, in find_if_with_atomics()
Dcount_if_with_threads.hpp38 Predicate predicate) in set_args()
117 Predicate predicate, in count_if_with_threads()
Dbinary_find.hpp35 UnaryPredicate predicate) in binary_find_kernel()
71 UnaryPredicate predicate, in binary_find()
Dcount_if_with_reduce.hpp30 Predicate predicate; member
66 Predicate predicate, in count_if_with_reduce()
/third_party/boost/libs/hana/test/issues/
Dgithub_266.cpp12 struct predicate { hana::true_ operator()(...) const; }; struct

12345678910>>...12