HomeSort by relevance Sort by last modified time
    Searched full:__id (Results 1 - 25 of 165) sorted by null

1 2 3 4 5 6 7

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
regex_nfa.tcc 68 _M_dot(std::ostream& __ostr, _StateIdT __id) const
73 __ostr << __id << " [label=\"" << __id << "\\nALT\"];\n"
74 << __id << " -> " << _M_next
76 << __id << " -> " << _M_alt
80 __ostr << __id << " [label=\"" << __id << "\\nSBEGIN "
82 << __id << " -> " << _M_next << " [label=\"epsilon\"];\n";
85 __ostr << __id << " [label=\"" << __id << "\\nSEND
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
regex_nfa.tcc 68 _M_dot(std::ostream& __ostr, _StateIdT __id) const
73 __ostr << __id << " [label=\"" << __id << "\\nALT\"];\n"
74 << __id << " -> " << _M_next
76 << __id << " -> " << _M_alt
80 __ostr << __id << " [label=\"" << __id << "\\nSBEGIN "
82 << __id << " -> " << _M_next << " [label=\"epsilon\"];\n";
85 __ostr << __id << " [label=\"" << __id << "\\nSEND
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
regex_nfa.tcc 68 _M_dot(std::ostream& __ostr, _StateIdT __id) const
73 __ostr << __id << " [label=\"" << __id << "\\nALT\"];\n"
74 << __id << " -> " << _M_next
76 << __id << " -> " << _M_alt
80 __ostr << __id << " [label=\"" << __id << "\\nSBEGIN "
82 << __id << " -> " << _M_next << " [label=\"epsilon\"];\n";
85 __ostr << __id << " [label=\"" << __id << "\\nSEND
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_nfa.tcc 68 _M_dot(std::ostream& __ostr, _StateIdT __id) const
73 __ostr << __id << " [label=\"" << __id << "\\nALT\"];\n"
74 << __id << " -> " << _M_next
76 << __id << " -> " << _M_alt
80 __ostr << __id << " [label=\"" << __id << "\\nSBEGIN "
82 << __id << " -> " << _M_next << " [label=\"epsilon\"];\n";
85 __ostr << __id << " [label=\"" << __id << "\\nSEND
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_nfa.tcc 68 _M_dot(std::ostream& __ostr, _StateIdT __id) const
73 __ostr << __id << " [label=\"" << __id << "\\nALT\"];\n"
74 << __id << " -> " << _M_next
76 << __id << " -> " << _M_alt
80 __ostr << __id << " [label=\"" << __id << "\\nSBEGIN "
82 << __id << " -> " << _M_next << " [label=\"epsilon\"];\n";
85 __ostr << __id << " [label=\"" << __id << "\\nSEND
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_nfa.tcc 68 _M_dot(std::ostream& __ostr, _StateIdT __id) const
73 __ostr << __id << " [label=\"" << __id << "\\nALT\"];\n"
74 << __id << " -> " << _M_next
76 << __id << " -> " << _M_alt
80 __ostr << __id << " [label=\"" << __id << "\\nSBEGIN "
82 << __id << " -> " << _M_next << " [label=\"epsilon\"];\n";
85 __ostr << __id << " [label=\"" << __id << "\\nSEND
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_nfa.tcc 68 _M_dot(std::ostream& __ostr, _StateIdT __id) const
73 __ostr << __id << " [label=\"" << __id << "\\nALT\"];\n"
74 << __id << " -> " << _M_next
76 << __id << " -> " << _M_alt
80 __ostr << __id << " [label=\"" << __id << "\\nSBEGIN "
82 << __id << " -> " << _M_next << " [label=\"epsilon\"];\n";
85 __ostr << __id << " [label=\"" << __id << "\\nSEND
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
regex_nfa.tcc 68 _M_dot(std::ostream& __ostr, _StateIdT __id) const
73 __ostr << __id << " [label=\"" << __id << "\\nALT\"];\n"
74 << __id << " -> " << _M_next
76 << __id << " -> " << _M_alt
80 __ostr << __id << " [label=\"" << __id << "\\nSBEGIN "
82 << __id << " -> " << _M_next << " [label=\"epsilon\"];\n";
85 __ostr << __id << " [label=\"" << __id << "\\nSEND
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex_automaton.tcc 70 _State_base::_M_dot(std::ostream& __ostr, _StateIdT __id) const
75 __ostr << __id << " [label=\"" << __id << "\\nALT\"];\n"
76 << __id << " -> " << _M_next
78 << __id << " -> " << _M_alt
82 __ostr << __id << " [label=\"" << __id << "\\nBACKREF "
84 << __id << " -> " << _M_next << " [label=\"<match>\"];\n";
87 __ostr << __id << " [label=\"" << __id << "\\nLINE_BEGIN \"];\n
    [all...]
