/third_party/boost/libs/serialization/test/ |
D | test_mi.cpp | 41 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/ |
D | return_internal_reference.qbk | 41 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()
|
D | manage_new_object.qbk | 32 int get_x() { return x; } 44 .def("get_x", &Foo::get_x) 52 >>> f.get_x()
|
/third_party/boost/libs/fusion/test/sequence/ |
D | adapt_adt.cpp | 44 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))
|
D | adapt_adt_named.cpp | 43 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))
|
D | adapt_assoc_adt_named.cpp | 36 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)
|
D | adapt_tpl_adt.cpp | 45 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))
|
D | adapt_assoc_tpl_adt.cpp | 39 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)
|
D | adapt_assoc_adt.cpp | 38 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/ |
D | ticket_6742_transformed_c4789_warning.cpp | 29 struct get_x struct 52 boost::push_back(output2, v | transformed(get_x())); in range_transformed_warning()
|
/third_party/boost/libs/python/test/ |
D | extract.cpp | 76 extract<X&> get_x(x); in extract_X_ref() local 77 return get_x; in extract_X_ref()
|
/third_party/boost/libs/geometry/example/ |
D | c01_custom_point_example.cpp | 67 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/ |
D | avf_aphasemeter.c | 163 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/ |
D | hb-cff-interp-cs-common.hh | 200 const number_t &get_x () const { return pt.x; } in get_x() function
|
/third_party/harfbuzz/src/ |
D | hb-cff-interp-cs-common.hh | 200 const number_t &get_x () const { return pt.x; } in get_x() function
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-cff-interp-cs-common.hh | 200 const number_t &get_x () const { return pt.x; } in get_x() function
|