HomeSort by relevance Sort by last modified time
    Searched full:storage_type (Results 1 - 9 of 9) sorted by null

  /external/stlport/stlport/stl/pointers/
_tools.h 304 typedef _Tp storage_type; typedef in struct:_CastTraits
307 static value_type * to_value_type_ptr(storage_type *__ptr)
309 static value_type const* to_value_type_cptr(storage_type const*__ptr)
311 static value_type ** to_value_type_pptr(storage_type **__ptr)
313 static value_type & to_value_type_ref(storage_type &__ref)
315 static value_type const& to_value_type_cref(storage_type const&__ref)
318 static storage_type * to_storage_type_ptr(value_type *__ptr)
320 static storage_type const* to_storage_type_cptr(value_type const*__ptr)
322 static storage_type ** to_storage_type_pptr(value_type **__ptr)
324 static storage_type const& to_storage_type_cref(value_type const& __ref
406 typedef _StorageT storage_type; typedef in struct:_CastTraits
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_tools.h 304 typedef _Tp storage_type; typedef in struct:_CastTraits
307 static value_type * to_value_type_ptr(storage_type *__ptr)
309 static value_type const* to_value_type_cptr(storage_type const*__ptr)
311 static value_type ** to_value_type_pptr(storage_type **__ptr)
313 static value_type & to_value_type_ref(storage_type &__ref)
315 static value_type const& to_value_type_cref(storage_type const&__ref)
318 static storage_type * to_storage_type_ptr(value_type *__ptr)
320 static storage_type const* to_storage_type_cptr(value_type const*__ptr)
322 static storage_type ** to_storage_type_pptr(value_type **__ptr)
324 static storage_type const& to_storage_type_cref(value_type const& __ref
406 typedef _StorageT storage_type; typedef in struct:_CastTraits
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/pointers/
_tools.h 304 typedef _Tp storage_type; typedef in struct:_CastTraits
307 static value_type * to_value_type_ptr(storage_type *__ptr)
309 static value_type const* to_value_type_cptr(storage_type const*__ptr)
311 static value_type ** to_value_type_pptr(storage_type **__ptr)
313 static value_type & to_value_type_ref(storage_type &__ref)
315 static value_type const& to_value_type_cref(storage_type const&__ref)
318 static storage_type * to_storage_type_ptr(value_type *__ptr)
320 static storage_type const* to_storage_type_cptr(value_type const*__ptr)
322 static storage_type ** to_storage_type_pptr(value_type **__ptr)
324 static storage_type const& to_storage_type_cref(value_type const& __ref
403 typedef _StorageT storage_type; typedef in struct:_CastTraits
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/pointers/
_tools.h 304 typedef _Tp storage_type; typedef in struct:_CastTraits
307 static value_type * to_value_type_ptr(storage_type *__ptr)
309 static value_type const* to_value_type_cptr(storage_type const*__ptr)
311 static value_type ** to_value_type_pptr(storage_type **__ptr)
313 static value_type & to_value_type_ref(storage_type &__ref)
315 static value_type const& to_value_type_cref(storage_type const&__ref)
318 static storage_type * to_storage_type_ptr(value_type *__ptr)
320 static storage_type const* to_storage_type_cptr(value_type const*__ptr)
322 static storage_type ** to_storage_type_pptr(value_type **__ptr)
324 static storage_type const& to_storage_type_cref(value_type const& __ref
403 typedef _StorageT storage_type; typedef in struct:_CastTraits
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/pointers/
_tools.h 304 typedef _Tp storage_type; typedef in struct:_CastTraits
307 static value_type * to_value_type_ptr(storage_type *__ptr)
309 static value_type const* to_value_type_cptr(storage_type const*__ptr)
311 static value_type ** to_value_type_pptr(storage_type **__ptr)
313 static value_type & to_value_type_ref(storage_type &__ref)
315 static value_type const& to_value_type_cref(storage_type const&__ref)
318 static storage_type * to_storage_type_ptr(value_type *__ptr)
320 static storage_type const* to_storage_type_cptr(value_type const*__ptr)
322 static storage_type ** to_storage_type_pptr(value_type **__ptr)
324 static storage_type const& to_storage_type_cref(value_type const& __ref
403 typedef _StorageT storage_type; typedef in struct:_CastTraits
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/pointers/
_tools.h 304 typedef _Tp storage_type; typedef in struct:_CastTraits
307 static value_type * to_value_type_ptr(storage_type *__ptr)
309 static value_type const* to_value_type_cptr(storage_type const*__ptr)
311 static value_type ** to_value_type_pptr(storage_type **__ptr)
313 static value_type & to_value_type_ref(storage_type &__ref)
315 static value_type const& to_value_type_cref(storage_type const&__ref)
318 static storage_type * to_storage_type_ptr(value_type *__ptr)
320 static storage_type const* to_storage_type_cptr(value_type const*__ptr)
322 static storage_type ** to_storage_type_pptr(value_type **__ptr)
324 static storage_type const& to_storage_type_cref(value_type const& __ref
406 typedef _StorageT storage_type; typedef in struct:_CastTraits
    [all...]
  /external/llvm/include/llvm/Support/
ErrorOr.h 174 >::type storage_type; typedef in class:llvm::ErrorOr
209 new (get()) storage_type(moveIfMoveConstructible<storage_type>(Val));
260 get()->~storage_type();
306 new (get()) storage_type(*Other.get());
344 new (get()) storage_type(std::move(*Other.get()));
374 storage_type *get() {
377 return reinterpret_cast<storage_type*>(TStorage.buffer);
380 const storage_type *get() const {
383 return reinterpret_cast<const storage_type*>(TStorage.buffer)
    [all...]
  /external/chromium/chrome/browser/tab_contents/
tab_specific_content_settings.cc 165 DOMStorageType storage_type,
170 storage_type == DOM_STORAGE_LOCAL ?
tab_specific_content_settings.h 110 DOMStorageType storage_type,

Completed in 928 milliseconds