Home
last modified time | relevance | path

Searched refs:Base (Results 1 – 25 of 145) sorted by relevance

123456

/l4re-core-master/libloader/include/
A Dlocal_app_model17 template< typename Base >
18 class Local_app_model : public Base
22 Local_app_model(A1 const &a1, A2 const &a2) : Base(a1, a2) {}
29 if (Base::prog_info()->kip == l4_addr_t(__L4_KIP_ADDR__))
31 Base::prog_attach_ds(Base::prog_info()->kip, L4_PAGESIZE,
32 Base::local_kip_ds(), 0,
37 void prog_attach_stack(typename Base::Dataspace)
A Dremote_app_model48 template< typename Base, typename STD_CAPS = Remote_app_std_caps,
50 class Remote_app_model : public Base, protected STD_CAPS, protected PRIOS
60 : Base(a1, a2, a3) {}
63 Remote_app_model(A1 const &a1, A2 const &a2) : Base(a1, a2) {}
66 explicit Remote_app_model(A1 const &a1) : Base(a1) {}
68 Remote_app_model() : Base() {}
124 void prog_attach_stack(typename Base::Dataspace app_stack)
/l4re-core-master/l4sys/include/cxx/
A Dsmart_capability_1x82 typedef Smart_cap_base<T, IMPL> Base;
85 using Base::Base;
89 : Base(o.release(), Base::impl(o))
94 : Base(o.release(), Base::impl(o))
104 this->IMPL::operator = (Base::impl(o));
124 typedef Smart_cap_base<T, IMPL> Base;
127 using Base::Base;
131 : Base(o.release())
136 : Base(o.release())
162 : Base(L4::Cap<T>(IMPL::copy(o).cap()))
[all …]
A Dipc_server66 typedef Arg_pack<M...> Base;
80 return Base::template get<DIR>(msg, r, limit);
85 return Base::template get<DIR>(msg, offset, limit);
98 return Base::template set<DIR>(msg, r, limit, ret);
105 return Base::template
113 return Base::template
121 typedef Arg_pack<M...> Base;
125 { return Base::template get<DIR>(msg, offset, limit); }
129 { return Base::template set<DIR>(msg, offset, limit, ret); }
134 return Base::template call<F, ARGS...>(f, args...);
[all …]
A Dipc_string61 typedef Svr_val_ops< Array_ref<A, LEN>, Dir_in, CLASS > Base;
62 typedef typename Base::svr_type svr_type;
63 using Base::to_svr;
67 int r = Base::to_svr(msg, offset, limit, a, dir, cls);
/l4re-core-master/cxx/lib/tl/include/bits/
A Dbst_iter.h89 typedef __Bst_iter_b<Node, Node_op> Base; typedef
91 using Base::_n;
92 using Base::_r;
93 using Base::inc;
104 __Bst_iter(Node const *t) : Base(t) {} in __Bst_iter()
105 __Bst_iter(Node const *t, Node const *r) : Base(t, r) {} in __Bst_iter()
108 __Bst_iter(Base const &o) : Base(o) {} in __Bst_iter()
/l4re-core-master/cxx/lib/tl/include/
A Dslist56 typedef typename Bits::Basic_list<POLICY> Base;
59 typedef typename Base::Iterator Iterator;
62 explicit S_list(bool x) : Base(x) {}
64 S_list() : Base() {}
108 S_list_item **x = Base::__get_internal(succ);
116 S_list_item **x = Base::__get_internal(p);
123 S_list_item **x = Base::__get_internal(e);
142 typedef S_list<T, POLICY> Base;
145 S_list_tail() : Base(), _tail(&this->_f) {}
156 Base::clear();
A Ddlist162 typedef D_list_cyclic<T, C> Base;
165 typedef typename Base::Iterator Iterator;
179 Base::remove_last(e);
187 Base::remove(e);
201 H::set_head(_f, Base::self_insert(e));
204 Base::insert_before(e, this->iter(h));
232 typedef D_list_cyclic<T, C> Base;
239 typedef typename Base::Iterator Iterator;
248 static void remove(T *e) { Base::remove(e); }
254 Base::insert_after(e, end());
[all …]
A Dhlist30 * \tparam ELEM_TYPE Base class of the list element.
84 typedef Bits::Basic_list<POLICY> Base;
89 typedef typename Base::Iterator Iterator;
92 explicit H_list(bool x) : Base(x) {}
93 H_list() : Base() {}
104 static Iterator iter(T *c) { return Base::__iter(c->Item::_pn); }
147 if (pred != Base::end())
193 Item **x = Base::__get_internal(succ);
A Davl_set47 typedef __Bst_iter_b<Node, Node_op> Base;
55 using Base::_n;
56 using Base::_r;
57 using Base::inc;
67 Avl_set_iter(Node const *t) : Base(t) {}
73 Avl_set_iter(Base const &o) : Base(o) {}
77 : Base(o) {}
81 { Base::operator = (o); return *this; }
446 Bits::Avl_set_get_key<ITEM_TYPE> > Base;
449 typedef typename Base::Node_allocator Node_allocator;
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/std/
A Diosfwd131 /// Base class for @c char streams.
134 /// Base class for @c char buffers.
137 /// Base class for @c char input streams.
140 /// Base class for @c char output streams.
143 /// Base class for @c char mixed input and output streams.
171 /// Base class for @c wchar_t streams.
174 /// Base class for @c wchar_t buffers.
177 /// Base class for @c wchar_t input streams.
180 /// Base class for @c wchar_t output streams.
183 /// Base class for @c wchar_t mixed input and output streams.
A Dstreambuf455 * @brief Base constructor.
573 * @note Base class version does nothing.
588 * @note Base class version does nothing, returns @c this.
598 * @note Base class version does nothing, returns a @c pos_type
610 * @note Base class version does nothing, returns a @c pos_type
624 * @note Base class version does nothing, returns zero.
641 * @note Base class version does nothing, returns zero.
684 * @note Base class version does nothing, returns eof().
721 * @note Base class version does nothing, returns eof().
765 * @note Base class version does nothing, returns eof().
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/std/
A Diosfwd131 /// Base class for @c char streams.
134 /// Base class for @c char buffers.
137 /// Base class for @c char input streams.
140 /// Base class for @c char output streams.
143 /// Base class for @c char mixed input and output streams.
171 /// Base class for @c wchar_t streams.
174 /// Base class for @c wchar_t buffers.
177 /// Base class for @c wchar_t input streams.
180 /// Base class for @c wchar_t output streams.
183 /// Base class for @c wchar_t mixed input and output streams.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/std/
A Diosfwd131 /// Base class for @c char streams.
134 /// Base class for @c char buffers.
137 /// Base class for @c char input streams.
140 /// Base class for @c char output streams.
143 /// Base class for @c char mixed input and output streams.
171 /// Base class for @c wchar_t streams.
174 /// Base class for @c wchar_t buffers.
177 /// Base class for @c wchar_t input streams.
180 /// Base class for @c wchar_t output streams.
183 /// Base class for @c wchar_t mixed input and output streams.
A Dstreambuf455 * @brief Base constructor.
573 * @note Base class version does nothing.
588 * @note Base class version does nothing, returns @c this.
598 * @note Base class version does nothing, returns a @c pos_type
610 * @note Base class version does nothing, returns a @c pos_type
624 * @note Base class version does nothing, returns zero.
641 * @note Base class version does nothing, returns zero.
684 * @note Base class version does nothing, returns eof().
721 * @note Base class version does nothing, returns eof().
765 * @note Base class version does nothing, returns eof().
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/std/
A Diosfwd131 /// Base class for @c char streams.
134 /// Base class for @c char buffers.
137 /// Base class for @c char input streams.
140 /// Base class for @c char output streams.
143 /// Base class for @c char mixed input and output streams.
171 /// Base class for @c wchar_t streams.
174 /// Base class for @c wchar_t buffers.
177 /// Base class for @c wchar_t input streams.
180 /// Base class for @c wchar_t output streams.
183 /// Base class for @c wchar_t mixed input and output streams.
A Dstreambuf455 * @brief Base constructor.
573 * @note Base class version does nothing.
588 * @note Base class version does nothing, returns @c this.
598 * @note Base class version does nothing, returns a @c pos_type
610 * @note Base class version does nothing, returns a @c pos_type
624 * @note Base class version does nothing, returns zero.
641 * @note Base class version does nothing, returns zero.
684 * @note Base class version does nothing, returns eof().
721 * @note Base class version does nothing, returns eof().
765 * @note Base class version does nothing, returns eof().
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/std/
A Diosfwd131 /// Base class for @c char streams.
134 /// Base class for @c char buffers.
137 /// Base class for @c char input streams.
140 /// Base class for @c char output streams.
143 /// Base class for @c char mixed input and output streams.
171 /// Base class for @c wchar_t streams.
174 /// Base class for @c wchar_t buffers.
177 /// Base class for @c wchar_t input streams.
180 /// Base class for @c wchar_t output streams.
183 /// Base class for @c wchar_t mixed input and output streams.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/std/
A Diosfwd131 /// Base class for @c char streams.
134 /// Base class for @c char buffers.
137 /// Base class for @c char input streams.
140 /// Base class for @c char output streams.
143 /// Base class for @c char mixed input and output streams.
171 /// Base class for @c wchar_t streams.
174 /// Base class for @c wchar_t buffers.
177 /// Base class for @c wchar_t input streams.
180 /// Base class for @c wchar_t output streams.
183 /// Base class for @c wchar_t mixed input and output streams.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/std/
A Diosfwd131 /// Base class for @c char streams.
134 /// Base class for @c char buffers.
137 /// Base class for @c char input streams.
140 /// Base class for @c char output streams.
143 /// Base class for @c char mixed input and output streams.
171 /// Base class for @c wchar_t streams.
174 /// Base class for @c wchar_t buffers.
177 /// Base class for @c wchar_t input streams.
180 /// Base class for @c wchar_t output streams.
183 /// Base class for @c wchar_t mixed input and output streams.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/std/
A Diosfwd126 /// Base class for @c char streams.
129 /// Base class for @c char buffers.
132 /// Base class for @c char input streams.
135 /// Base class for @c char output streams.
138 /// Base class for @c char mixed input and output streams.
166 /// Base class for @c wchar_t streams.
169 /// Base class for @c wchar_t buffers.
172 /// Base class for @c wchar_t input streams.
175 /// Base class for @c wchar_t output streams.
178 /// Base class for @c wchar_t mixed input and output streams.
A Dstreambuf455 * @brief Base constructor.
573 * @note Base class version does nothing.
588 * @note Base class version does nothing, returns @c this.
598 * @note Base class version does nothing, returns a @c pos_type
610 * @note Base class version does nothing, returns a @c pos_type
624 * @note Base class version does nothing, returns zero.
641 * @note Base class version does nothing, returns zero.
684 * @note Base class version does nothing, returns eof().
721 * @note Base class version does nothing, returns eof().
765 * @note Base class version does nothing, returns eof().
/l4re-core-master/l4sys/include/
A D__typeinfo.h755 typename Base,
759 class Kobject_t : public Base
768 Typeid::Iface_list<__Iface>, typename Base::__Iface_list
774 typedef Typeid::Iface_conflict<__Iface, typename Base::__Iface_list> Base_conflict;
782 L4____GEN_TI_MEMBERS(typename Base::__Kobject_typeid::Demand)
786 template< typename Derived, typename Base, long PROTO, typename S_DEMAND>
788 Kobject_t<Derived, Base, PROTO, S_DEMAND>::
789 __Kobject_typeid::_b[] = { &Base::__Kobject_typeid::_m };
795 template< typename Derived, typename Base, long PROTO, typename S_DEMAND>
796 L4____GEN_TI(Kobject_t<Derived, Base, PROTO, S_DEMAND>);
/l4re-core-master/ned/server/src/
A Dserver.h42 typedef L4::Server<> Base; typedef
/l4re-core-master/moe/server/src/
A Dregion.h45 typedef L4Re::Util::Region_map<Region_handler, Moe::Quota_allocator> Base; typedef

Completed in 36 milliseconds

123456