Home
last modified time | relevance | path

Searched defs:Box (Results 1 – 25 of 30) sorted by relevance

12

/third_party/boost/boost/geometry/geometries/register/
Dbox.hpp22 #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/
Dvariant_visitor.hpp35 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
Dweak_visitor.hpp38 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/
DexportDeclaration_missingBraces.ts9 class Box<T> {} class
18 export type Box; alias
/third_party/typescript/tests/baselines/reference/
DmappedTypes3.js2 class Box<P> { class
43 function Box() { class in Box
/third_party/boost/libs/geometry/index/test/rtree/
Drtree_intersects_geom.cpp18 typedef bg::model::box<Point> Box; in test_all() typedef
44 typedef bg::model::box<Pt> Box; in test_main() typedef
Drtree_values.cpp128 typedef bg::model::box<Pt> Box; in test_main() typedef
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dangletypes.h100 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/
Dbox_concept.hpp47 class Box class
76 BOOST_CONCEPT_USAGE(Box) in BOOST_CONCEPT_USAGE() argument
/third_party/typescript/tests/cases/compiler/
DselfReferencingTypeReferenceInference.ts1 interface Box<T> { interface
DtypeParameterLeak.ts5 interface Box<T> { data: T } interface
DoverloadedConstructorFixesInferencesAppropriately.ts2 interface Box<T> { interface
DreverseMappedPartiallyInferableTypes.ts58 type Box<T> = { alias
/third_party/typescript/tests/cases/conformance/types/typeRelationships/typeInference/
DgenericContextualTypes1.ts4 type Box<T> = { value: T }; alias
/third_party/flutter/engine/flutter/fml/
Dthread_local_unittests.cc14 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/
DmappedTypes3.ts3 class Box<P> { class
DmappedTypes4.ts4 type Box<T> = { alias
DisomorphicMappedTypeInference.ts5 type Box<T> = { alias
DmappedTypesArraysTuples.ts4 type Box<T> = { value: T }; alias
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dangletypes.h183 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/
Dgetter-setter-this-value.js15 function Box(data) { class
/third_party/flutter/skia/tests/
DGrMeshTest.cpp65 struct Box { struct
66 float fX, fY;
67 GrColor fColor;
/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dpointlike_areal.hpp111 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/
DrecursiveTypeReferences1.ts25 interface Box<T> { value: T }; interface
/third_party/skia/tests/
DGrMeshTest.cpp82 struct Box { struct
83 float fX, fY;
84 GrColor fColor;

12