regex_automaton.h 101 _M_dot(std::ostream& __ostr, _StateIdT __id) const;
196 auto __id = this->_M_subexpr_count++; local
197 this->_M_paren_stack.push_back(__id);
199 __tmp._M_subexpr = __id;
281 _M_append(_StateIdT __id)
283 _M_nfa[_M_end]._M_next = __id;
284 _M_end = __id;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/
thread 78 id(native_handle_type __id) : _M_thread(__id) { }
94 operator<<(basic_ostream<_CharT, _Traits>& __out, thread::id __id);
227 operator()(const thread::id& __id) const noexcept
228 { return std::_Hash_impl::hash(__id._M_thread); }
233 operator<<(basic_ostream<_CharT, _Traits>& __out, thread::id __id)
235 if (__id == thread::id())
238 return __out << __id._M_thread;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
thread 78 id(native_handle_type __id) : _M_thread(__id) { }
94 operator<<(basic_ostream<_CharT, _Traits>& __out, thread::id __id);
227 operator()(const thread::id& __id) const noexcept
228 { return std::_Hash_impl::hash(__id._M_thread); }
233 operator<<(basic_ostream<_CharT, _Traits>& __out, thread::id __id)
235 if (__id == thread::id())
238 return __out << __id._M_thread;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
thread 76 id(native_handle_type __id) : _M_thread(__id) { }
92 operator<<(basic_ostream<_CharT, _Traits>& __out, thread::id __id);
224 operator()(const thread::id& __id) const noexcept
225 { return std::_Hash_impl::hash(__id._M_thread); }
230 operator<<(basic_ostream<_CharT, _Traits>& __out, thread::id __id)
232 if (__id == thread::id())
235 return __out << __id._M_thread;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
thread 78 id(native_handle_type __id) : _M_thread(__id) { }
94 operator<<(basic_ostream<_CharT, _Traits>& __out, thread::id __id);
227 operator()(const thread::id& __id) const noexcept
228 { return std::_Hash_impl::hash(__id._M_thread); }
233 operator<<(basic_ostream<_CharT, _Traits>& __out, thread::id __id)
235 if (__id == thread::id())
238 return __out << __id._M_thread;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
thread 76 id(native_handle_type __id) : _M_thread(__id) { }
92 operator<<(basic_ostream<_CharT, _Traits>& __out, thread::id __id);
224 operator()(const thread::id& __id) const noexcept
225 { return std::_Hash_impl::hash(__id._M_thread); }
230 operator<<(basic_ostream<_CharT, _Traits>& __out, thread::id __id)
232 if (__id == thread::id())
235 return __out << __id._M_thread;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
thread 76 id(native_handle_type __id) : _M_thread(__id) { }
92 operator<<(basic_ostream<_CharT, _Traits>& __out, thread::id __id);
226 operator()(const thread::id& __id) const noexcept
227 { return std::_Hash_impl::hash(__id._M_thread); }
232 operator<<(basic_ostream<_CharT, _Traits>& __out, thread::id __id)
234 if (__id == thread::id())
237 return __out << __id._M_thread;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
thread 76 id(native_handle_type __id) : _M_thread(__id) { }
92 operator<<(basic_ostream<_CharT, _Traits>& __out, thread::id __id);
226 operator()(const thread::id& __id) const noexcept
227 { return std::_Hash_impl::hash(__id._M_thread); }
232 operator<<(basic_ostream<_CharT, _Traits>& __out, thread::id __id)
234 if (__id == thread::id())
237 return __out << __id._M_thread;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
thread 76 id(native_handle_type __id) : _M_thread(__id) { }
92 operator<<(basic_ostream<_CharT, _Traits>& __out, thread::id __id);
226 operator()(const thread::id& __id) const noexcept
227 { return std::_Hash_impl::hash(__id._M_thread); }
232 operator<<(basic_ostream<_CharT, _Traits>& __out, thread::id __id)
234 if (__id == thread::id())
237 return __out << __id._M_thread;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
thread 76 id(native_handle_type __id) : _M_thread(__id) { }
92 operator<<(basic_ostream<_CharT, _Traits>& __out, thread::id __id);
226 operator()(const thread::id& __id) const noexcept
227 { return std::_Hash_impl::hash(__id._M_thread); }
232 operator<<(basic_ostream<_CharT, _Traits>& __out, thread::id __id)
234 if (__id == thread::id())
237 return __out << __id._M_thread;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
thread 76 id(native_handle_type __id) : _M_thread(__id) { }
91 operator<<(basic_ostream<_CharT, _Traits>&& __out, thread::id __id);
223 operator<<(basic_ostream<_CharT, _Traits>&& __out, thread::id __id)
225 if (__id == thread::id())
228 return __out << __id._M_thread;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
thread 76 id(native_handle_type __id) : _M_thread(__id) { }
91 operator<<(basic_ostream<_CharT, _Traits>&& __out, thread::id __id);
223 operator<<(basic_ostream<_CharT, _Traits>&& __out, thread::id __id)
225 if (__id == thread::id())
228 return __out << __id._M_thread;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
thread 76 id(native_handle_type __id) : _M_thread(__id) { }
91 operator<<(basic_ostream<_CharT, _Traits>&& __out, thread::id __id);
223 operator<<(basic_ostream<_CharT, _Traits>&& __out, thread::id __id)
225 if (__id == thread::id())
228 return __out << __id._M_thread;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
thread 76 id(native_handle_type __id) : _M_thread(__id) { }
91 operator<<(basic_ostream<_CharT, _Traits>&& __out, thread::id __id);
223 operator<<(basic_ostream<_CharT, _Traits>&& __out, thread::id __id)
225 if (__id == thread::id())
228 return __out << __id._M_thread;
  /external/stlport/stlport/stl/
