Home
last modified time | relevance | path

Searched refs:ValueType (Results 1 – 25 of 31) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dunique_any.hpp57 template <typename ValueType,
58 typename _Vt = std::decay_t<ValueType>,
60 unique_any(ValueType&& value) { in unique_any()
61 create(std::forward<ValueType>(value)); in unique_any()
73 template <class ValueType,
74 typename = std::enable_if_t<!std::is_same<std::decay_t<ValueType>, unique_any>::value> >
75 unique_any& operator=(ValueType&& rhs) { in operator =()
76 unique_any(std::forward<ValueType>(rhs)).swap(*this); in operator =()
135 template <typename ValueType>
143 delete reinterpret_cast<ValueType*>(s.dynamic); in destroy()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/detail/
H A Dpass_container.hpp30 template <typename Sequence, typename Attribute, typename ValueType>
34 , typename traits::is_weak_substitute<Attribute, ValueType>::type
36 traits::is_weak_substitute<Attribute, ValueType>
48 template <typename Container, typename ValueType, typename Attribute
51 : negate_weak_substitute_if_not<Sequence, Attribute, ValueType>
60 template <typename Container, typename ValueType, typename Attribute
65 , negate_weak_substitute_if_not<Sequence, Attribute, ValueType> >
71 template <typename Container, typename ValueType, typename Attribute
73 , bool IsSequence = fusion::traits::is_sequence<ValueType>::value>
77 Attribute, not_compatible_element<Container, ValueType, mpl::_1>
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dpointer.h80 template <typename ValueType, typename Allocator = CrtAllocator>
83 typedef typename ValueType::EncodingType EncodingType; //!< Encoding type from Value
84 typedef typename ValueType::Ch Ch; //!< Character type from Value
289 GenericPointer Append(const ValueType& token, Allocator* allocator = 0) const {
401ValueType& Create(ValueType& root, typename ValueType::AllocatorType& allocator, bool* alreadyExis…
403 ValueType* v = &root;
407 v->PushBack(ValueType().Move(), allocator);
425 v->PushBack(ValueType().Move(), allocator);
431 … typename ValueType::MemberIterator m = v->FindMember(GenericStringRef<Ch>(t->name, t->length));
433 … v->AddMember(ValueType(t->name, t->length, allocator).Move(), ValueType().Move(), allocator);
[all …]
H A Ddocument.h109 typedef typename internal::MaybeAddConst<Const,PlainType>::Type ValueType; typedef
110 typedef std::iterator<std::random_access_iterator_tag,ValueType> BaseType;
410 template <typename ValueType, typename T>
413 template<typename ValueType>
414 struct TypeHelper<ValueType, bool> {
415 static bool Is(const ValueType& v) { return v.IsBool(); }
416 static bool Get(const ValueType& v) { return v.GetBool(); }
417 static ValueType& Set(ValueType& v, bool data) { return v.SetBool(data); }
418 …static ValueType& Set(ValueType& v, bool data, typename ValueType::AllocatorType&) { return v.SetB…
421 template<typename ValueType>
[all …]
H A Dschema.h127 template <typename ValueType, typename Allocator>
264 typedef typename SchemaType::ValueType ValueType; typedef
265 typedef typename ValueType::Ch Ch;
340 typedef typename SchemaDocumentType::ValueType ValueType; typedef
343 typedef typename ValueType::EncodingType EncodingType;
348 friend class GenericSchemaDocument<ValueType, AllocatorType>;
350 …maDocumentType* schemaDocument, const PointerType& p, const ValueType& value, const ValueType& doc… in Schema()
382 typedef typename SchemaDocumentType::ValueType ValueType; in Schema() typedef
383 typedef typename ValueType::ConstValueIterator ConstValueIterator; in Schema()
384 typedef typename ValueType::ConstMemberIterator ConstMemberIterator; in Schema()
[all …]
H A Dfwd.h125 template <typename ValueType, typename Allocator>
/OK3568_Linux_fs/external/rkupdate/
H A DProperty.hpp40 template<typename Container, typename ValueType, int nPropType>
56 void setter(void (Container::*pSet)(ValueType value)) in setter()
64 void getter(ValueType (Container::*pGet)()) in getter()
72 ValueType operator =(const ValueType& value) in operator =()
81 operator ValueType() in operator ValueType()
90 void (Container::*Set)(ValueType value);//-- Pointer to set member function --
91 ValueType (Container::*Get)();//-- Pointer to get member function --
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/range/detail/
H A Dmsvc_has_iterator_workaround.hpp45 class ValueType /*= typename deduced<iterator_value_type<T> >::type*/
90 template<class Traversal, class T, class Reference, class DifferenceType, class ValueType>
91 …has_iterator< ::boost::type_erasure::iterator<Traversal, T, Reference, DifferenceType, ValueType> >
95 template<class Traversal, class T, class Reference, class DifferenceType, class ValueType>
96 …terator< ::boost::type_erasure::iterator<Traversal, T, Reference, DifferenceType, ValueType> const>
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dany35 template <class ValueType>
36 any(ValueType&& value);
44 template <class ValueType>
45 any& operator=(ValueType&& rhs);
48 template <class ValueType, class... Args>
49 decay_t<ValueType>& emplace(Args&&... args);
50 template <class ValueType, class U, class... Args>
51 decay_t<ValueType>& emplace(initializer_list<U>, Args&&...);
68 template<class ValueType>
69 ValueType any_cast(const any& operand);
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dany35 template <class ValueType>
36 any(ValueType&& value);
44 template <class ValueType>
45 any& operator=(ValueType&& rhs);
48 template <class ValueType, class... Args>
49 decay_t<ValueType>& emplace(Args&&... args);
50 template <class ValueType, class U, class... Args>
51 decay_t<ValueType>& emplace(initializer_list<U>, Args&&...);
68 template<class ValueType>
69 ValueType any_cast(const any& operand);
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dtype.hpp58 struct ValueType { struct
59 constexpr ValueType() {}; in ValueType() argument
61 bool operator==(const ValueType&) const { return true; } in operator ==() argument
75 constexpr ValueType Value;
89 ValueType,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/vector-tile/1.0.2/include/mapbox/
H A Dvector_tile.hpp102 case ValueType::STRING: in parseValue()
105 case ValueType::FLOAT: in parseValue()
108 case ValueType::DOUBLE: in parseValue()
111 case ValueType::INT: in parseValue()
114 case ValueType::UINT: in parseValue()
117 case ValueType::SINT: in parseValue()
120 case ValueType::BOOL: in parseValue()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iterator/
H A Diterator_concepts.hpp62 … , typename ValueType = BOOST_DEDUCED_TYPENAME boost::detail::iterator_traits<Iterator>::value_type
72 ValueType v;
78 … , typename ValueType = BOOST_DEDUCED_TYPENAME boost::detail::iterator_traits<Iterator>::value_type
80 struct WritableIteratorConcept : WritableIterator<Iterator,ValueType> {};
H A Diterator_facade.hpp382 template <class ValueType, class Reference>
388 boost::is_POD<ValueType>
389 , iterator_writability_disabled<ValueType,Reference>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dcheck_subtype.cpp25 [&] (const ValueType&) -> optional<std::string> { in checkSubtype() argument
26 if (t.is<ValueType>()) return {}; in checkSubtype()
H A Dlength.cpp57 if (!type.is<type::Array>() && !type.is<type::StringType>() && !type.is<type::ValueType>()) { in parse()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/
H A Dfeatures2d.hpp781 typedef T ValueType; typedef
786 return normL2Sqr<ValueType, ResultType>(a, b, size); in operator ()()
797 typedef T ValueType; typedef
802 return (ResultType)std::sqrt((double)normL2Sqr<ValueType, ResultType>(a, b, size)); in operator ()()
813 typedef T ValueType; typedef
818 return normL1<ValueType, ResultType>(a, b, size); in operator ()()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/
H A Dfeatures2d.hpp781 typedef T ValueType; typedef
786 return normL2Sqr<ValueType, ResultType>(a, b, size); in operator ()()
797 typedef T ValueType; typedef
802 return (ResultType)std::sqrt((double)normL2Sqr<ValueType, ResultType>(a, b, size)); in operator ()()
813 typedef T ValueType; typedef
818 return normL1<ValueType, ResultType>(a, b, size); in operator ()()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/
H A Dfeatures2d.hpp781 typedef T ValueType; typedef
786 return normL2Sqr<ValueType, ResultType>(a, b, size); in operator ()()
797 typedef T ValueType; typedef
802 return (ResultType)std::sqrt((double)normL2Sqr<ValueType, ResultType>(a, b, size)); in operator ()()
813 typedef T ValueType; typedef
818 return normL1<ValueType, ResultType>(a, b, size); in operator ()()
/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 Dcoretypes.h355 template <typename ValueType>
359 const ValueType value; /* the value of the name */
/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 Dcoretypes.h355 template <typename ValueType>
359 const ValueType value; /* the value of the name */
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/vector-tile/1.0.2/include/mapbox/vector_tile/
H A Dvector_tile_config.hpp32 enum ValueType : std::uint32_t enum
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Dattributes_fwd.hpp218 template <typename Container, typename ValueType, typename Attribute
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dattribute.hpp56 using ValueType = T; typedef in mbgl::gl::Attribute
/OK3568_Linux_fs/buildroot/package/mtp/
H A D0001-Fix-compile-error.patch94 - typedef bool ValueType;

12