Searched defs:Unwrap (Results 1 - 8 of 8) sorted by relevance

/external/chromium/base/
H A Dbind_helpers.h201 // Unwrap the stored parameters for the wrappers above.
203 T Unwrap(T o) { return o; } function in namespace:base::internal
206 T* Unwrap(UnretainedWrapper<T> unretained) { return unretained.get(); } function in namespace:base::internal
209 const T& Unwrap(ConstRefWrapper<T> const_ref) { function in namespace:base::internal
/external/chromium_org/sync/internal_api/public/util/
H A Dimmutable.h96 return Traits::Unwrap(wrapper_);
202 static const T& Unwrap(const Wrapper& wrapper) { return wrapper; } function in struct:syncer::DefaultImmutableTraits
/external/chromium_org/mojo/public/bindings/lib/
H A Dbindings_internal.h71 static typename T::Data* Unwrap(const T& object) { function in class:mojo::internal::WrapperHelper
82 inline typename T::Data* Unwrap(const T& object) { function in namespace:mojo::internal
83 return WrapperHelper<T>::Unwrap(object);
/external/chromium_org/remoting/base/
H A Ddispatch_win.h73 // Unwrap() routines unpack the output parameters from VARIANTARG structures
76 void Unwrap(const VARIANT& param_out) { function in class:remoting::dispatch::internal::ScopedVariantArg
80 void Unwrap(VARIANT* const & param_out) { function in class:remoting::dispatch::internal::ScopedVariantArg
154 // Unwrap the return value.
156 result.Unwrap(result_out);
203 // Unwrap the parameters.
204 disp_args[1 - 1].Unwrap(p1);
206 // Unwrap the return value.
208 result.Unwrap(result_out);
259 // Unwrap th
[all...]
/external/chromium_org/sync/api/
H A Dsync_data.cc30 const sync_pb::SyncEntity& SyncData::ImmutableSyncEntityTraits::Unwrap( function in class:syncer::SyncData::ImmutableSyncEntityTraits
/external/chromium_org/base/
H A Dbind_helpers.h385 // Unwrap the stored parameters for the wrappers above.
389 static ForwardType Unwrap(const T& o) { return o; } function in struct:base::internal::UnwrapTraits
395 static ForwardType Unwrap(UnretainedWrapper<T> unretained) { function in struct:base::internal::UnwrapTraits
403 static ForwardType Unwrap(ConstRefWrapper<T> const_ref) { function in struct:base::internal::UnwrapTraits
411 static ForwardType Unwrap(const scoped_refptr<T>& o) { return o.get(); } function in struct:base::internal::UnwrapTraits
417 static ForwardType Unwrap(const WeakPtr<T>& o) { return o; } function in struct:base::internal::UnwrapTraits
423 static ForwardType Unwrap(const OwnedWrapper<T>& o) { function in struct:base::internal::UnwrapTraits
431 static T Unwrap(PassedWrapper<T>& o) { function in struct:base::internal::UnwrapTraits
/external/llvm/include/llvm/ADT/
H A DValueMap.h210 KeyT Unwrap() const { return cast_or_null<KeySansPointerT>(getValPtr()); } function in class:llvm::ValueMapCallbackVH
218 Config::onDelete(Copy.Map->Data, Copy.Unwrap()); // May destroy *this.
234 Config::onRAUW(Copy.Map->Data, Copy.Unwrap(), typed_new_key);
262 return PointerInfo::getHashValue(Val.Unwrap());
301 ValueTypeProxy Result = {I->first.Unwrap(), I->second};
351 ValueTypeProxy Result = {I->first.Unwrap(), I->second};
/external/v8/include/
H A Dv8.h1917 * value Unwrap should be used, all other operations on that object will lead
1923 static inline void* Unwrap(Handle<Value> obj);
4120 void* External::Unwrap(Handle<v8::Value> obj) { function in class:v8::External

Completed in 353 milliseconds