| /third_party/boost/boost/archive/detail/ |
| D | helper_collection.hpp | 57 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/ |
| D | default_filter_factory.cpp | 274 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/ |
| D | deduced.cpp | 31 struct predicate struct 35 using fn = std::is_convertible<From,To>;
|
| D | preprocessor_deduced.cpp | 40 struct predicate struct 52 (x, *(test::predicate<int>))
|
| /third_party/boost/boost/outcome/ |
| D | basic_result.hpp | 315 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/ |
| D | i965_asm.h | 60 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/ |
| D | transform_if.hpp | 38 Predicate predicate, in transform_if_impl() 89 Predicate predicate, in transform_if_impl() 110 Predicate predicate, in transform_if()
|
| D | copy_if.hpp | 30 Predicate predicate, in copy_index_if() 52 Predicate predicate, in copy_if()
|
| /third_party/boost/libs/compute/include/boost/compute/algorithm/ |
| D | transform_if.hpp | 38 Predicate predicate, in transform_if_impl() 89 Predicate predicate, in transform_if_impl() 110 Predicate predicate, in transform_if()
|
| D | copy_if.hpp | 30 Predicate predicate, in copy_index_if() 52 Predicate predicate, in copy_if()
|
| /third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sample/subtly/ |
| D | subsetter.cc | 35 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/ |
| D | subsetter.cc | 35 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/ |
| D | iterator.h | 185 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/ |
| D | iterator.h | 185 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/ |
| D | iterator.h | 185 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/ |
| D | filt_attr.cpp | 143 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/ |
| D | function_cast.hpp | 295 #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/ |
| D | find_if_with_atomics.hpp | 33 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()
|
| D | count_if_with_threads.hpp | 38 Predicate predicate) in set_args() 117 Predicate predicate, in count_if_with_threads()
|
| D | binary_find.hpp | 35 UnaryPredicate predicate) in binary_find_kernel() 71 UnaryPredicate predicate, in binary_find()
|
| /third_party/boost/boost/compute/algorithm/detail/ |
| D | find_if_with_atomics.hpp | 33 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()
|
| D | count_if_with_threads.hpp | 38 Predicate predicate) in set_args() 117 Predicate predicate, in count_if_with_threads()
|
| D | binary_find.hpp | 35 UnaryPredicate predicate) in binary_find_kernel() 71 UnaryPredicate predicate, in binary_find()
|
| D | count_if_with_reduce.hpp | 30 Predicate predicate; member 66 Predicate predicate, in count_if_with_reduce()
|
| /third_party/boost/libs/hana/test/issues/ |
| D | github_266.cpp | 12 struct predicate { hana::true_ operator()(...) const; }; struct
|