HomeSort by relevance Sort by last modified time
    Searched refs:_M_pos (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/stlport/stlport/stl/
char_traits.h 89 fpos(streamoff __pos) : _M_pos(__pos), _M_st(_STLP_NULL_CHAR_INIT(_StateT)) {}
90 fpos() : _M_pos(0), _M_st(_STLP_NULL_CHAR_INIT(_StateT)) {}
92 operator streamoff() const { return _M_pos; }
95 { return _M_pos == __y._M_pos; }
97 { return _M_pos != __y._M_pos; }
100 _M_pos += __off;
104 _M_pos -= __off;
123 streamoff _M_pos;
    [all...]
_rope.h 659 size_t _M_pos;
665 _M_pos(__p), _M_current_valid(false), _M_root(__r) {}
667 _M_pos(__x._M_pos), _M_current_valid(false), _M_root(__x._M_root) {}
673 : _M_pos(__p), _M_current(__c), _M_current_valid(true), _M_root(__r) {}
719 size_t _M_pos;
723 : _M_pos(__x._M_pos), _M_root(__x._M_root) {}
725 : _M_pos(__x._M_pos), _M_root(__x._M_root) {
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
char_traits.h 89 fpos(streamoff __pos) : _M_pos(__pos), _M_st(_STLP_NULL_CHAR_INIT(_StateT)) {}
90 fpos() : _M_pos(0), _M_st(_STLP_NULL_CHAR_INIT(_StateT)) {}
92 operator streamoff() const { return _M_pos; }
95 { return _M_pos == __y._M_pos; }
97 { return _M_pos != __y._M_pos; }
100 _M_pos += __off;
104 _M_pos -= __off;
123 streamoff _M_pos;
    [all...]
_rope.h 659 size_t _M_pos;
665 _M_pos(__p), _M_current_valid(false), _M_root(__r) {}
667 _M_pos(__x._M_pos), _M_current_valid(false), _M_root(__x._M_root) {}
673 : _M_pos(__p), _M_current(__c), _M_current_valid(true), _M_root(__r) {}
719 size_t _M_pos;
723 : _M_pos(__x._M_pos), _M_root(__x._M_root) {}
725 : _M_pos(__x._M_pos), _M_root(__x._M_root) {
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
char_traits.h 89 fpos(streamoff __pos) : _M_pos(__pos), _M_st(_STLP_NULL_CHAR_INIT(_StateT)) {}
90 fpos() : _M_pos(0), _M_st(_STLP_NULL_CHAR_INIT(_StateT)) {}
92 operator streamoff() const { return _M_pos; }
95 { return _M_pos == __y._M_pos; }
97 { return _M_pos != __y._M_pos; }
100 _M_pos += __off;
104 _M_pos -= __off;
123 streamoff _M_pos;
    [all...]
_rope.h 659 size_t _M_pos;
665 _M_pos(__p), _M_current_valid(false), _M_root(__r) {}
667 _M_pos(__x._M_pos), _M_current_valid(false), _M_root(__x._M_root) {}
673 : _M_pos(__p), _M_current(__c), _M_current_valid(true), _M_root(__r) {}
719 size_t _M_pos;
723 : _M_pos(__x._M_pos), _M_root(__x._M_root) {}
725 : _M_pos(__x._M_pos), _M_root(__x._M_root) {
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
char_traits.h 89 fpos(streamoff __pos) : _M_pos(__pos), _M_st(_STLP_NULL_CHAR_INIT(_StateT)) {}
90 fpos() : _M_pos(0), _M_st(_STLP_NULL_CHAR_INIT(_StateT)) {}
92 operator streamoff() const { return _M_pos; }
95 { return _M_pos == __y._M_pos; }
97 { return _M_pos != __y._M_pos; }
100 _M_pos += __off;
104 _M_pos -= __off;
123 streamoff _M_pos;
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
char_traits.h 89 fpos(streamoff __pos) : _M_pos(__pos), _M_st(_STLP_NULL_CHAR_INIT(_StateT)) {}
90 fpos() : _M_pos(0), _M_st(_STLP_NULL_CHAR_INIT(_StateT)) {}
92 operator streamoff() const { return _M_pos; }
95 { return _M_pos == __y._M_pos; }
97 { return _M_pos != __y._M_pos; }
100 _M_pos += __off;
104 _M_pos -= __off;
123 streamoff _M_pos;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
char_traits.h 89 fpos(streamoff __pos) : _M_pos(__pos), _M_st(_STLP_NULL_CHAR_INIT(_StateT)) {}
90 fpos() : _M_pos(0), _M_st(_STLP_NULL_CHAR_INIT(_StateT)) {}
92 operator streamoff() const { return _M_pos; }
95 { return _M_pos == __y._M_pos; }
97 { return _M_pos != __y._M_pos; }
100 _M_pos += __off;
104 _M_pos -= __off;
123 streamoff _M_pos;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
char_traits.h 89 fpos(streamoff __pos) : _M_pos(__pos), _M_st(_STLP_NULL_CHAR_INIT(_StateT)) {}
90 fpos() : _M_pos(0), _M_st(_STLP_NULL_CHAR_INIT(_StateT)) {}
92 operator streamoff() const { return _M_pos; }
95 { return _M_pos == __y._M_pos; }
97 { return _M_pos != __y._M_pos; }
100 _M_pos += __off;
104 _M_pos -= __off;
123 streamoff _M_pos;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
base.h 312 : _M_val(__val), _M_pos(__pos) { }
318 ++_M_pos;
325 { return _PseudoSequenceIterator(_M_pos++); }
337 { return _M_pos == __i2._M_pos; }
341 { return _M_pos != __i2._M_pos; }
345 { return _M_pos - __i2._M_pos; }
349 _DifferenceType _M_pos;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex_cursor.h 64 _M_pos() const
regex_grep_matcher.h 93 _M_results.at(__i).first = __c._M_pos();
95 _M_results.at(__i).second = __c._M_pos()+1;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
regex_cursor.h 64 _M_pos() const
regex_grep_matcher.h 93 _M_results.at(__i).first = __c._M_pos();
95 _M_results.at(__i).second = __c._M_pos()+1;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_cursor.h 64 _M_pos() const
regex_grep_matcher.h 93 _M_results.at(__i).first = __c._M_pos();
95 _M_results.at(__i).second = __c._M_pos()+1;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_cursor.h 64 _M_pos() const
regex_grep_matcher.h 93 _M_results.at(__i).first = __c._M_pos();
95 _M_results.at(__i).second = __c._M_pos()+1;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_cursor.h 64 _M_pos() const
regex_grep_matcher.h 93 _M_results.at(__i).first = __c._M_pos();
95 _M_results.at(__i).second = __c._M_pos()+1;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_cursor.h 64 _M_pos() const
regex_grep_matcher.h 93 _M_results.at(__i).first = __c._M_pos();
95 _M_results.at(__i).second = __c._M_pos()+1;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
regex_cursor.h 70 _M_pos() const
regex_grep_matcher.h 99 _M_results.at(__i).first = __c._M_pos();
101 _M_results.at(__i).second = __c._M_pos()+1;

Completed in 473 milliseconds

1 2 3