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

  /external/chromium/base/
bind_helpers.h 201 // Unwrap the stored parameters for the wrappers above.
203 T Unwrap(T o) { return o; }
206 T* Unwrap(UnretainedWrapper<T> unretained) { return unretained.get(); }
209 const T& Unwrap(ConstRefWrapper<T> const_ref) {
  /external/llvm/include/llvm/ADT/
ValueMap.h 210 KeyT Unwrap() const { return cast_or_null<KeySansPointerT>(getValPtr()); }
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/
v8.h     [all...]

Completed in 257 milliseconds