HomeSort by relevance Sort by last modified time
    Searched refs:_Type (Results 1 - 25 of 58) sorted by null

1 2 3

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/
safe_sequence.h 46 template<typename _Type>
49 _Type __value;
52 explicit _Not_equal_to(const _Type& __v) : __value(__v) { }
55 operator()(const _Type& __x) const
61 template <typename _Type>
64 _Type __value;
67 explicit _Equal_to(const _Type& __v) : __value(__v) { }
70 operator()(const _Type& __x) const
formatter.h 286 template<typename _Type>
287 _Parameter(const _Type*& __it, const char* __name, _Is_iterator)
303 template<typename _Type>
304 _Parameter(_Type*& __it, const char* __name, _Is_iterator)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/
safe_sequence.h 46 template<typename _Type>
49 _Type __value;
52 explicit _Not_equal_to(const _Type& __v) : __value(__v) { }
55 operator()(const _Type& __x) const
61 template <typename _Type>
64 _Type __value;
67 explicit _Equal_to(const _Type& __v) : __value(__v) { }
70 operator()(const _Type& __x) const
formatter.h 286 template<typename _Type>
287 _Parameter(const _Type*& __it, const char* __name, _Is_iterator)
303 template<typename _Type>
304 _Parameter(_Type*& __it, const char* __name, _Is_iterator)
  /prebuilts/misc/common/swig/include/2.0.11/python/
