| /third_party/boost/libs/local_function/test/ |
| D | operator_error_seq.cpp | 13 struct point { struct 17 BOOST_TYPEOF_REGISTER_TYPE(point) // Register for `NAME` below. in BOOST_TYPEOF_REGISTER_TYPE() argument
|
| D | operator_seq.cpp | 13 struct point { struct 17 BOOST_TYPEOF_REGISTER_TYPE(point) // Register for `NAME` below. in BOOST_TYPEOF_REGISTER_TYPE() argument
|
| D | operator.cpp | 19 struct point { struct 23 BOOST_TYPEOF_REGISTER_TYPE(point) // Register for `NAME` below. in BOOST_TYPEOF_REGISTER_TYPE() argument
|
| D | operator_error.cpp | 18 struct point { struct 22 BOOST_TYPEOF_REGISTER_TYPE(point) // Register for `NAME` below. in BOOST_TYPEOF_REGISTER_TYPE() argument
|
| /third_party/boost/libs/log/example/doc/ |
| D | extension_formatter_parser.cpp | 35 struct point struct 39 point() : m_x(0.0f), m_y(0.0f) {} in point() argument 40 point(float x, float y) : m_x(x), m_y(y) {} in point() argument
|
| D | extension_filter_parser.cpp | 36 struct point struct 40 point() : m_x(0.0f), m_y(0.0f) {} in point() function 41 point(float x, float y) : m_x(x), m_y(y) {} in point() argument
|
| D | extension_filter_parser_custom_rel.cpp | 35 struct point struct 39 point() : m_x(0.0f), m_y(0.0f) {} in point() argument 40 point(float x, float y) : m_x(x), m_y(y) {} in point() argument
|
| /third_party/boost/libs/fusion/test/sequence/ |
| D | adapt_assoc_tpl_struct.cpp | 45 struct point struct 56 (ns::point)(X)(Y)(Z), 91 typedef ns::point<int,int,float> point; in main() typedef
|
| D | adapt_tpl_struct.cpp | 34 struct point struct 46 (ns::point)(X)(Y), 91 typedef ns::point<int, int> point; in main() typedef
|
| D | adapt_assoc_struct.cpp | 48 struct point struct 58 ns::point,
|
| D | adapt_struct_named.cpp | 36 struct point struct 48 ns::point, point,
|
| D | as_map_assoc.cpp | 26 struct point struct 34 ns::point,
|
| /third_party/boost/boost/geometry/algorithms/detail/closest_feature/ |
| D | point_to_range.hpp | 46 static inline void apply(Point const& point, in apply() 100 static inline return_type apply(Point const& point, in apply() 112 static inline return_type apply(Point const& point, in apply() 128 static inline return_type apply(Point const& point, in apply() 140 static inline return_type apply(Point const& point, in apply() 160 static inline void apply(Point const& point, in apply() 195 static inline return_type apply(Point const& point, in apply() 208 static inline return_type apply(Point const& point, in apply() 226 static inline return_type apply(Point const& point, in apply() 238 static inline return_type apply(Point const& point, in apply()
|
| /third_party/openssl/crypto/ec/ |
| D | ec_oct.c | 18 int EC_POINT_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, in EC_POINT_set_compressed_coordinates() 54 EC_POINT *point, const BIGNUM *x, in EC_POINT_set_compressed_coordinates_GFp() 62 EC_POINT *point, const BIGNUM *x, in EC_POINT_set_compressed_coordinates_GF2m() 70 size_t EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *point, in EC_POINT_point2oct() 101 int EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *point, in EC_POINT_oct2point() 129 size_t EC_POINT_point2buf(const EC_GROUP *group, const EC_POINT *point, in EC_POINT_point2buf()
|
| /third_party/boost/libs/geometry/index/test/rtree/ |
| D | rtree_values.cpp | 17 struct point struct 19 point(double xx = 0, double yy = 0) : x(xx), y(yy) {} in point() argument 23 BOOST_GEOMETRY_REGISTER_POINT_2D(point, double, bg::cs::cartesian, x, y) in BOOST_GEOMETRY_REGISTER_POINT_2D() argument
|
| /third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/span/ |
| D | span.go | 43 type point struct { struct 44 Line int `json:"line"` 45 Column int `json:"column"` 46 Offset int `json:"offset"` 89 func comparePoint(a, b point) int { 148 func (p point) hasPosition() bool { return p.Line > 0 } 149 func (p point) hasOffset() bool { return p.Offset >= 0 } 150 func (p point) isValid() bool { return p.hasPosition() || p.hasOffset() } 151 func (p point) isZero() bool { 162 func (p *point) clean() { [all …]
|
| /third_party/spirv-tools/utils/vscode/src/lsp/span/ |
| D | span.go | 43 type point struct { struct 44 Line int `json:"line"` 45 Column int `json:"column"` 46 Offset int `json:"offset"` 89 func comparePoint(a, b point) int { 148 func (p point) hasPosition() bool { return p.Line > 0 } 149 func (p point) hasOffset() bool { return p.Offset >= 0 } 150 func (p point) isValid() bool { return p.hasPosition() || p.hasOffset() } 151 func (p point) isZero() bool { 162 func (p *point) clean() { [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/span/ |
| D | span.go | 43 type point struct { struct 44 Line int `json:"line"` 45 Column int `json:"column"` 46 Offset int `json:"offset"` 89 func comparePoint(a, b point) int { 148 func (p point) hasPosition() bool { return p.Line > 0 } 149 func (p point) hasOffset() bool { return p.Offset >= 0 } 150 func (p point) isValid() bool { return p.hasPosition() || p.hasOffset() } 151 func (p point) isZero() bool { 162 func (p *point) clean() { [all …]
|
| /third_party/boost/libs/geometry/test/concepts/ |
| D | point_without_setter.cpp | 20 struct point struct 22 point() : x(0), y(0) {} // initialize to suppress warnings in point() argument 28 template <> struct tag<point> { typedef point_tag type; }; argument
|
| D | point_without_dimension.cpp | 20 struct point struct 22 point() : x(0), y(0) {} // initialize to suppress warnings in point() argument 29 template <> struct tag<point> { typedef point_tag type; }; argument
|
| D | point_without_getter.cpp | 20 struct point struct 22 point() : x(0), y(0) {} // initialize to suppress warnings in point() function 28 template <> struct tag<point> { typedef point_tag type; }; argument
|
| D | point_without_coordinate_type.cpp | 20 struct point struct 22 point() : x(0), y(0) {} // initialize to suppress warnings in point() argument 28 template <> struct tag<point> { typedef point_tag type; }; argument
|
| D | point_with_incorrect_dimension.cpp | 23 struct point struct 25 point() : x(0), y(0) {} // initialize to suppress warnings in point() function 31 template <> struct tag<point> { typedef point_tag type; }; argument
|
| D | point_well_formed_traits.cpp | 19 struct point struct 21 point(): x(), y() {} in point() function 28 struct tag<point> argument
|
| /third_party/boost/libs/mpi/test/ |
| D | scan_test.cpp | 25 struct point struct 27 point() : x(0), y(0), z(0) { } in point() argument 28 point(int x, int y, int z) : x(x), y(y), z(z) { } in point() function 44 std::ostream& operator<<(std::ostream& out, const point& p) in operator <<() argument
|