/third_party/boost/libs/geometry/test/srs/ |
D | proj4.hpp | 128 void forward(std::vector<double> in_x, in forward() function 139 void forward(std::vector<double> in_xy, in forward() function 147 void forward(std::vector<std::vector<double> > const& in_xy, in forward() function 156 void forward(In const& in, Out & out, in forward() function 252 void forward(std::vector<PJ_COORD> in, in forward() function 260 void forward(In const& in, Out & out, in forward() function 296 void forward(std::vector<PJ_COORD> in, in forward() function 304 void forward(In const& in, Out & out, in forward() function
|
/third_party/boost/boost/fusion/iterator/detail/ |
D | advance.hpp | 38 struct forward struct 46 type; 50 call(type const& i) in call() 58 call(I const& i) in call()
|
/third_party/boost/boost/move/ |
D | utility_core.hpp | 95 forward(const typename ::boost::move_detail::identity<T>::type &x) BOOST_NOEXCEPT in forward() function 106 forward(const typename ::boost::move_detail::identity<T>::type &x) BOOST_NOEXCEPT in forward() function 242 …BOOST_MOVE_FORCEINLINE T&& forward(typename ::boost::move_detail::identity<T>::type&& t) BOOST_NOE… in forward() function 248 …BOOST_MOVE_FORCEINLINE T&& forward(typename ::boost::move_detail::remove_reference<T>::type& t) BO… in forward() function 252 …BOOST_MOVE_FORCEINLINE T&& forward(typename ::boost::move_detail::remove_reference<T>::type&& t) B… in forward() function
|
/third_party/boost/boost/hof/detail/ |
D | forward.hpp | 18 constexpr T&& forward(typename std::remove_reference<T>::type& t) noexcept in forward() function 23 constexpr T&& forward(typename std::remove_reference<T>::type&& t) noexcept in forward() function
|
/third_party/re2/re2/testing/ |
D | compile_test.cc | 243 std::string* forward, std::string* reverse) { in Dump() 268 std::string forward, reverse; in TEST() local 323 std::string forward; in TEST() local
|
/third_party/boost/boost/iostreams/detail/broken_overload_resolution/ |
D | forward.hpp | 25 struct forward struct
|
/third_party/boost/boost/parameter/aux_/preprocessor/impl/ |
D | function_cast.hpp | 41 forward(::boost::parameter::aux::use_default_tag) in forward() function 364 forward(Source&& source) in forward() function 374 inline typename ::boost::enable_if<B,T const&>::type forward(T const& t) in forward() function 404 forward(T& t) in forward() function 439 forward(T const&& t) in forward() function 469 forward(T&& t) in forward() function
|
/third_party/boost/boost/histogram/axis/ |
D | regular.hpp | 72 static T forward(T&& x) noexcept { in forward() function 90 static T forward(T x) { in forward() function 108 static T forward(T x) { in forward() function 132 auto forward(T x) const { in forward() function
|
/third_party/boost/libs/range/doc/ |
D | mfc_atl.rst | 229 .. _forward: range.html#forward_range target in References
|
/third_party/node/test/node-api/test_make_callback/ |
D | test.js | 73 const forward = vm.runInNewContext(` constant
|
/third_party/node/test/addons/make-callback/ |
D | test.js | 54 const forward = vm.runInNewContext(` constant
|
/third_party/typescript/tests/cases/compiler/ |
D | es6ClassTest8.ts | 29 public forward: Vector; property in Camera
|
/third_party/pixman/pixman/ |
D | pixman-matrix.c | 478 pixman_transform_scale (struct pixman_transform *forward, in pixman_transform_scale() 521 pixman_transform_rotate (struct pixman_transform *forward, in pixman_transform_rotate() 560 pixman_transform_translate (struct pixman_transform *forward, in pixman_transform_translate() 910 pixman_f_transform_scale (struct pixman_f_transform *forward, in pixman_f_transform_scale() 952 pixman_f_transform_rotate (struct pixman_f_transform *forward, in pixman_f_transform_rotate() 991 pixman_f_transform_translate (struct pixman_f_transform *forward, in pixman_f_transform_translate()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/ |
D | DataDrivenCalendarTest.java | 81 CalendarFieldsSet toSet, Calendar toCalendar, boolean forward) { in testConvert() 131 private void testConvert(TestDataModule.TestData testData, DataMap settings, boolean forward) { in testConvert()
|
/third_party/boost/boost/iostreams/detail/adapter/ |
D | direct_adapter.hpp | 133 static Direct forward(const U& u, mpl::true_) { return u; } in forward() function in boost::iostreams::detail::direct_adapter 135 static Direct forward(const U& u, mpl::false_) { return Direct(u); } in forward() function in boost::iostreams::detail::direct_adapter
|
/third_party/gstreamer/gstplugins_bad/ext/hls/ |
D | m3u8.c | 808 m3u8_find_next_fragment (GstM3U8 * m3u8, gboolean forward) in m3u8_find_next_fragment() 839 gst_m3u8_get_next_fragment (GstM3U8 * m3u8, gboolean forward, in gst_m3u8_get_next_fragment() 880 gst_m3u8_has_next_fragment (GstM3U8 * m3u8, gboolean forward) in gst_m3u8_has_next_fragment() 907 m3u8_alternate_advance (GstM3U8 * m3u8, gboolean forward) in m3u8_alternate_advance() 934 gst_m3u8_advance_fragment (GstM3U8 * m3u8, gboolean forward) in gst_m3u8_advance_fragment()
|
/third_party/boost/boost/python/object/ |
D | forward.hpp | 36 struct forward struct
|
/third_party/node/deps/npm/node_modules/console-control-strings/ |
D | index.js | 15 exports.forward = function forward (num) { function
|
/third_party/icu/icu4c/source/test/intltest/ |
D | dadrcal.cpp | 291 const CalendarFieldsSet &toSet, Calendar *toCalendar, UBool forward) { in testConvert() 367 const DataMap *settings, UBool forward) { in testConvert()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
D | cord_rep_consume.cc | 58 void Consume(bool forward, CordRep* rep, ConsumeFn consume_fn) { in Consume()
|
/third_party/pyyaml/lib3/yaml/ |
D | reader.py | 99 def forward(self, length=1): member in Reader
|
/third_party/boost/boost/geometry/srs/projections/impl/ |
D | base_static.hpp | 116 inline bool forward(LL const& lp, XY& xy) const in forward() function
|
/third_party/icu/icu4c/source/common/ |
D | unorm.cpp | 117 _iterate(UCharIterator *src, UBool forward, in _iterate() 177 unorm_iterate(UCharIterator *src, UBool forward, in unorm_iterate()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | unorm.cpp | 117 _iterate(UCharIterator *src, UBool forward, in _iterate() 177 unorm_iterate(UCharIterator *src, UBool forward, in unorm_iterate()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | unorm.cpp | 117 _iterate(UCharIterator *src, UBool forward, in _iterate() 177 unorm_iterate(UCharIterator *src, UBool forward, in unorm_iterate()
|