Searched refs:Map2 (Results 1 – 13 of 13) sorted by relevance
/third_party/boost/libs/hana/test/map/ |
D | cnstr.move.cpp | 119 using Map2 = hana::map<hana::pair<NoMove_nonempty, NoMove_nonempty>>; in main() typedef 120 Map2 map2; (void)map2; in main() 121 static_assert(!std::is_move_constructible<Map2>::value, ""); in main()
|
D | cnstr.copy.cpp | 110 using Map2 = hana::map<hana::pair<NoCopy_nonempty, NoCopy_nonempty>>; in main() typedef 111 Map2 map2; (void)map2; in main() 112 static_assert(!std::is_copy_constructible<Map2>::value, ""); in main()
|
/third_party/boost/libs/graph/test/ |
D | bundled_properties.cpp | 246 typedef boost::adjacency_matrix< boost::directedS, City, Highway > Map2; in main() typedef 249 test_bundled_properties(static_cast< Map2* >(0), truth< false >()); in main()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | SGIX_nurbs_eval.txt | 121 given as input to Map1[fd] or Map2[fd]. In other words, the <order> 130 Map2[fd]:
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_nurbs_eval.txt | 121 given as input to Map1[fd] or Map2[fd]. In other words, the <order> 130 Map2[fd]:
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_coordinate_frame.txt | 85 Accepted by the <target> parameter of Map1,Map2:
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_coordinate_frame.txt | 85 Accepted by the <target> parameter of Map1,Map2:
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
D | MapUnittestProto3.cs | 1140 public pbc::MapField<int, int> Map2 { property in Google.Protobuf.TestProtos.TestSameTypeMap 1158 if (!Map2.Equals(other.Map2)) return false; in Equals() 1166 hash ^= Map2.GetHashCode(); in GetHashCode()
|
/third_party/openGLES/extensions/NV/ |
D | NV_evaluators.txt | 150 Map2{fd} be reused? 155 parameter of Map2{fd} is really a cross of target and index 373 meaning they do in the Map2{fd} command. The error INVALID_VALUE
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_evaluators.txt | 150 Map2{fd} be reused? 155 parameter of Map2{fd} is really a cross of target and index 373 meaning they do in the Map2{fd} command. The error INVALID_VALUE
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_fixed_point.txt | 328 Revise to include 'x' suffix on Map1, Map2, Map1Grid, and Map2Grid
|
/third_party/openGLES/extensions/OES/ |
D | OES_fixed_point.txt | 338 Revise to include 'x' suffix on Map1, Map2, Map1Grid, and Map2Grid
|
/third_party/boost/libs/mp11/doc/article/ |
D | simple_cxx11_metaprogramming_2.adoc | 410 using Map2 = std::tuple<std::pair<int, int[2]>, std::pair<char, char[2]>>; 414 whose first element is `K`. For example, `mp_map_find<Map2, int>` would return
|