Home
last modified time | relevance | path

Searched defs:get (Results 1 – 25 of 289) sorted by relevance

12345678910>>...12

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/dnn/
H A Ddnn.inl.hpp79 inline DictValue DictValue::get<DictValue>(int idx) const in get() function in cv::dnn::DictValue
86 inline int64 DictValue::get<int64>(int idx) const in get() function in cv::dnn::DictValue
117 inline int DictValue::get<int>(int idx) const in get() function in cv::dnn::DictValue
128 inline unsigned DictValue::get<unsigned>(int idx) const in get() function in cv::dnn::DictValue
134 inline bool DictValue::get<bool>(int idx) const in get() function in cv::dnn::DictValue
140 inline double DictValue::get<double>(int idx) const in get() function in cv::dnn::DictValue
170 inline float DictValue::get<float>(int idx) const in get() function in cv::dnn::DictValue
176 inline String DictValue::get<String>(int idx) const in get() function in cv::dnn::DictValue
329 inline const DictValue &Dict::get(const String &key) const in get() function in cv::dnn::Dict
338 inline T Dict::get(const String &key) const in get() function in cv::dnn::Dict
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/
H A Dvariadic_templates_tools.hpp111 static type get(tuple<Head, Values...>& t) { return Next::get(t.tail()); } in get() function in boost::container::container_detail::get_impl
112 static const_type get(const tuple<Head, Values...>& t) { return Next::get(t.tail()); } in get() function in boost::container::container_detail::get_impl
121 static type get(tuple<Head, Values...>& t) { return t.head(); } in get() function in boost::container::container_detail::get_impl
122 static const_type get(const tuple<Head, Values...>& t){ return t.head(); } in get() function in boost::container::container_detail::get_impl
126 typename get_impl<I, tuple<Values...> >::type get(tuple<Values...>& t) in get() function
130 typename get_impl<I, tuple<Values...> >::const_type get(const tuple<Values...>& t) in get() function
H A Dnext_capacity.hpp38 static SizeType get(const SizeType max_size in get() function
53 static SizeType get(const SizeType max_size in get() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/core/
H A Daccess.hpp97 static inline CoordinateType get(Geometry const& geometry) in get() function
116 static inline CoordinateType get(Geometry const* geometry) in get() function
168 static inline CoordinateType get(Point const& point) in get() function
181 static inline CoordinateType get(Point const* point) in get() function
269 inline typename coordinate_type<Geometry>::type get(Geometry const& geometry in get() function
339 inline typename coordinate_type<Geometry>::type get(Geometry const& geometry in get() function
H A Dradian_access.hpp50 static inline coordinate_type get(Geometry const& geometry) in get() function
76 static inline coordinate_type get(Geometry const& geometry) in get() function
115 static inline coordinate_type get(Geometry const& geometry) in get() function
141 static inline coordinate_type get(Geometry const& geometry) in get() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Dsqlite3.cpp315 template <> bool Query::get(int offset) { in get() function in mapbox::sqlite::Query
320 template <> int Query::get(int offset) { in get() function in mapbox::sqlite::Query
325 template <> int64_t Query::get(int offset) { in get() function in mapbox::sqlite::Query
330 template <> double Query::get(int offset) { in get() function in mapbox::sqlite::Query
335 template <> std::string Query::get(int offset) { in get() function in mapbox::sqlite::Query
343 template <> std::vector<uint8_t> Query::get(int offset) { in get() function in mapbox::sqlite::Query
352 Query::get(int offset) { in get() function in mapbox::sqlite::Query
358 template <> optional<int64_t> Query::get(int offset) { in get() function in mapbox::sqlite::Query
367 template <> optional<double> Query::get(int offset) { in get() function in mapbox::sqlite::Query
376 template <> optional<std::string> Query::get(int offset) { in get() function in mapbox::sqlite::Query
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/qvm/
H A Dmat_operations.hpp304 get( projection_<T> const & ) in get() function
310 …rojection_get<0,0> { template <class T> static BOOST_QVM_INLINE_CRITICAL T get( projection_<T> con… in get() function
311 …rojection_get<1,1> { template <class T> static BOOST_QVM_INLINE_CRITICAL T get( projection_<T> con… in get() function
312 …rojection_get<2,2> { template <class T> static BOOST_QVM_INLINE_CRITICAL T get( projection_<T> con… in get() function
313 …rojection_get<2,3> { template <class T> static BOOST_QVM_INLINE_CRITICAL T get( projection_<T> con… in get() function
314 …rojection_get<3,2> { template <class T> static BOOST_QVM_INLINE_CRITICAL T get( projection_<T> con… in get() function
1163 get( T const (&)[3][3] ) in get() function
1169 …uct rot_m_get<0,0> { template <class T> static BOOST_QVM_INLINE_CRITICAL T get( T const (&a)[3][3]… in get() function
1170 …uct rot_m_get<0,1> { template <class T> static BOOST_QVM_INLINE_CRITICAL T get( T const (&a)[3][3]… in get() function
1171 …uct rot_m_get<0,2> { template <class T> static BOOST_QVM_INLINE_CRITICAL T get( T const (&a)[3][3]… in get() function
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/
H A Dget.hpp295 get( in get() function
311 get( in get() function
326 get( in get() function
341 get( in get() function
357 get( in get() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/core/
H A Daddressof.hpp66 static BOOST_FORCEINLINE T* get(T& o, long) BOOST_NOEXCEPT { in get() function
70 static BOOST_FORCEINLINE T* get(T* p, int) BOOST_NOEXCEPT { in get() function
87 static BOOST_FORCEINLINE type* get(type& o, int) BOOST_NOEXCEPT { in get() function
95 static BOOST_FORCEINLINE type* get(type& o, int) BOOST_NOEXCEPT { in get() function
103 static BOOST_FORCEINLINE type* get(type& o, int) BOOST_NOEXCEPT { in get() function
111 static BOOST_FORCEINLINE type* get(type& o, int) BOOST_NOEXCEPT { in get() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dsqlite3.cpp356 template <typename T> T Query::get(int offset) { in get() function in mapbox::sqlite::Query
363 template <> std::vector<uint8_t> Query::get(int offset) { in get() function in mapbox::sqlite::Query
371 template <> mbgl::Timestamp Query::get(int offset) { in get() function in mapbox::sqlite::Query
379 template <> optional<int64_t> Query::get(int offset) { in get() function in mapbox::sqlite::Query
388 template <> optional<double> Query::get(int offset) { in get() function in mapbox::sqlite::Query
397 template <> std::string Query::get(int offset) { in get() function in mapbox::sqlite::Query
404 template <> optional<std::string> Query::get(int offset) { in get() function in mapbox::sqlite::Query
413 template <> optional<mbgl::Timestamp> Query::get(int offset) { in get() function in mapbox::sqlite::Query
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/geometries/
H A Dpolygon.hpp310 static inline typename polygon_type::ring_type& get(polygon_type& p) in get() function
315 static inline typename polygon_type::ring_type const& get( in get() function
347 static inline typename polygon_type::inner_container_type& get( in get() function
353 static inline typename polygon_type::inner_container_type const& get( in get() function
H A Dsegment.hpp140 static inline coordinate_type get(segment_type const& s) in get() function
158 static inline coordinate_type get(segment_type const& s) in get() function
188 static inline coordinate_type get(segment_type const& s) in get() function
206 static inline coordinate_type get(segment_type const& s) in get() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Dsymbol_annotation_impl.hpp60 template<> struct access<mbgl::LatLng, 0> { static inline double get(mbgl::LatLng const& p) { retur… in get() function
61 template<> struct access<mbgl::LatLng, 1> { static inline double get(mbgl::LatLng const& p) { retur… in get() function
70 static inline ct get(mbgl::LatLngBounds const& b) { return geometry::get<D>(b.southwest()); } in get() function
78 static inline ct get(mbgl::LatLngBounds const& b) { return geometry::get<D>(b.northeast()); } in get() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/tao_tuple/28626e99/include/tao/tuple/
H A Dtuple.hpp169 T& get() noexcept in get() function
175 const T& get() const noexcept in get() function
248 T& get() noexcept in get() function
254 const T& get() const noexcept in get() function
587 const seq::type_by_index_t< I, Ts... >& get( const tuple< Ts... >& v ) noexcept in get() function
594 seq::type_by_index_t< I, Ts... >& get( tuple< Ts... >& v ) noexcept in get() function
601 seq::type_by_index_t< I, Ts... >&& get( tuple< Ts... >&& v ) noexcept in get() function
631 const T& get( const tuple< Ts... >& v ) noexcept in get() function
638 T& get( tuple< Ts... >& v ) noexcept in get() function
645 T&& get( tuple< Ts... >&& v ) noexcept in get() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/utility/
H A Dvalue_init.hpp173 T const& get ( initialized<T> const& x ) in get() function
180 T& get ( initialized<T>& x ) in get() function
242 T const& get ( value_initialized<T> const& x ) in get() function
249 T& get ( value_initialized<T>& x ) in get() function
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/
H A Dapi.py51 def get(self, request, *args, **kwargs): member in XhrBuildRequest
142 def get(self, request, *args, **kwargs): member in XhrProjectUpdate
185 def get(self, request, *args, **kwargs): member in XhrSetDefaultImageUrl
270 def get(self, request, *args, **kwargs): member in XhrLayer
713 def get(self, request, *args, **kwargs): member in XhrCustomRecipeId
820 def get(self, request, *args, **kwargs): member in XhrCustomRecipePackages
1049 def get(self, request, *args, **kwargs): member in XhrProject
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/
H A Dnouveau_dma.c101 uint32_t get = nvif_rd32(&chan->user, 0x88); in nv50_dma_push_wait() local
132 int get = READ_GET(chan, &prev_get, &cnt); in nv50_dma_wait() local
168 int cnt = 0, get; in nouveau_dma_wait() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/container/map/detail/
H A Dmap_impl.hpp143 get(mpl::identity<key_type>) const in get() function
150 get(mpl::identity<key_type>) in get() function
157 get(mpl::int_<index>) const in get() function
164 get(mpl::int_<index>) in get() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/
H A Dread.hpp42 typename int_type_of<T>::type get(T& t) in get() function
108 static typename int_type_of<T>::type get(T& t) in get() function
130 get(T& t) in get() function
166 get(T& t) in get() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dindexed_tuple.hpp34 auto& get() { in get() function in mbgl::IndexedTuple
39 const auto& get() const { in get() function in mbgl::IndexedTuple
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/tuple/
H A Dtuple.hpp48 get(tuples::cons<HT, TT>& c) { in get() function
58 get(const tuples::cons<HT, TT>& c) { in get() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/
H A Das_range.hpp37 static inline typename add_const_if_c<IsConst, Range>::type& get( in get() function
48 static inline typename add_const_if_c<IsConst, Range>::type& get( in get() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/geojsonvt/
H A Dtypes.hpp29 inline double get<0>(const vt_point& p) { in get() function
33 inline double get<1>(const vt_point& p) { in get() function
37 inline double get<0>(const mapbox::geometry::point<double>& p) { in get() function
41 inline double get<1>(const mapbox::geometry::point<double>& p) { in get() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/variant/1.1.4/include/mapbox/
H A Doptional.hpp40 T const& get() const { return variant_.template get<T>(); } in get() function in mapbox::util::optional
41 T& get() { return variant_.template get<T>(); } in get() function in mapbox::util::optional
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/detail/
H A Dbackup_holder.hpp66 T& get() BOOST_NOEXCEPT in get() function in boost::detail::variant::backup_holder
71 const T& get() const BOOST_NOEXCEPT in get() function in boost::detail::variant::backup_holder

12345678910>>...12