Home
last modified time | relevance | path

Searched refs:check_map (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/libs/hana/test/map/
Dmap.cpp15 struct check_map { struct
25 template struct check_map<>; variable
26 template struct check_map<pair<1>>; variable
27 template struct check_map<pair<1>, pair<2>>; variable
28 template struct check_map<pair<1>, pair<2>, pair<3>>; variable
29 template struct check_map<pair<1>, pair<2>, pair<3>, pair<4>>; variable
30 template struct check_map<pair<1>, pair<2>, pair<3>, pair<4>, pair<5>>; variable
31 template struct check_map<pair<1>, pair<2>, pair<3>, pair<4>, pair<5>, pair<6>>; variable
/third_party/boost/boost/type_erasure/detail/
Dcheck_map.hpp39 struct check_map { struct
109 struct check_map<Concept, ::boost::type_erasure::static_binding<Map> > : struct
110 check_map<Concept, Map>
/third_party/mindspore/mindspore/core/ops/
Dprelu.cc45 std::map<string, TypePtr> check_map = {{"input_x", input_args[0]->BuildType()}, in InferType() local
47 return CheckAndConvertUtils::CheckTensorTypeSame(check_map, valid_types, prim->name()); in InferType()
/third_party/boost/boost/type_erasure/
Dis_subconcept.hpp146 ::boost::type_erasure::detail::check_map<Sub, PlaceholderMap>,
159 ::boost::type_erasure::detail::check_map<Sub, PlaceholderMap>,
Dbinding.hpp132 ::boost::type_erasure::detail::check_map<Concept, Map>, in binding()
159 ::boost::type_erasure::detail::check_map<Concept, Map>, in binding()
/third_party/e2fsprogs/lib/ext2fs/
Dtst_iscan.c178 static void check_map(void) in check_map() function
222 check_map(); in main()
/third_party/boost/libs/range/test/
Dadaptors.cpp158 void check_map() in check_map() function
195 check_map< std::map<int,int> >(); in check_adaptors()
/third_party/mindspore/mindspore/dataset/engine/
Dvalidators.py682 def check_map(method): function
Ddatasets.py61 from .validators import check_batch, check_shuffle, check_map, check_filter, check_repeat, check_sk…
629 @check_map
/third_party/protobuf/src/google/protobuf/
Dmap_test.cc436 static void TestValidityForAllKeysExcept(int key_to_avoid, const T& check_map, in TestValidityForAllKeysExcept() argument
444 const value_type* check_val = &*check_map.find(key)->second; in TestValidityForAllKeysExcept()