Home
last modified time | relevance | path

Searched refs:get_x (Results 1 – 16 of 16) sorted by relevance

/third_party/boost/libs/serialization/test/
Dtest_mi.cpp41 int get_x() const in get_x() function in A
96 int x = pa->get_x(); in test_main()
99 std::cout << "pa->get_x(): " << pa->get_x() << std::endl; in test_main()
126 BOOST_CHECK(x == pa->get_x()); in test_main()
129 std::cout << "pa->get_x(): " << pa->get_x() << std::endl; in test_main()
/third_party/boost/libs/python/doc/reference/
Dreturn_internal_reference.qbk41 int get_x() const { return x; }
63 .def("get_x", &Bar::get_x)
79 >>> b1.get_x()
81 >>> b2.get_x()
84 >>> b2.get_x()
Dmanage_new_object.qbk32 int get_x() { return x; }
44 .def("get_x", &Foo::get_x)
52 >>> f.get_x()
/third_party/boost/libs/fusion/test/sequence/
Dadapt_adt.cpp44 int get_x() const { return x; } in get_x() function in ns::point
68 int get_x() const { return x; } in get_x() function in ns::point_with_private_members
105 (int, int, obj.get_x(), obj.set_x(val))
114 (obj.get_x(), obj.set_x(val))
131 (int, int, obj.get_x(), obj.set_x(val))
139 (auto, auto, obj.get_x(), obj.set_x(val))
Dadapt_adt_named.cpp43 int get_x() const { return x; } in get_x() function in ns::point
63 (int, int, obj.get_x(), obj.set_x(val))
73 (int, int, obj.get_x(), obj.set_x(val))
Dadapt_assoc_adt_named.cpp36 int get_x() const { return x; } in get_x() function in ns::point
53 (obj.get_x(), obj.set_x(val), ns::x_member)
62 (auto, auto, obj.get_x(), obj.set_x(val), ns::x_member)
Dadapt_tpl_adt.cpp45 X get_x() const { return x; } in get_x() function in ns::point
66 (X, X, obj.get_x(), obj.set_x(val))
76 (X, X, obj.get_x(), obj.set_x(val))
Dadapt_assoc_tpl_adt.cpp39 X get_x() const { return x; } in get_x() function in ns::point
58 (X, X, obj.get_x(), obj.set_x(val), ns::x_member)
67 (X, X, obj.get_x(), obj.set_x(val), ns::x_member)
Dadapt_assoc_adt.cpp38 int get_x() const { return x; } in get_x() function in ns::point
57 (int, int, obj.get_x(), obj.set_x(val), ns::x_member)
66 (int, int, obj.get_x(), obj.set_x(val), ns::x_member)
/third_party/boost/libs/range/test/adaptor_test/
Dticket_6742_transformed_c4789_warning.cpp29 struct get_x struct
52 boost::push_back(output2, v | transformed(get_x())); in range_transformed_warning()
/third_party/boost/libs/python/test/
Dextract.cpp76 extract<X&> get_x(x); in extract_X_ref() local
77 return get_x; in extract_X_ref()
/third_party/boost/libs/geometry/example/
Dc01_custom_point_example.cpp67 const double get_x() const { return m_x; } in get_x() function in my_class_gs
91 BOOST_GEOMETRY_REGISTER_POINT_2D_GET_SET(my_class_gs, double, cs::cartesian, get_x, get_y, set_x, s… in BOOST_GEOMETRY_REGISTER_POINT_3D()
/third_party/ffmpeg/libavfilter/
Davf_aphasemeter.c163 static inline int get_x(float phase, int w) in get_x() function
283 const int x = get_x(phase, s->w); in filter_frame()
299 dst = out->data[0] + get_x(fphase, s->w) * 4; in filter_frame()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-cff-interp-cs-common.hh200 const number_t &get_x () const { return pt.x; } in get_x() function
/third_party/harfbuzz/src/
Dhb-cff-interp-cs-common.hh200 const number_t &get_x () const { return pt.x; } in get_x() function
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-cff-interp-cs-common.hh200 const number_t &get_x () const { return pt.x; } in get_x() function