OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_M_end
(Results
26 - 38
of
38
) sorted by null
1
2
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_compiler.h
105
: _M_current(__begin) ,
_M_end
(__end) , _M_flags(__flags),
146
_IteratorT
_M_end
;
159
if (_M_current ==
_M_end
)
267
while (_M_current !=
_M_end
313
if (_M_current ==
_M_end
)
367
if (_M_current ==
_M_end
)
426
if (_M_current ==
_M_end
)
435
if (_M_current ==
_M_end
)
475
if (_M_current ==
_M_end
)
478
_M_current !=
_M_end
&& *_M_current != _M_ctype.widen(':')
[
all
...]
regex_grep_matcher.h
81
__sm.first = __sm.second = __cursor.
_M_end
();
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
regex_compiler.h
110
: _M_current(__begin) ,
_M_end
(__end) , _M_flags(__flags),
150
_IteratorT
_M_end
;
163
if (_M_current ==
_M_end
)
271
while (_M_current !=
_M_end
317
if (_M_current ==
_M_end
)
371
if (_M_current ==
_M_end
)
430
if (_M_current ==
_M_end
)
439
if (_M_current ==
_M_end
)
479
if (_M_current ==
_M_end
)
482
_M_current !=
_M_end
&& *_M_current != _M_ctype.widen(':')
[
all
...]
stl_tree.h
512
_M_end
()
516
_M_end
() const
659
_M_root() = _M_copy(__x._M_begin(),
_M_end
());
858
_M_leftmost() =
_M_end
();
860
_M_rightmost() =
_M_end
();
876
{ return _M_lower_bound(_M_begin(),
_M_end
(), __k); }
880
{ return _M_lower_bound(_M_begin(),
_M_end
(), __k); }
884
{ return _M_upper_bound(_M_begin(),
_M_end
(), __k); }
888
{ return _M_upper_bound(_M_begin(),
_M_end
(), __k); }
969
_M_root()->_M_parent =
_M_end
();
[
all
...]
regex_grep_matcher.h
87
__sm.first = __sm.second = __cursor.
_M_end
();
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex_grep_matcher.h
81
__sm.first = __sm.second = __cursor.
_M_end
();
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
regex_grep_matcher.h
81
__sm.first = __sm.second = __cursor.
_M_end
();
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_grep_matcher.h
81
__sm.first = __sm.second = __cursor.
_M_end
();
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_grep_matcher.h
81
__sm.first = __sm.second = __cursor.
_M_end
();
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_grep_matcher.h
81
__sm.first = __sm.second = __cursor.
_M_end
();
/external/stlport/src/
allocators.cpp
258
char*
_M_end
; // pointer to end of free memory
549
__add_atomic_t __bytes_left = __block->
_M_end
- __buf_start;
572
__newblock->
_M_end
= __block->
_M_end
;
616
__newblock->
_M_end
= __REINTERPRET_CAST(char*, __p) + __i;
646
__freeblock->
_M_end
= __result + __bytes_to_get;
[
all
...]
/ndk/sources/cxx-stl/stlport/src/
allocators.cpp
258
char*
_M_end
; // pointer to end of free memory
549
__add_atomic_t __bytes_left = __block->
_M_end
- __buf_start;
572
__newblock->
_M_end
= __block->
_M_end
;
616
__newblock->
_M_end
= __REINTERPRET_CAST(char*, __p) + __i;
646
__freeblock->
_M_end
= __result + __bytes_to_get;
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
multiway_merge.h
80
_RAIter
_M_end
;
92
: _M_current(__begin),
_M_end
(__end), __comp(__comp)
123
if (__bi1._M_current == __bi1.
_M_end
) // __bi1 is sup
124
return __bi2._M_current == __bi2.
_M_end
; // __bi2 is not sup
125
if (__bi2._M_current == __bi2.
_M_end
) // __bi2 is sup
138
if (__bi2._M_current == __bi2.
_M_end
) // __bi1 is sup
139
return __bi1._M_current != __bi1.
_M_end
; // __bi2 is not sup
140
if (__bi1._M_current == __bi1.
_M_end
) // __bi2 is sup
[
all
...]
Completed in 383 milliseconds
1
2