Searched refs:const_reference (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/inkgc/
H A Dgc-alloc.h33 typedef T const &const_reference; typedef in class:Inkscape::GC::Alloc
44 const_pointer address(const_reference r) { return &r; }
54 void construct(pointer p, const_reference value) {
/inkscape/src/util/
H A Dlist-container.h86 typedef typename List<T>::const_reference const_reference; typedef in class:Inkscape::Util::ListContainer
108 ListContainer(size_type count, const_reference value) {
127 const_reference front() const { return *_head; }
129 iterator insert(const_iterator position, const_reference value) {
146 void insert(const_iterator position, size_type count, const_reference value)
176 void resize(size_type size, const_reference fill) {
206 void push_front(const_reference value) {
224 const_reference back() const { return *_tail; }
225 void push_back(const_reference valu
[all...]
H A Dlist.h60 typedef typename Traits::Reference<value_type>::RValue const_reference; typedef in class:Inkscape::Util::List
64 explicit List(const_reference value, List const &next=List())
124 typedef typename Traits::Reference<value_type>::RValue const_reference; typedef in class:Inkscape::Util::List
128 explicit List(const_reference value, List const &next=List())
157 typedef typename Traits::Reference<value_type>::RValue const_reference; typedef in class:Inkscape::Util::List
161 List(const_reference value, List const &next=List())
209 explicit MutableList(typename List<T>::const_reference value,
H A Dforward-pointer-iterator.h35 typedef typename Traits::Reference<BaseType const>::RValue const_reference; typedef in class:Inkscape::Util::ForwardPointerIterator
77 typedef typename Traits::Reference<BaseType>::RValue const_reference; typedef in class:Inkscape::Util::ForwardPointerIterator
/inkscape/src/2geom/
H A Dpathvector.h131 typedef Path const &const_reference; typedef in class:Geom::PathVector
/inkscape/src/ui/tool/
H A Dnode.h369 typedef Node const &const_reference; typedef in class:Inkscape::UI::NodeList

Completed in 22 milliseconds