Home
last modified time | relevance | path

Searched defs:default_policy (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/spirit/home/support/iterators/detail/
Dcombine_policies.hpp455 struct default_policy struct
457 typedef Ownership ownership_policy;
458 typedef Checking checking_policy;
459 typedef Input input_policy;
460 typedef Storage storage_policy;
464 struct unique : multi_pass_unique<T
487 struct shared : multi_pass_shared<T
/third_party/boost/boost/geometry/algorithms/
Dconvert.hpp158 struct default_policy struct
161 static inline void apply(Point1 const& point1, Point2 & point2) in apply()
/third_party/boost/libs/math/test/
Dtest_error_handling.cpp112 policy<> default_policy; variable
/third_party/openssl/crypto/ts/
Dts_local.h169 ASN1_OBJECT *default_policy; /* It may appear in policies, too. */ member
/third_party/boost/libs/math/reporting/performance/
Dtest_distributions.cpp220 typedef boost::math::policies::policy<> default_policy; in test_boost_1_param() typedef
249 typedef boost::math::policies::policy<> default_policy; in test_boost_2_param() typedef
278 typedef boost::math::policies::policy<> default_policy; in test_boost_3_param() typedef
/third_party/boost/boost/math/policies/
Dpolicy.hpp251 struct default_policy{}; struct