Home
last modified time | relevance | path

Searched refs:Begin (Results 1 – 25 of 52) sorted by relevance

123

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/detail/
H A Dfinder.hpp55 ForwardIteratorT Begin, in operator ()()
62 for(input_iterator_type OuterIt=Begin; in operator ()()
122 ForwardIteratorT Begin, in operator ()()
133 return findit( Begin, End, category() ); in operator ()()
141 ForwardIteratorT Begin, in findit()
150 result_type M=first_finder( Begin, End ); in findit()
166 ForwardIteratorT Begin, in findit()
175 OuterIt!=Begin; ) in findit()
242 ForwardIteratorT Begin, in operator ()()
247 return find_forward(Begin, End, m_Nth); in operator ()()
[all …]
H A Dsequence.hpp32 ForwardIteratorT Begin, in insert() argument
35 Input.insert( At, Begin, End ); in insert()
74 ForwardIteratorT Begin, in operator ()()
78 ForwardIteratorT InsertIt=Begin; in operator ()()
110 ForwardIteratorT Begin, in operator ()()
114 if ( Begin!=End ) in operator ()()
118 Input.insert( At, Begin, End ); in operator ()()
122 Input.insert( Input.begin(), Begin, End ); in operator ()()
137 ForwardIteratorT Begin, in operator ()()
144 Input, From, To, Begin, End ); in operator ()()
[all …]
H A Dpredicate.hpp28 ForwardIterator1T Begin, in ends_with_iter_select() argument
37 for(;it!=Begin && pit!=SubBegin;) in ends_with_iter_select()
51 ForwardIterator1T Begin, in ends_with_iter_select() argument
67 Comp)(Begin, End); in ends_with_iter_select()
H A Dfind_iterator.hpp58 input_iterator_type Begin, in do_find() argument
63 return m_Finder(Begin,End); in do_find()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/support/detail/
H A Dsegmented_fold_until_impl.hpp82 typename Begin
92 typename Begin
97 , bool IsDone = result_of::equal_to<Begin, End>::type::value
222 …template <typename Begin, typename End, typename State, typename Context, typename Fun, bool IsEmp…
227 push_context<Begin, End, Context>
238 typename result_of::deref<Begin>::type
253 typename result_of::next<Begin>::type
278 static type call(Begin const& beg, End const& end, State const& state in call()
285 static type call(Begin const& beg, End const& end, State const& state in call()
301 static type call(Begin const& beg, End const& end, State const& state in call()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/
H A Dfind_iterator.hpp95 IteratorT Begin, in find_iterator() argument
99 m_Match(Begin,Begin), in find_iterator()
258 IteratorT Begin, in split_iterator() argument
262 m_Match(Begin,Begin), in split_iterator()
263 m_Next(Begin), in split_iterator()
268 if(Begin!=End) in split_iterator()
H A Dfinder.hpp239 ForwardIteratorT Begin, in range_finder() argument
242 return detail::range_finderF<ForwardIteratorT>( Begin, End ); in range_finder()
/OK3568_Linux_fs/kernel/Documentation/firmware-guide/acpi/
H A Dmethod-tracing.rst85 …[ 0.186427] exdebug-0398 ex_trace_point : Method Begin [0xf58394d8:\_SB.PCI0.LPCB.ECOK…
86 [ 0.186630] exdebug-0398 ex_trace_point : Opcode Begin [0xf5905c88:If] execution.
87 [ 0.186820] exdebug-0398 ex_trace_point : Opcode Begin [0xf5905cc0:LEqual] execution.
88 …[ 0.187010] exdebug-0398 ex_trace_point : Opcode Begin [0xf5905a20:-NamePath-] executi…
90 [ 0.187407] exdebug-0398 ex_trace_point : Opcode Begin [0xf5905f60:One] execution.
93 [ 0.187980] exdebug-0398 ex_trace_point : Opcode Begin [0xf5905cc0:Return] execution.
94 [ 0.188146] exdebug-0398 ex_trace_point : Opcode Begin [0xf5905f60:One] execution.
/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtwebengine/chromium/
H A D0008-chromium-Move-CharAllocator-definition-to-a-header-f.patch62 - DCHECK_GE(position, Begin());
73 - DCHECK_GE(*position, Begin());
83 - size_t position_offset = *position - Begin();
109 - char* Begin() const { return data.get(); }
338 + DCHECK_GE(position, Begin());
349 + DCHECK_GE(*position, Begin());
359 + size_t position_offset = *position - Begin();
385 + char* Begin() const { return data.get(); }
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/iterator_range/detail/
H A Dsegmented_iterator_range.hpp530 template <typename Begin, typename End>
533 typedef reverse_cons<typename Begin::context_type> reverse_begin_cons;
546 static type call(Begin const& begin, End const& end) in call()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/range/
H A Diterator_range_core.hpp214 iterator_range_base(Iterator Begin, Iterator End) in iterator_range_base() argument
215 : m_Begin(Begin) in iterator_range_base()
759 make_iterator_range( IteratorT Begin, IteratorT End ) in make_iterator_range() argument
761 return iterator_range<IteratorT>( Begin, End ); in make_iterator_range()
/OK3568_Linux_fs/buildroot/package/util-linux/
H A D0002-libblkid-don-t-mark-cache-as-probed-if-sys-not-available.patch76 DBG(PROBE, ul_debug("Begin blkid_probe_all()"));
89 DBG(PROBE, ul_debug("Begin blkid_probe_all_new()"));
H A DConfig.in188 Begin a session on the system
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dschema.h394 for (ConstValueIterator itr = v->Begin(); itr != v->End(); ++itr) in Schema()
401 for (ConstValueIterator itr = v->Begin(); itr != v->End(); ++itr) { in Schema()
437 for (ConstValueIterator itr = required->Begin(); itr != required->End(); ++itr) in Schema()
445 for (ConstValueIterator i = itr->value.Begin(); i != itr->value.End(); ++i) in Schema()
484 for (ConstValueIterator itr = required->Begin(); itr != required->End(); ++itr) in Schema()
502 …for (ConstValueIterator targetItr = itr->value.Begin(); targetItr != itr->value.End(); ++targetItr… in Schema()
536 for (ConstValueIterator itr = v->Begin(); itr != v->End(); ++itr, index++) in Schema()
959 for (typename V1::ConstValueIterator itr = a.Begin(); itr != a.End(); ++itr) in AddUniqueElement()
1866 … for (typename HashCodeArray::ConstValueIterator itr = a->Begin(); itr != a->End(); ++itr)
H A Ddocument.h1505 ValueIterator Begin() { RAPIDJSON_ASSERT(IsArray()); return GetElementsPointer(); }
1511 ConstValueIterator Begin() const { return const_cast<GenericValue&>(*this).Begin(); }
1626 RAPIDJSON_ASSERT(first >= Begin());
1629 ValueIterator pos = Begin() + (first - Begin());
1789 for (const GenericValue* v = Begin(); v != End(); ++v)
2462 ValueIterator Begin() const { return value_.Begin(); }
2476 ValueIterator begin() const { return value_.Begin(); }
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/
H A DCVE-2022-44792-CVE-2022-44793.patch95 +# Begin test
/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 Dstab.def41 /* Begin function marker. */
163 /* Begin named common block. Only the name is significant. */
/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 Dstab.def41 /* Begin function marker. */
163 /* Begin named common block. Only the name is significant. */
/OK3568_Linux_fs/external/rknpu2/doc/
H A DRKNN_Dynamic_Shape_Usage.md138 printf("Begin perf ...\n");
/OK3568_Linux_fs/kernel/Documentation/driver-api/mmc/
H A Dmmc-async-req.rst82 * Begin to prepare DMA while cmd is being processed by MMC.
/OK3568_Linux_fs/kernel/arch/arc/kernel/
H A Dentry-arcv2.S46 # Begin Interrupt Vectors
/OK3568_Linux_fs/kernel/Documentation/accounting/
H A Dtaskstats-struct.rst79 __u32 ac_btime; /* Begin time [sec since 1970] */
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/atm/
H A Diphase.rst11 Read This Before You Begin!
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/xorg-app/xterm/
H A DCVE-2022-45063.patch296 - TRACE(("Begin Cgs - xtermLoadFont(%s)\n", myfonts.f_n));
297 + TRACE(("Begin Cgs - xtermLoadFont(%s)\n", new_fnames.f_n));
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dstab.def157 /* Begin named common block. Only the name is significant. */

123