Searched refs:Map1 (Results 1 – 10 of 10) sorted by relevance
/third_party/boost/libs/hana/test/map/ |
D | cnstr.copy.cpp | 106 using Map1 = hana::map<hana::pair<NoCopy, NoCopy>>; in main() typedef 107 Map1 map1; (void)map1; in main() 108 static_assert(!std::is_copy_constructible<Map1>::value, ""); in main()
|
D | cnstr.move.cpp | 115 using Map1 = hana::map<hana::pair<NoMove, NoMove>>; in main() typedef 116 Map1 map1; (void)map1; in main() 117 static_assert(!std::is_move_constructible<Map1>::value, ""); in main()
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_nurbs_eval.txt | 116 Map1[fd]: 118 When NURBS evaluation is enabled, the <order> parameter to the Map1[fd] 121 given as input to Map1[fd] or Map2[fd]. In other words, the <order> 126 Note that it is still true that the <order> parameter to Map1[fd] is equal
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | SGIX_nurbs_eval.txt | 116 Map1[fd]: 118 When NURBS evaluation is enabled, the <order> parameter to the Map1[fd] 121 given as input to Map1[fd] or Map2[fd]. In other words, the <order> 126 Note that it is still true that the <order> parameter to Map1[fd] is equal
|
/third_party/boost/libs/graph/test/ |
D | bundled_properties.cpp | 245 Map1; in main() typedef 248 test_bundled_properties(static_cast< Map1* >(0), truth< true >()); in main()
|
/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 | 1130 public pbc::MapField<int, int> Map1 { property in Google.Protobuf.TestProtos.TestSameTypeMap 1157 if (!Map1.Equals(other.Map1)) return false; in Equals() 1165 hash ^= Map1.GetHashCode(); in GetHashCode()
|
/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
|