| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/ |
| H A D | unique_any.hpp | 57 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 D | pass_container.hpp | 30 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 D | pointer.h | 80 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 { 401 …ValueType& 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 D | document.h | 109 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 D | schema.h | 127 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 D | fwd.h | 125 template <typename ValueType, typename Allocator>
|
| /OK3568_Linux_fs/external/rkupdate/ |
| H A D | Property.hpp | 40 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 D | msvc_has_iterator_workaround.hpp | 45 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 D | any | 35 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 D | any | 35 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 D | type.hpp | 58 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 D | vector_tile.hpp | 102 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 D | iterator_concepts.hpp | 62 … , 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 D | iterator_facade.hpp | 382 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 D | check_subtype.cpp | 25 [&] (const ValueType&) -> optional<std::string> { in checkSubtype() argument 26 if (t.is<ValueType>()) return {}; in checkSubtype()
|
| H A D | length.cpp | 57 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 D | features2d.hpp | 781 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 D | features2d.hpp | 781 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 D | features2d.hpp | 781 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 D | coretypes.h | 355 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 D | coretypes.h | 355 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 D | vector_tile_config.hpp | 32 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 D | attributes_fwd.hpp | 218 template <typename Container, typename ValueType, typename Attribute
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/ |
| H A D | attribute.hpp | 56 using ValueType = T; typedef in mbgl::gl::Attribute
|
| /OK3568_Linux_fs/buildroot/package/mtp/ |
| H A D | 0001-Fix-compile-error.patch | 94 - typedef bool ValueType;
|