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

1 2 3

  /external/javassist/src/main/javassist/compiler/ast/
Stmnt.java 27 public Stmnt(int op, ASTree _head, ASTList _tail) {
28 super(_head, _tail);
32 public Stmnt(int op, ASTree _head) {
33 super(_head);
Expr.java 33 Expr(int op, ASTree _head, ASTList _tail) {
34 super(_head, _tail);
38 Expr(int op, ASTree _head) {
39 super(_head);
ASTList.java 28 public ASTList(ASTree _head, ASTList _tail) {
29 left = _head;
33 public ASTList(ASTree _head) {
34 left = _head;
57 public void setHead(ASTree _head) {
58 left = _head;
AssignExpr.java 28 private AssignExpr(int op, ASTree _head, ASTList _tail) {
29 super(op, _head, _tail);
BinExpr.java 32 private BinExpr(int op, ASTree _head, ASTList _tail) {
33 super(op, _head, _tail);
CallExpr.java 28 private CallExpr(ASTree _head, ASTList _tail) {
29 super(TokenId.CALL, _head, _tail);
FieldDecl.java 21 public FieldDecl(ASTree _head, ASTList _tail) {
22 super(_head, _tail);
MethodDecl.java 23 public MethodDecl(ASTree _head, ASTList _tail) {
24 super(_head, _tail);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
tuple 62 template<std::size_t _Idx, typename _Head, bool _IsEmpty>
65 template<std::size_t _Idx, typename _Head>
66 struct _Head_base<_Idx, _Head, true>
67 : public _Head
70 : _Head() { }
72 constexpr _Head_base(const _Head& __h)
73 : _Head(__h) { }
77 : _Head(std::forward<_UHead>(__h)) { }
79 _Head& _M_head() { return *this; }
80 const _Head& _M_head() const { return *this;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
tuple 62 template<std::size_t _Idx, typename _Head, bool _IsEmpty>
65 template<std::size_t _Idx, typename _Head>
66 struct _Head_base<_Idx, _Head, true>
67 : public _Head
70 : _Head() { }
72 constexpr _Head_base(const _Head& __h)
73 : _Head(__h) { }
77 : _Head(std::forward<_UHead>(__h)) { }
79 _Head& _M_head() { return *this; }
80 const _Head& _M_head() const { return *this;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
tuple 62 template<std::size_t _Idx, typename _Head, bool _IsEmpty>
65 template<std::size_t _Idx, typename _Head>
66 struct _Head_base<_Idx, _Head, true>
67 : public _Head
70 : _Head() { }
72 constexpr _Head_base(const _Head& __h)
73 : _Head(__h) { }
77 : _Head(std::forward<_UHead>(__h)) { }
79 _Head& _M_head() { return *this; }
80 const _Head& _M_head() const { return *this;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
tuple 62 template<std::size_t _Idx, typename _Head, bool _IsEmpty>
65 template<std::size_t _Idx, typename _Head>
66 struct _Head_base<_Idx, _Head, true>
67 : public _Head
70 : _Head() { }
72 constexpr _Head_base(const _Head& __h)
73 : _Head(__h) { }
77 : _Head(std::forward<_UHead>(__h)) { }
79 _Head& _M_head() { return *this; }
80 const _Head& _M_head() const { return *this;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
tuple 60 template<std::size_t _Idx, typename _Head, bool _IsEmpty>
63 template<std::size_t _Idx, typename _Head>
64 struct _Head_base<_Idx, _Head, true>
65 : public _Head
68 : _Head() { }
70 _Head_base(const _Head& __h)
71 : _Head(__h) { }
75 : _Head(std::forward<_UHead>(__h)) { }
77 _Head& _M_head() { return *this; }
78 const _Head& _M_head() const { return *this;
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
tuple 60 template<std::size_t _Idx, typename _Head, bool _IsEmpty>
63 template<std::size_t _Idx, typename _Head>
64 struct _Head_base<_Idx, _Head, true>
65 : public _Head
68 : _Head() { }
70 _Head_base(const _Head& __h)
71 : _Head(__h) { }
75 : _Head(std::forward<_UHead>(__h)) { }
77 _Head& _M_head() { return *this; }
78 const _Head& _M_head() const { return *this;
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
tuple 60 template<std::size_t _Idx, typename _Head, bool _IsEmpty>
63 template<std::size_t _Idx, typename _Head>
64 struct _Head_base<_Idx, _Head, true>
65 : public _Head
68 : _Head() { }
70 _Head_base(const _Head& __h)
71 : _Head(__h) { }
75 : _Head(std::forward<_UHead>(__h)) { }
77 _Head& _M_head() { return *this; }
78 const _Head& _M_head() const { return *this;
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
tuple 60 template<std::size_t _Idx, typename _Head, bool _IsEmpty>
63 template<std::size_t _Idx, typename _Head>
64 struct _Head_base<_Idx, _Head, true>
65 : public _Head
68 : _Head() { }
70 _Head_base(const _Head& __h)
71 : _Head(__h) { }
75 : _Head(std::forward<_UHead>(__h)) { }
77 _Head& _M_head() { return *this; }
78 const _Head& _M_head() const { return *this;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
tuple 60 template<std::size_t _Idx, typename _Head, bool _IsEmpty>
63 template<std::size_t _Idx, typename _Head>
64 struct _Head_base<_Idx, _Head, true>
65 : public _Head
68 : _Head() { }
70 _Head_base(const _Head& __h)
71 : _Head(__h) { }
75 : _Head(std::forward<_UHead>(__h)) { }
77 _Head& _M_head() { return *this; }
78 const _Head& _M_head() const { return *this;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
tuple 72 template<std::size_t _Idx, typename _Head, bool _IsEmptyNotFinal>
75 template<std::size_t _Idx, typename _Head>
76 struct _Head_base<_Idx, _Head, true>
77 : public _Head
80 : _Head() { }
82 constexpr _Head_base(const _Head& __h)
83 : _Head(__h) { }
89 : _Head(std::forward<_UHead>(__h)) { }
92 : _Head() { }
96 : _Head(allocator_arg, *__a._M_a) {
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
tuple 72 template<std::size_t _Idx, typename _Head, bool _IsEmptyNotFinal>
75 template<std::size_t _Idx, typename _Head>
76 struct _Head_base<_Idx, _Head, true>
77 : public _Head
80 : _Head() { }
82 constexpr _Head_base(const _Head& __h)
83 : _Head(__h) { }
89 : _Head(std::forward<_UHead>(__h)) { }
92 : _Head() { }
96 : _Head(allocator_arg, *__a._M_a) {
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
tuple 78 template<std::size_t _Idx, typename _Head, bool _IsEmptyNotFinal>
81 template<std::size_t _Idx, typename _Head>
82 struct _Head_base<_Idx, _Head, true>
83 : public _Head
86 : _Head() { }
88 constexpr _Head_base(const _Head& __h)
89 : _Head(__h) { }
95 : _Head(std::forward<_UHead>(__h)) { }
98 : _Head() { }
102 : _Head(allocator_arg, *__a._M_a) {
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
tuple 84 template<int _Idx, typename _Head, typename... _Tail>
85 struct _Tuple_impl<_Idx, _Head, _Tail...>
90 _Head _M_head;
98 _Tuple_impl(typename __add_c_ref<_Head>::type __head,
227 template<int __i, typename _Head, typename... _Tail>
228 struct tuple_element<__i, tuple<_Head, _Tail...> >
234 template<typename _Head, typename... _Tail>
235 struct tuple_element<0, tuple<_Head, _Tail...> >
237 typedef _Head type;
254 template<int __i, typename _Head, typename... _Tail
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
tuple 86 template<int _Idx, typename _Head, typename... _Tail>
87 struct _Tuple_impl<_Idx, _Head, _Tail...>
92 _Head _M_head;
100 _Tuple_impl(typename __add_c_ref<_Head>::type __head,
229 template<int __i, typename _Head, typename... _Tail>
230 struct tuple_element<__i, tuple<_Head, _Tail...> >
236 template<typename _Head, typename... _Tail>
237 struct tuple_element<0, tuple<_Head, _Tail...> >
239 typedef _Head type;
256 template<int __i, typename _Head, typename... _Tail
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
tuple 86 template<int _Idx, typename _Head, typename... _Tail>
87 struct _Tuple_impl<_Idx, _Head, _Tail...>
92 _Head _M_head;
100 _Tuple_impl(typename __add_c_ref<_Head>::type __head,
229 template<int __i, typename _Head, typename... _Tail>
230 struct tuple_element<__i, tuple<_Head, _Tail...> >
236 template<typename _Head, typename... _Tail>
237 struct tuple_element<0, tuple<_Head, _Tail...> >
239 typedef _Head type;
256 template<int __i, typename _Head, typename... _Tail
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/
tuple 84 template<int _Idx, typename _Head, typename... _Tail>
85 struct _Tuple_impl<_Idx, _Head, _Tail...>
90 _Head _M_head;
98 _Tuple_impl(typename __add_c_ref<_Head>::type __head,
227 template<int __i, typename _Head, typename... _Tail>
228 struct tuple_element<__i, tuple<_Head, _Tail...> >
234 template<typename _Head, typename... _Tail>
235 struct tuple_element<0, tuple<_Head, _Tail...> >
237 typedef _Head type;
254 template<int __i, typename _Head, typename... _Tail
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1/
tuple 84 template<int _Idx, typename _Head, typename... _Tail>
85 struct _Tuple_impl<_Idx, _Head, _Tail...>
90 _Head _M_head;
98 _Tuple_impl(typename __add_c_ref<_Head>::type __head,
227 template<int __i, typename _Head, typename... _Tail>
228 struct tuple_element<__i, tuple<_Head, _Tail...> >
234 template<typename _Head, typename... _Tail>
235 struct tuple_element<0, tuple<_Head, _Tail...> >
237 typedef _Head type;
254 template<int __i, typename _Head, typename... _Tail
    [all...]

Completed in 1829 milliseconds

1 2 3