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

  /external/webkit/WebCore/bridge/jni/
JNIUtility.h 40 void_type, enumerator in enum:__anon6426
  /external/stlport/stlport/stl/pointers/
_tools.h 207 typedef _StorageT void_type; typedef in struct:_VoidCastTraitsAux
209 static void_type * uncv_ptr(void_cv_type *__ptr)
211 static void_type const* uncv_cptr(void_cv_type const*__ptr)
213 static void_type ** uncv_pptr(void_cv_type **__ptr)
215 static void_type & uncv_ref(void_cv_type & __ref)
217 static void_type const& uncv_cref(void_cv_type const& __ref)
219 static void_cv_type* cv_ptr(void_type *__ptr)
221 static void_cv_type const* cv_cptr(void_type const*__ptr)
223 static void_cv_type ** cv_pptr(void_type **__ptr)
225 static void_cv_type & cv_ref(void_type & __ref
234 typedef void* void_type; typedef in struct:_VoidCastTraitsAuxBase
274 typedef typename cv_traits::void_type void_type; typedef in struct:_CastTraits
    [all...]

Completed in 885 milliseconds