std_carray.i 19 %fragment(SWIG_Traits_frag(std::carray<_Type, _Size >), "header",
21 fragment=SWIG_Traits_frag(_Type),
24 template <> struct traits<std::carray<_Type, _Size > > {
27 return "std::carray<" #_Type "," #_Size " >";
34 SWIG_Traits_frag(std::carray<_Type, _Size >),
35 std::carray<_Type, _Size >);
44 inline const _Type& __getitem__(size_t i) const { return (*self)[i]; }
46 inline void __setitem__(size_t i, const _Type& v) { (*self)[i] = v; }
  /hardware/google/av/codec2/include/
C2ParamDef.h 213 #define DEFINE_CAST_OPERATORS(_Type) \
214 inline static _Type* From(C2Param *other) { \
215 return (_Type*)C2Param::IfSuitable( \
216 other, sizeof(_Type), _Type::PARAM_TYPE, _Type::FLEX_SIZE, \
217 (_Type::PARAM_TYPE & T::Index::DIR_UNDEFINED) != T::Index::DIR_UNDEFINED); \
219 inline static const _Type* From(const C2Param *other) { \
220 return const_cast<const _Type*>(From(const_cast<C2Param *>(other))); \
222 inline static _Type* From(std::nullptr_t) { return nullptr; }
    [all...]
  /external/skia/include/core/
SkFlattenable.h 63 return k##flattenable##_Type; \
66 return k##flattenable##_Type; \
72 k##flattenable##_Type, data, size, procs).release()));\
  /external/skqp/include/core/
SkFlattenable.h 63 return k##flattenable##_Type; \
66 return k##flattenable##_Type; \
72 k##flattenable##_Type, data, size, procs).release()));\
  /external/clang/lib/Driver/
InputInfo.h 55 InputInfo(types::ID _Type, const char *_Filename, const char *_BaseInput)
56 : Kind(Filename), Act(nullptr), Type(_Type), BaseInput(_BaseInput) {
64 InputInfo(types::ID _Type, const llvm::opt::Arg *_InputArg,
66 : Kind(InputArg), Act(nullptr), Type(_Type), BaseInput(_BaseInput) {
Action.cpp 45 InputAction::InputAction(const Arg &_Input, types::ID _Type)
46 : Action(InputClass, _Type), Input(_Input) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
type_traits.h 148 template<typename _Type>
150 __is_null_pointer(_Type* __ptr)
153 template<typename _Type>
155 __is_null_pointer(_Type)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
type_traits.h 148 template<typename _Type>
150 __is_null_pointer(_Type* __ptr)
153 template<typename _Type>
155 __is_null_pointer(_Type)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
eh.h 29 _CRTIMP int __cdecl _is_exception_typeof(const std::type_info &_Type,struct _EXCEPTION_POINTERS *_ExceptionPtr);
  /external/libunwind_llvm/src/
config.h 157 template <typename _Type, typename _Mem>
165 (blk_count<_Type>::count COMP_OP blk_count<_Mem>::count);
  /external/skia/src/core/
SkRecord.h 164 #define CASE(T) case SkRecords::T##_Type: return f(*(const SkRecords::T*)this->ptr());
175 #define CASE(T) case SkRecords::T##_Type: return f((SkRecords::T*)this->ptr());
  /external/skqp/src/core/
SkRecord.h 164 #define CASE(T) case SkRecords::T##_Type: return f(*(const SkRecords::T*)this->ptr());
175 #define CASE(T) case SkRecords::T##_Type: return f((SkRecords::T*)this->ptr());
  /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()); }
  /external/clang/include/clang/ASTMatchers/
ASTMatchersMacros.h 81 typedef ReturnType (&DefineMatcher##_Type##OverloadId)(ParamType const &); \
156 &DefineMatcher##_Type##OverloadId)(ParamType const &Param); \
207 &DefineMatcher##_Type##OverloadId)(ParamType1 const &Param1, \
298 ReturnTypesF>(&DefineMatcher##_Type##OverloadId)( \
352 ParamType2, ReturnTypesF>(&DefineMatcher##_Type##OverloadId)( \
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersMacros.h 81 typedef ReturnType (&DefineMatcher##_Type##OverloadId)(ParamType const &); \
156 &DefineMatcher##_Type##OverloadId)(ParamType const &Param); \
207 &DefineMatcher##_Type##OverloadId)(ParamType1 const &Param1, \
298 ReturnTypesF>(&DefineMatcher##_Type##OverloadId)( \
352 ParamType2, ReturnTypesF>(&DefineMatcher##_Type##OverloadId)( \
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/ASTMatchers/
ASTMatchersMacros.h 81 typedef ReturnType (&DefineMatcher##_Type##OverloadId)(ParamType const &); \
156 &DefineMatcher##_Type##OverloadId)(ParamType const &Param); \
207 &DefineMatcher##_Type##OverloadId)(ParamType1 const &Param1, \
298 ReturnTypesF>(&DefineMatcher##_Type##OverloadId)( \
352 ParamType2, ReturnTypesF>(&DefineMatcher##_Type##OverloadId)( \
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/ASTMatchers/
ASTMatchersMacros.h 81 typedef ReturnType (&DefineMatcher##_Type##OverloadId)(ParamType const &); \
156 &DefineMatcher##_Type##OverloadId)(ParamType const &Param); \
207 &DefineMatcher##_Type##OverloadId)(ParamType1 const &Param1, \
298 ReturnTypesF>(&DefineMatcher##_Type##OverloadId)( \
352 ParamType2, ReturnTypesF>(&DefineMatcher##_Type##OverloadId)( \
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/ASTMatchers/
ASTMatchersMacros.h 81 typedef ReturnType (&DefineMatcher##_Type##OverloadId)(ParamType const &); \
156 &DefineMatcher##_Type##OverloadId)(ParamType const &Param); \
207 &DefineMatcher##_Type##OverloadId)(ParamType1 const &Param1, \
298 ReturnTypesF>(&DefineMatcher##_Type##OverloadId)( \
352 ParamType2, ReturnTypesF>(&DefineMatcher##_Type##OverloadId)( \
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/ASTMatchers/
ASTMatchersMacros.h 81 typedef ReturnType (&DefineMatcher##_Type##OverloadId)(ParamType const &); \
156 &DefineMatcher##_Type##OverloadId)(ParamType const &Param); \
207 &DefineMatcher##_Type##OverloadId)(ParamType1 const &Param1, \
298 ReturnTypesF>(&DefineMatcher##_Type##OverloadId)( \
352 ParamType2, ReturnTypesF>(&DefineMatcher##_Type##OverloadId)( \

Completed in 2484 milliseconds

1 2 3