Home
last modified time | relevance | path

Searched defs:var_t (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/libs/variant/test/
Dvariant_rvalue_get_with_ampersand_test.cpp26 typedef boost::variant<int, std::string> var_t; in run() typedef
Dissue53.cpp25 typedef boost::variant<spanac, ceapa> var_t; typedef
Dvariant_comparison_test.cpp127 typedef boost::variant<int, std::string> var_t; in main() typedef
Dvariant_polymorphic_get_test.cpp41 typedef boost::variant<int, base, derived1, derived2> var_t; in main() typedef
Dvariant_visit_test.cpp119 typedef boost::variant<udt1,udt2> var_t; in main() typedef
Dvariant_get_test.cpp46 typedef boost::variant<int, base, derived1, derived2, std::string> var_t; typedef
/third_party/boost/libs/variant/perf/
Dmove_perf.cpp41 typedef boost::variant<int, str_t, float> var_t; in do_test() typedef
/third_party/mindspore/tests/ut/cpp/parallel/
Dstep_parallel_test.cc187 ValueTuplePtr var_t = std::make_shared<ValueTuple>(elements_t); in Make_Manager() local