Home
last modified time | relevance | path

Searched refs:SectionT (Results 1 – 21 of 21) sorted by relevance

/dports/security/keybase/client-v5.7.1/shared/common-adapters/
H A Dsection-list.d.ts25 type ItemTFromSectionT<SectionT> = SectionT extends Section<infer ItemT, infer _ExtraT> ? ItemT : S…
26 type ExtraTFromSectionT<SectionT> = SectionT extends Section<infer _ItemT, infer ExtraT> ? ExtraT :…
30 export type Props<SectionT extends Section<any, any>> = {
34 sections: ReadonlyArray<SectionT>
40 renderItem?: SectionListRenderItem<ItemTFromSectionT<SectionT>, ExtraTFromSectionT<SectionT>>
45 renderSectionHeader?: (info: {section: SectionT}) => React.ReactElement | null
65 keyExtractor?: (item: ItemTFromSectionT<SectionT>, index: number) => React.Key
92 sectionKeyExtractor?: (section: SectionT, sectionIndex: number) => React.Key
127 item: ItemTFromSectionT<SectionT>,
133 onSectionChange?: (section: SectionT) => void
/dports/devel/boost-docs/boost_1_72_0/boost/log/utility/setup/
H A Dsettings.hpp49 template< typename SectionT, bool IsConstV >
52 template< typename SectionT >
53 struct basic_settings_section_iterator_base< SectionT, true >
60 SectionT,
62 const SectionT
66 template< typename SectionT >
67 struct basic_settings_section_iterator_base< SectionT, false >
70 typedef typename SectionT::property_tree_type::iterator base_iterator_type;
74 SectionT,
76 SectionT
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/log/utility/setup/
H A Dsettings.hpp49 template< typename SectionT, bool IsConstV >
52 template< typename SectionT >
53 struct basic_settings_section_iterator_base< SectionT, true >
60 SectionT,
62 const SectionT
66 template< typename SectionT >
67 struct basic_settings_section_iterator_base< SectionT, false >
70 typedef typename SectionT::property_tree_type::iterator base_iterator_type;
74 SectionT,
76 SectionT
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/log/utility/setup/
H A Dsettings.hpp49 template< typename SectionT, bool IsConstV >
52 template< typename SectionT >
53 struct basic_settings_section_iterator_base< SectionT, true >
60 SectionT,
62 const SectionT
66 template< typename SectionT >
67 struct basic_settings_section_iterator_base< SectionT, false >
70 typedef typename SectionT::property_tree_type::iterator base_iterator_type;
74 SectionT,
76 SectionT
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/log/utility/setup/
H A Dsettings.hpp49 template< typename SectionT, bool IsConstV >
52 template< typename SectionT >
53 struct basic_settings_section_iterator_base< SectionT, true >
60 SectionT,
62 const SectionT
66 template< typename SectionT >
67 struct basic_settings_section_iterator_base< SectionT, false >
70 typedef typename SectionT::property_tree_type::iterator base_iterator_type;
74 SectionT,
76 SectionT
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/log/utility/setup/
H A Dsettings.hpp49 template< typename SectionT, bool IsConstV >
52 template< typename SectionT >
53 struct basic_settings_section_iterator_base< SectionT, true >
60 SectionT,
62 const SectionT
66 template< typename SectionT >
67 struct basic_settings_section_iterator_base< SectionT, false >
70 typedef typename SectionT::property_tree_type::iterator base_iterator_type;
74 SectionT,
76 SectionT
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/log/utility/setup/
H A Dsettings.hpp49 template< typename SectionT, bool IsConstV >
52 template< typename SectionT >
53 struct basic_settings_section_iterator_base< SectionT, true >
60 SectionT,
62 const SectionT
66 template< typename SectionT >
67 struct basic_settings_section_iterator_base< SectionT, false >
70 typedef typename SectionT::property_tree_type::iterator base_iterator_type;
74 SectionT,
76 SectionT
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/log/utility/setup/
H A Dsettings.hpp49 template< typename SectionT, bool IsConstV >
52 template< typename SectionT >
53 struct basic_settings_section_iterator_base< SectionT, true >
60 SectionT,
62 const SectionT
66 template< typename SectionT >
67 struct basic_settings_section_iterator_base< SectionT, false >
70 typedef typename SectionT::property_tree_type::iterator base_iterator_type;
74 SectionT,
76 SectionT
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/log/utility/setup/
H A Dsettings.hpp49 template< typename SectionT, bool IsConstV >
52 template< typename SectionT >
53 struct basic_settings_section_iterator_base< SectionT, true >
60 SectionT,
62 const SectionT
66 template< typename SectionT >
67 struct basic_settings_section_iterator_base< SectionT, false >
70 typedef typename SectionT::property_tree_type::iterator base_iterator_type;
74 SectionT,
76 SectionT
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/log/utility/setup/
H A Dsettings.hpp49 template< typename SectionT, bool IsConstV >
52 template< typename SectionT >
53 struct basic_settings_section_iterator_base< SectionT, true >
60 SectionT,
62 const SectionT
66 template< typename SectionT >
67 struct basic_settings_section_iterator_base< SectionT, false >
70 typedef typename SectionT::property_tree_type::iterator base_iterator_type;
74 SectionT,
76 SectionT
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/log/utility/setup/
H A Dsettings.hpp49 template< typename SectionT, bool IsConstV >
52 template< typename SectionT >
53 struct basic_settings_section_iterator_base< SectionT, true >
60 SectionT,
62 const SectionT
66 template< typename SectionT >
67 struct basic_settings_section_iterator_base< SectionT, false >
70 typedef typename SectionT::property_tree_type::iterator base_iterator_type;
74 SectionT,
76 SectionT
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/log/utility/setup/
H A Dsettings.hpp49 template< typename SectionT, bool IsConstV >
52 template< typename SectionT >
53 struct basic_settings_section_iterator_base< SectionT, true >
60 SectionT,
62 const SectionT
66 template< typename SectionT >
67 struct basic_settings_section_iterator_base< SectionT, false >
70 typedef typename SectionT::property_tree_type::iterator base_iterator_type;
74 SectionT,
76 SectionT
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/log/utility/setup/
H A Dsettings.hpp49 template< typename SectionT, bool IsConstV >
52 template< typename SectionT >
53 struct basic_settings_section_iterator_base< SectionT, true >
60 SectionT,
62 const SectionT
66 template< typename SectionT >
67 struct basic_settings_section_iterator_base< SectionT, false >
70 typedef typename SectionT::property_tree_type::iterator base_iterator_type;
74 SectionT,
76 SectionT
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/log/utility/setup/
H A Dsettings.hpp49 template< typename SectionT, bool IsConstV >
52 template< typename SectionT >
53 struct basic_settings_section_iterator_base< SectionT, true >
60 SectionT,
62 const SectionT
66 template< typename SectionT >
67 struct basic_settings_section_iterator_base< SectionT, false >
70 typedef typename SectionT::property_tree_type::iterator base_iterator_type;
74 SectionT,
76 SectionT
[all …]
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/lib/GenXCodeGen/
H A DGenXUtil.h607 struct SectionT { struct
614 using SectionSeq = std::vector<SectionT>; argument
642 [&Key](const SectionT &S) { return S.Key == Key; }), in append()
644 SectionT Section; in append()
661 [&Key](const SectionT &S) { return S.Key == Key; }); in getSectionInfo()
/dports/cad/opencascade/opencascade-7.6.0/src/IGESData/
H A DIGESData_IGESWriter.hxx105 Standard_EXPORT void SectionT();
H A DIGESData_IGESWriter.cxx168 SectionT(); in SendModel()
206 void IGESData_IGESWriter::SectionT () in SectionT() function in IGESData_IGESWriter
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DIGESData_IGESWriter.hxx105 Standard_EXPORT void SectionT();
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DIGESData_IGESWriter.hxx107 Standard_EXPORT void SectionT();
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/offline_compiler/
H A Docloc_api_tests.cpp295 using SectionT = std::remove_reference_t<decltype(*elf.sectionHeaders.begin())>; in TEST() typedef
296 const SectionT *sourceSection, *headerASection, *headerBSection; in TEST()
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/
H A Dsymbols_mangled_win.dat20275 ?SectionT@IGESData_IGESWriter@@QEAAXXZ