_fstream.h 61 bool _M_open(int __id, ios_base::openmode = ios_base::__default_mode);
63 bool _M_open(_STLP_fd __id, ios_base::openmode = ios_base::__default_mode);
181 _Self* open(int __id, ios_base::openmode _Init_mode = ios_base::__default_mode) {
182 return this->_M_open(__id, _Init_mode);
186 _Self* open(_STLP_fd __id, ios_base::openmode _Init_mode = ios_base::__default_mode) {
187 return _M_base._M_open(__id, _Init_mode) ? this : 0;
193 _Self* _M_open(int __id, ios_base::openmode _Init_mode = ios_base::__default_mode) {
194 return _M_base._M_open(__id, _Init_mode) ? this : 0;
471 explicit basic_ifstream(int __id, ios_base::openmode __mod = ios_base::in) :
474 if (!_M_buf.open(__id, __mod | ios_base::in)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 61 bool _M_open(int __id, ios_base::openmode = ios_base::__default_mode);
63 bool _M_open(_STLP_fd __id, ios_base::openmode = ios_base::__default_mode);
181 _Self* open(int __id, ios_base::openmode _Init_mode = ios_base::__default_mode) {
182 return this->_M_open(__id, _Init_mode);
186 _Self* open(_STLP_fd __id, ios_base::openmode _Init_mode = ios_base::__default_mode) {
187 return _M_base._M_open(__id, _Init_mode) ? this : 0;
193 _Self* _M_open(int __id, ios_base::openmode _Init_mode = ios_base::__default_mode) {
194 return _M_base._M_open(__id, _Init_mode) ? this : 0;
471 explicit basic_ifstream(int __id, ios_base::openmode __mod = ios_base::in) :
474 if (!_M_buf.open(__id, __mod | ios_base::in)
    [all...]

Completed in 1036 milliseconds

1 2 3 4 5 6 7