Home
last modified time | relevance | path

Searched defs:check_equal (Results 1 – 17 of 17) sorted by relevance

/third_party/boost/libs/geometry/test/algorithms/distance/
Dtest_distance_se_common.hpp57 struct check_equal struct
60 struct equal_to
69 struct equal_to<double, Dummy>
78 static inline void apply(std::string const& /*case_id*/, in apply()
Dtest_distance_geo_common.hpp289 struct check_equal struct
292 struct equal_to
301 struct equal_to<double, Dummy>
310 static inline void apply(std::string const& /*case_id*/, in apply()
Dtest_distance_common.hpp128 struct check_equal struct
145 struct check_equal<double> struct
147 static inline void apply(double detected, double expected, in apply()
/third_party/boost/libs/fusion/test/sequence/
Drepetitive_view.cpp24 struct check_equal struct
49 for_each(zip(view,seq_repeated), make_fused_procedure(check_equal())); in main() argument
/third_party/boost/libs/date_time/test/
Dtestfrmwk.hpp74 inline bool check_equal(const std::string& testname, T const& left, U const& right) in check_equal() function
95 inline bool check_equal(const std::string& testname, std::wstring const& left, std::wstring const& … in check_equal() function
/third_party/boost/libs/serialization/test/
Dtest_simple_class.cpp32 bool A::check_equal(const A &rhs) const in check_equal() function in A
/third_party/boost/libs/program_options/test/
Dwinmain.cpp18 void check_equal(const std::vector<string>& actual, char **expected, int n) in check_equal() function
/third_party/boost/libs/range/test/algorithm_test/
Dheap.cpp27 void check_equal(const Container1& cont1, const Container2& cont2) in check_equal() function
/third_party/boost/libs/any/test/
Dtest.hpp99 void check_equal( in check_equal() function
/third_party/ltp/tools/sparse/sparse-src/
Dscheck.c241 static bool check_equal(Btor *btor, BoolectorNode *pre, struct instruction *insn) in check_equal() function
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-serialize.hh127 bool check_equal (T1 &&v1, T2 &&v2) in check_equal() function
/third_party/harfbuzz/src/
Dhb-serialize.hh168 bool check_equal (T1 &&v1, T2 &&v2, hb_serialize_error_t err_type) in check_equal() function
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-serialize.hh175 bool check_equal (T1 &&v1, T2 &&v2, hb_serialize_error_t err_type) in check_equal() function
/third_party/boost/libs/filesystem/test/
Dpath_unit_test.cpp114 void check_equal(const T1& value, in check_equal() function
/third_party/python/Lib/test/
Dtest_bdb.py300 def check_equal(self, expected, result, msg): member in Tracer
/third_party/mindspore/mindspore/ops/composite/multitype_ops/
D_constexpr_utils.py75 def check_equal(param1, param2, msg="{},{}"): function
/third_party/node/test/fixtures/wpt/resources/
Dtestharness.js1057 function check_equal(actual, expected, stack) function