/third_party/boost/boost/geometry/geometries/register/ |
D | box.hpp | 22 #define BOOST_GEOMETRY_DETAIL_SPECIALIZE_BOX_ACCESS(Box, Point, MinCorner, MaxCorner) \ argument 43 #define BOOST_GEOMETRY_DETAIL_SPECIALIZE_BOX_ACCESS_TEMPLATED(Box, MinCorner, MaxCorner) \ argument 64 #define BOOST_GEOMETRY_DETAIL_SPECIALIZE_BOX_ACCESS_4VALUES(Box, Point, Left, Bottom, Right, Top) \ argument 93 #define BOOST_GEOMETRY_DETAIL_SPECIALIZE_BOX_TRAITS(Box, PointType) \ argument 97 #define BOOST_GEOMETRY_DETAIL_SPECIALIZE_BOX_TRAITS_TEMPLATED(Box) \ argument 121 #define BOOST_GEOMETRY_REGISTER_BOX(Box, Point, MinCorner, MaxCorner) \ argument 143 #define BOOST_GEOMETRY_REGISTER_BOX_TEMPLATED(Box, MinCorner, MaxCorner) \ argument 168 #define BOOST_GEOMETRY_REGISTER_BOX_2D_4VALUES(Box, Point, Left, Bottom, Right, Top) \ argument
|
/third_party/boost/boost/geometry/index/detail/rtree/node/ |
D | variant_visitor.hpp | 35 variant_leaf<Value, Parameters, Box, Allocators, Tag>, in get() argument 47 variant_leaf<Value, Parameters, Box, Allocators, Tag>, in apply_visitor() argument 57 variant_leaf<Value, Parameters, Box, Allocators, Tag>, in apply_visitor() argument
|
D | weak_visitor.hpp | 38 inline Derived & get(weak_node<Value, Parameters, Box, Allocators, Tag> & n) in get() argument 47 weak_node<Value, Parameters, Box, Allocators, Tag> & n, in apply_visitor() argument
|
/third_party/typescript/tests/cases/conformance/externalModules/typeOnly/ |
D | exportDeclaration_missingBraces.ts | 9 class Box<T> {} class 18 export type Box; alias
|
/third_party/typescript/tests/baselines/reference/ |
D | mappedTypes3.js | 2 class Box<P> { class 43 function Box() { class in Box
|
/third_party/boost/libs/geometry/index/test/rtree/ |
D | rtree_intersects_geom.cpp | 18 typedef bg::model::box<Point> Box; in test_all() typedef 44 typedef bg::model::box<Pt> Box; in test_main() typedef
|
D | rtree_values.cpp | 128 typedef bg::model::box<Pt> Box; in test_main() typedef
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | angletypes.h | 100 struct Box struct 102 Box() : x(0), y(0), z(0), width(0), height(0), depth(0) {} in Box() function 103 Box(int x_in, int y_in, int z_in, int width_in, int height_in, int depth_in) in Box() argument 106 Box(const Offset &offset, const Extents &size) in Box() argument 118 int x; 119 int y; 120 int z; 121 int width; 122 int height; 123 int depth;
|
/third_party/boost/boost/geometry/geometries/concepts/ |
D | box_concept.hpp | 47 class Box class 76 BOOST_CONCEPT_USAGE(Box) in BOOST_CONCEPT_USAGE() argument
|
/third_party/typescript/tests/cases/compiler/ |
D | selfReferencingTypeReferenceInference.ts | 1 interface Box<T> { interface
|
D | typeParameterLeak.ts | 5 interface Box<T> { data: T } interface
|
D | overloadedConstructorFixesInferencesAppropriately.ts | 2 interface Box<T> { interface
|
D | reverseMappedPartiallyInferableTypes.ts | 58 type Box<T> = { alias
|
/third_party/typescript/tests/cases/conformance/types/typeRelationships/typeInference/ |
D | genericContextualTypes1.ts | 4 type Box<T> = { value: T }; alias
|
/third_party/flutter/engine/flutter/fml/ |
D | thread_local_unittests.cc | 14 class Box { class 16 Box(int value, std::atomic_int* destroys = nullptr) in Box() function in __anonef5706070111::Box
|
/third_party/typescript/tests/cases/conformance/types/mapped/ |
D | mappedTypes3.ts | 3 class Box<P> { class
|
D | mappedTypes4.ts | 4 type Box<T> = { alias
|
D | isomorphicMappedTypeInference.ts | 5 type Box<T> = { alias
|
D | mappedTypesArraysTuples.ts | 4 type Box<T> = { value: T }; alias
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | angletypes.h | 183 struct Box struct 185 Box() : x(0), y(0), z(0), width(0), height(0), depth(0) {} in Box() argument 186 Box(int x_in, int y_in, int z_in, int width_in, int height_in, int depth_in) in Box() argument 190 Box(const O &offset, const E &size) in Box() function 205 int x; 206 int y; 207 int z; 208 int width; 209 int height; 210 int depth;
|
/third_party/jerryscript/tests/jerry/ |
D | getter-setter-this-value.js | 15 function Box(data) { class
|
/third_party/flutter/skia/tests/ |
D | GrMeshTest.cpp | 65 struct Box { struct 66 float fX, fY; 67 GrColor fColor;
|
/third_party/boost/boost/geometry/algorithms/detail/overlay/ |
D | pointlike_areal.hpp | 111 inline bool apply(Point const& item1, std::pair<Box, SizeT> const& item2) in apply() 134 std::vector<std::pair<Box, SizeT> > & box_pairs, in fill_box_pairs()
|
/third_party/typescript/tests/cases/conformance/types/typeRelationships/recursiveTypes/ |
D | recursiveTypeReferences1.ts | 25 interface Box<T> { value: T }; interface
|
/third_party/skia/tests/ |
D | GrMeshTest.cpp | 82 struct Box { struct 83 float fX, fY; 84 GrColor fColor;
|