OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:forwardrange
(Results
1 - 3
of
3
) sorted by null
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/
iterator_range_core.hpp
53
template< class
ForwardRange
>
54
static IteratorT adl_begin(
ForwardRange
& r )
59
template< class
ForwardRange
>
60
static IteratorT adl_end(
ForwardRange
& r )
224
template< class
ForwardRange
>
225
iterator_range& operator=(
ForwardRange
& r )
232
template< class
ForwardRange
>
233
iterator_range& operator=( const
ForwardRange
& r )
386
template< class IteratorT, class
ForwardRange
>
387
inline bool operator==( const
ForwardRange
& l
[
all
...]
concepts.hpp
36
* following line checks that the type T models the
ForwardRange
44
* access. For example to check for a
ForwardRange
that can be written
294
//! Check if a type T models the
ForwardRange
range concept.
/external/chromium_org/third_party/WebKit/Source/core/editing/
SurroundingText.cpp
56
RefPtr<Range>
forwardRange
= forwardIterator.range();
57
if (!
forwardRange
|| !Range::create(*document, position,
forwardRange
->startPosition())->text().length()) {
58
ASSERT(
forwardRange
);
73
m_contentRange = Range::create(*document, backwardsRange->endPosition(),
forwardRange
->startPosition());
Completed in 636 milliseconds