Home
last modified time | relevance | path

Searched defs:get (Results 26 – 50 of 289) sorted by relevance

12345678910>>...12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/scope/detail/
H A Dlocal_variable.hpp201 get(Env const& env, mpl::false_) in get() function
208 get(Env const& env, mpl::true_) in get() function
219 get(Env const& env) in get() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/variant/1.1.4/include/mapbox/
H A Dvariant.hpp693 VARIANT_INLINE T& get() in get() function in mapbox::util::variant
716 VARIANT_INLINE T const& get() const in get() function in mapbox::util::variant
741 VARIANT_INLINE T& get() in get() function in mapbox::util::variant
764 VARIANT_INLINE T const& get() const in get() function in mapbox::util::variant
789 VARIANT_INLINE T& get() in get() function in mapbox::util::variant
812 VARIANT_INLINE T const& get() const in get() function in mapbox::util::variant
974 auto get(T& var)->decltype(var.template get<ResultType>()) in get() function
988 auto get(T const& var)->decltype(var.template get<ResultType>()) in get() function
H A Drecursive_wrapper.hpp92 T& get() in get() function in mapbox::util::recursive_wrapper
98 T const& get() const in get() function in mapbox::util::recursive_wrapper
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath5k/
H A Dsysfs.c10 #define SIMPLE_SHOW_STORE(name, get, set) \ argument
37 #define SIMPLE_SHOW(name, get) \ argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/views/detail/
H A Dindexed_point_view.hpp48 inline coordinate_type get() const in get() function in boost::geometry::detail::indexed_point_view
103 static inline coordinate_type get( in get() function
H A Dtwo_dimensional_view.hpp151 static inline coordinate_type get(view_type const& view) in get() function
178 static inline coordinate_type get(view_type const& view) in get() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/
H A Doptional.hpp73 T* get() in get() function in boost::iostreams::detail::optional
78 const T* get() const in get() function in boost::iostreams::detail::optional
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/
H A Drecursive_wrapper.hpp94 T& get() { return *get_pointer(); } in get() function in boost::recursive_wrapper
95 const T& get() const { return *get_pointer(); } in get() function in boost::recursive_wrapper
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/geometries/
H A Dbox.hpp159 static inline coordinate_type get(model::box<Point> const& b) in get() function
175 static inline coordinate_type get(model::box<Point> const& b) in get() function
H A Dpointing_segment.hpp99 static inline coordinate_type get(segment_type const& s) in get() function
122 static inline coordinate_type get(segment_type const& s) in get() function
H A Dpoint.hpp187 inline CoordinateType const& get() const in get() function in boost::geometry::model::point
280 static inline CoordinateType get( in get() function
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Distream.tcc244 get(void) in get() function in std::basic_istream
280 get(char_type& __c) in get() function in std::basic_istream
317 get(char_type* __s, streamsize __n, char_type __delim) in get() function in std::basic_istream
364 get(__streambuf_type& __sb, char_type __delim) in get() function in std::basic_istream
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Distream.tcc244 get(void) in get() function in std::basic_istream
280 get(char_type& __c) in get() function in std::basic_istream
317 get(char_type* __s, streamsize __n, char_type __delim) in get() function in std::basic_istream
364 get(__streambuf_type& __sb, char_type __delim) in get() function in std::basic_istream
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-raspberrypi-exp.c57 struct gpio_get_config get; in rpi_exp_gpio_get_polarity() local
135 struct gpio_get_config get; in rpi_exp_gpio_get_direction() local
159 struct gpio_get_set_state get; in rpi_exp_gpio_get() local
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Djson.h131 double get () const { return m_value; } in get() function
147 long get () const { return m_value; } in get() function
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Djson.h131 double get () const { return m_value; } in get() function
147 long get () const { return m_value; } in get() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dfill_bucket.cpp15 static int64_t get(const mbgl::GeometryCoordinate& t) { return t.x; }; in get() function
19 static int64_t get(const mbgl::GeometryCoordinate& t) { return t.y; }; in get() function
H A Dfill_extrusion_bucket.cpp17 static int64_t get(const mbgl::GeometryCoordinate& t) { in get() function
24 static int64_t get(const mbgl::GeometryCoordinate& t) { 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 Dradius.hpp166 static inline typename radius_type<Geometry>::type get(Geometry const& geometry) in get() function
192 static inline radius_type get(const Geometry * geometry) in get() function
H A Dsrs.hpp101 static inline RadiusType get(spheroid_type const& s) in get() function
178 static inline RadiusType get(sphere_type const& s) in get() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dimmutable.hpp30 T* get() { return ptr.get(); } in get() function in mbgl::Mutable
91 const T* get() const { return ptr.get(); } in get() function in mbgl::Immutable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeocodereply.cpp350 const QGeoCodeReplyPrivate *QGeoCodeReplyPrivate::get(const QGeoCodeReply &reply) in get() function in QGeoCodeReplyPrivate
355 QGeoCodeReplyPrivate *QGeoCodeReplyPrivate::get(QGeoCodeReply &reply) in get() function in QGeoCodeReplyPrivate
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/
H A Dwidgets.py86 def get(self, request, *args, **kwargs): member in ToasterTable
416 def get(self, request, *args, **kwargs): member in ToasterTypeAhead
471 def get(self, request, *args, **kwargs): member in MostRecentBuildsView
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplacesearchrequest.cpp122 const QPlaceSearchRequestPrivate *QPlaceSearchRequestPrivate::get(const QPlaceSearchRequest &reques… in get() function in QPlaceSearchRequestPrivate
127 QPlaceSearchRequestPrivate *QPlaceSearchRequestPrivate::get(QPlaceSearchRequest &request) in get() function in QPlaceSearchRequestPrivate
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/
H A Dchecked_operations.hpp88 static typename int_type_of<T>::type get(T& t) in get() function
111 static typename int_type_of<T>::type get(T&) in get() function

12345678910>>...12