OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:list_base
(Results
1 - 6
of
6
) sorted by null
/external/eigen/Eigen/src/StlSupport/
StdList.h
35
typedef list<__VA_ARGS__, EIGEN_ALIGNED_ALLOCATOR<__VA_ARGS__> >
list_base
; \
38
typedef typename
list_base
::allocator_type allocator_type; \
39
typedef typename
list_base
::size_type size_type; \
40
typedef typename
list_base
::iterator iterator; \
41
explicit list(const allocator_type& a = allocator_type()) :
list_base
(a) {} \
43
list(InputIterator first, InputIterator last, const allocator_type& a = allocator_type()) :
list_base
(first, last, a) {} \
44
list(const list& c) :
list_base
(c) {} \
45
explicit list(size_type num, const value_type& val = value_type()) :
list_base
(num, val) {} \
46
list(iterator start, iterator end) :
list_base
(start, end) {} \
48
list_base
::operator=(x);
85
Eigen::aligned_allocator_indirection<EIGEN_WORKAROUND_MSVC_STL_SUPPORT(T)> >
list_base
;
typedef in class:std::list
[
all
...]
/external/chromium_org/tools/gyp/pylib/gyp/
input.py
[
all
...]
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-common-private.hh
66
void *
list_base
;
member in struct:OT::Record::sanitize_closure_t
514
closure->
list_base
&& closure->
list_base
< this)
517
(((char *) this) - ((char *) closure->
list_base
));
[
all
...]
/external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh
66
void *
list_base
;
member in struct:OT::Record::sanitize_closure_t
514
closure->
list_base
&& closure->
list_base
< this)
517
(((char *) this) - ((char *) closure->
list_base
));
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gl_API.xml
155
<enum name="
LIST_BASE
" count="1" value="0x0B32">
[
all
...]
/external/mesa3d/src/mapi/glapi/gen/
gl_API.xml
155
<enum name="
LIST_BASE
" count="1" value="0x0B32">
[
all
...]
Completed in 525 milliseconds