Searched defs:Unwrap (Results 1 - 3 of 3) 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/llvm/include/llvm/ADT/
H A DValueMap.h211 KeyT Unwrap() const { return cast_or_null<KeySansPointerT>(getValPtr()); } function in class:llvm::ValueMapCallbackVH
219 Config::onDelete(Copy.Map->Data, Copy.Unwrap()); // May destroy *this.
235 Config::onRAUW(Copy.Map->Data, Copy.Unwrap(), typed_new_key);
263 return PointerInfo::getHashValue(Val.Unwrap());
302 ValueTypeProxy Result = {I->first.Unwrap(), I->second};
352 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 417 milliseconds