| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/ |
| H A D | tuples.hpp | 25 template <typename Tuple, typename El, size_t N> 28 template <typename Tuple, typename El, size_t N, typename CurrentEl> 31 static const size_t value = find_index<Tuple, El, N - 1>::value; 34 template <typename Tuple, typename El, size_t N> 35 struct find_index_impl<Tuple, El, N, El> 40 template <typename Tuple, typename El, typename CurrentEl> 41 struct find_index_impl<Tuple, El, 1, CurrentEl> 49 template <typename Tuple, typename El> 50 struct find_index_impl<Tuple, El, 1, El> 55 template <typename Tuple, typename El, size_t N> [all …]
|
| H A D | predicates.hpp | 744 template <typename Tuple, unsigned N> 748 predicates_is_distance<typename boost::tuples::element<N-1, Tuple>::type>::value 749 + predicates_count_distance_tuple<Tuple, N-1>::value; 752 template <typename Tuple> 753 struct predicates_count_distance_tuple<Tuple, 1> 756 predicates_is_distance<typename boost::tuples::element<0, Tuple>::type>::value; 792 template <typename Tuple, unsigned N> 795 static const bool is_found = predicates_find_distance_tuple<Tuple, N-1>::is_found 796 … || predicates_is_distance<typename boost::tuples::element<N-1, Tuple>::type>::value; 798 static const unsigned value = predicates_find_distance_tuple<Tuple, N-1>::is_found ? [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/ |
| H A D | equal_to.hpp | 54 template <typename Tuple, size_t I, size_t N> 57 inline static bool apply(Tuple const& t1, Tuple const& t2) in apply() 59 typedef typename boost::tuples::element<I, Tuple>::type T; in apply() 62 && tuple_equals<Tuple, I+1, N>::apply(t1, t2); in apply() 66 template <typename Tuple, size_t I> 67 struct tuple_equals<Tuple, I, I> 69 inline static bool apply(Tuple const&, Tuple const&) in apply() 178 template <typename Tuple, size_t I, size_t N> 181 inline static bool apply(Tuple const& t1, Tuple const& t2) in apply() 183 typedef typename std::tuple_element<I, Tuple>::type T; in apply() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/ |
| H A D | properties.hpp | 128 using Tuple = IndexedTuple<PropertyTypes, TypeList>; typedef in mbgl::style::Properties 130 class Evaluated : public Tuple<EvaluatedTypes> { 134 : Tuple<EvaluatedTypes>(std::forward<Us>(us)...) { in Evaluated() 138 class PossiblyEvaluated : public Tuple<PossiblyEvaluatedTypes> { 142 : Tuple<PossiblyEvaluatedTypes>(std::forward<Us>(us)...) { in PossiblyEvaluated() 174 class Unevaluated : public Tuple<UnevaluatedTypes> { 178 : Tuple<UnevaluatedTypes>(std::forward<Us>(us)...) { in Unevaluated() 208 class Transitionable : public Tuple<TransitionableTypes> { 212 : Tuple<TransitionableTypes>(std::forward<Us>(us)...) { in Transitionable()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/ |
| H A D | variadic_templates_tools.hpp | 84 template<int I, typename Tuple> 99 template<int I, typename Tuple>
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/relate/ |
| H A D | result.hpp | 560 template <typename Tuple, 562 int N = boost::tuples::length<Tuple>::value> 566 current = matrix_width<typename boost::tuples::element<I, Tuple>::type>::value; 568 next = matrix_width_tuple<Tuple, I+1>::value; 574 template <typename Tuple, int N> 575 struct matrix_width_tuple<Tuple, N, N>
|
| /OK3568_Linux_fs/kernel/drivers/staging/clocking-wizard/ |
| H A D | dt-binding.txt | 14 - clock-names: Tuple containing 'clk_in1' and 's_axi_aclk'
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/serial/ |
| H A D | cdns,uart.txt | 11 - clock-names: Tuple to identify input clocks, must contain "uart_clk" and "pclk"
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/tuple/detail/ |
| H A D | tuple_basic.hpp | 97 template<class Tuple> 100 apply<Tuple> next; 102 static const type& call(const Tuple& tup) { in call() 110 template<class Tuple> 112 typedef Tuple type; 113 static const type& call(const Tuple& tup) { in call()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/ |
| H A D | atmel-classd.txt | 15 Tuple listing input clock names.
|
| /OK3568_Linux_fs/kernel/tools/testing/kunit/ |
| H A D | kunit_parser.py | 15 from typing import List, Optional, Tuple 314 def print_and_count_results(test_result: TestResult) -> Tuple[int, int, int]:
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/ |
| H A D | macb.txt | 25 - clock-names: Tuple listing input clock names.
|
| /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/tr1/ |
| H A D | array | 215 // Tuple interface to class template array [6.2.2.5].
|
| /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/tr1/ |
| H A D | array | 215 // Tuple interface to class template array [6.2.2.5].
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | tuple | 81 template <class F, class Tuple> 82 constexpr decltype(auto) apply(F&& f, Tuple&& t); // C++17 83 template <class T, class Tuple> 84 constexpr T make_from_tuple(Tuple&& t); // C++17
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | tuple | 81 template <class F, class Tuple> 82 constexpr decltype(auto) apply(F&& f, Tuple&& t); // C++17 83 template <class T, class Tuple> 84 constexpr T make_from_tuple(Tuple&& t); // C++17
|
| /OK3568_Linux_fs/buildroot/package/python-aiohttp/ |
| H A D | 0001-Bump-async-timeout-version-for-aiohttp-3.8-5299.patch | 90 ) -> Tuple[asyncio.Transport, ResponseHandler]:
|
| /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/debug/ |
| H A D | array | 386 // Tuple interface to class template array.
|
| /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/debug/ |
| H A D | array | 386 // Tuple interface to class template array.
|
| /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/ |
| H A D | array | 415 // Tuple interface to class template array.
|
| H A D | tuple | 1173 // Tuple assignment.
|
| /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/ |
| H A D | array | 415 // Tuple interface to class template array.
|
| H A D | tuple | 1173 // Tuple assignment.
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/aquantia/ |
| H A D | atlantic.rst | 263 3. 8 L3/L4 5-Tuple rules
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gccint.info | 88 * GIMPLE:: Tuple representation used by Tree SSA optimizers 12769 * Tuple representation:: 12776 * Tuple specific accessors:: 12783 File: gccint.info, Node: Tuple representation, Next: Class hierarchy of GIMPLE statements, Up: G… 12785 12.1 Tuple representation 12956 …ass hierarchy of GIMPLE statements, Next: GIMPLE instruction set, Prev: Tuple representation, U… 13472 File: gccint.info, Node: Manipulating GIMPLE statements, Next: Tuple specific accessors, Prev: O… 13621 File: gccint.info, Node: Tuple specific accessors, Next: GIMPLE sequences, Prev: Manipulating GI… 13623 12.8 Tuple specific accessors 13659 File: gccint.info, Node: 'GIMPLE_ASM', Next: 'GIMPLE_ASSIGN', Up: Tuple specific accessors [all …]
|