HomeSort by relevance Sort by last modified time
    Searched defs:_Type (Results 1 - 7 of 7) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
boost_concept_check.h 107 struct _Aux_require_same<_Tp,_Tp> { typedef _Tp _Type; };
113 typedef typename _Aux_require_same<_Tp1, _Tp2>::_Type _Required;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
boost_concept_check.h 107 struct _Aux_require_same<_Tp,_Tp> { typedef _Tp _Type; };
113 typedef typename _Aux_require_same<_Tp1, _Tp2>::_Type _Required;
  /system/core/libsysutils/include/sysutils/
List.h 91 typedef typename Constness<U>::Type _Type;
111 _Type& operator*() const { return mpNode->getRef(); }
112 _Type* operator->() const { return &(mpNode->getRef()); }
  /system/core/libutils/include/utils/
List.h 92 typedef typename Constness<U>::Type _Type;
112 _Type& operator*() const { return mpNode->getRef(); }
113 _Type* operator->() const { return &(mpNode->getRef()); }
  /system/keymaster/include/keymaster/
List.h 90 typedef typename Constness<U>::Type _Type;
110 _Type& operator*() const { return mpNode->getRef(); }
111 _Type* operator->() const { return &(mpNode->getRef()); }
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
tokens.go 65 _Type
137 _Type: "type",
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
tokens.go 65 _Type
137 _Type: "type",

Completed in 257 milliseconds