HomeSort by relevance Sort by last modified time
    Searched refs:internal_type (Results 1 - 3 of 3) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/
optional.hpp 182 ::boost::detail::make_reference_content<T>::type internal_type ; typedef in class:boost::optional_detail::optional_base
184 typedef aligned_storage<internal_type> storage_type ;
346 new (m_storage.address()) internal_type(val) ;
392 new (m_storage.address()) internal_type(expr) ;
427 new (m_storage.address()) internal_type(expr.get()) ;
452 // internal_type can be either T or reference_content<T>
455 internal_type const* get_object() const
457 union { void const* ap_pvoid; internal_type const* as_ptype; } caster = { m_storage.address() };
460 internal_type * get_object()
462 union { void* ap_pvoid; internal_type* as_ptype; } caster = { m_storage.address() }
    [all...]
  /external/chromium_org/components/autofill/content/browser/wallet/
full_wallet.cc 196 std::string internal_type = local
198 if (internal_type == kGenericCard)
200 return CreditCard::TypeForDisplay(internal_type);
  /external/v8/src/
api.cc 6209 i::HeapSnapshot::Type internal_type = i::HeapSnapshot::kFull; local
    [all...]

Completed in 192 milliseconds