Searched refs:__from (Results 1 - 7 of 7) sorted by relevance

/external/stlport/stlport/stl/
H A D_codecvt.h63 const intern_type* __from,
69 _STLP_VERBOSE_ASSERT(__from <= __from_end, _StlMsg_INVALID_ARGUMENT)
72 __from, __from_end, __from_next,
85 const extern_type* __from,
91 _STLP_VERBOSE_ASSERT(__from <= __from_end, _StlMsg_INVALID_ARGUMENT)
94 __from, __from_end, __from_next,
103 const extern_type* __from,
106 _STLP_VERBOSE_ASSERT(__from <= __from_end, _StlMsg_INVALID_ARGUMENT)
107 return do_length(__state, __from, __from_end, __max);
118 const intern_type* __from,
62 out(state_type& __state, const intern_type* __from, const intern_type* __from_end, const intern_type*& __from_next, extern_type* __to, extern_type* __to_limit, extern_type*& __to_next) const argument
84 in(state_type& __state, const extern_type* __from, const extern_type* __from_end, const extern_type*& __from_next, intern_type* __to, intern_type* __to_limit, intern_type*& __to_next) const argument
102 length(state_type& __state, const extern_type* __from, const extern_type* __from_end, size_t __max) const argument
117 do_out(state_type&, const intern_type* __from, const intern_type*, const intern_type*& __from_next, extern_type* __to, extern_type*, extern_type*& __to_next) const argument
126 do_in(state_type&, const extern_type* __from, const extern_type*, const extern_type*& __from_next, intern_type* __to, intern_type*, intern_type*& __to_next) const argument
147 do_length(state_type&, const extern_type* __from, const extern_type* __end, size_t __max) const argument
[all...]
H A D_ostream.c49 basic_ostream<_CharT, _Traits>::operator<<(basic_streambuf<_CharT, _Traits>* __from) { argument
52 if (__from) {
53 bool __any_inserted = __from->gptr() != __from->egptr()
54 ? this->_M_copy_buffered(__from, this->rdbuf())
55 : this->_M_copy_unbuffered(__from, this->rdbuf());
73 ::_M_copy_buffered(basic_streambuf<_CharT, _Traits>* __from, argument
77 while (__from->egptr() != __from->gptr()) {
78 const ptrdiff_t __avail = __from
145 _M_copy_unbuffered(basic_streambuf<_CharT, _Traits>* __from, basic_streambuf<_CharT, _Traits>* __to) argument
[all...]
H A D_ostream.h83 bool _M_copy_buffered(basic_streambuf<_CharT, _Traits>* __from,
85 bool _M_copy_unbuffered(basic_streambuf<_CharT, _Traits>* __from,
/external/stlport/src/
H A Dcodecvt.cpp56 const char* __from,
62 { __from_next = __from; __to_next = __to; return noconv; }
66 const char* __from,
72 { __from_next = __from; __to_next = __to; return noconv; }
55 do_in(state_type& , const char* __from, const char* , const char*& __from_next, char* __to, char* , char*& __to_next) const argument
65 do_out(state_type& , const char* __from, const char* , const char*& __from_next, char* __to, char* , char*& __to_next) const argument
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_double_list.h99 #define LIST_REPLACE(__from, __to) list_replace(__from, __to)
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_double_list.h99 #define LIST_REPLACE(__from, __to) list_replace(__from, __to)
/external/stlport/test/unit/
H A Dfstream_test.cpp626 const intern_type* __from,
632 { __from_next = __from; __to_next = __to; return noconv; }
635 const extern_type* __from,
641 { __from_next = __from; __to_next = __to; return noconv; }
656 const extern_type* __from,
659 { return (int)min(static_cast<size_t>(__end - __from), __max); }
625 out(state_type&, const intern_type* __from, const intern_type*, const intern_type*& __from_next, extern_type* __to, extern_type*, extern_type*& __to_next) const argument
634 in(state_type&, const extern_type* __from, const extern_type*, const extern_type*& __from_next, intern_type* __to, intern_type*, intern_type*& __to_next) const argument
655 length(const state_type&, const extern_type* __from, const extern_type* __end, size_t __max) const argument

Completed in 247 milliseconds