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

  /hardware/ril/mock-ril/src/cpp/
node_object_wrap.h 49 static inline T* Unwrap (v8::Handle<v8::Object> handle)
  /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 207 KeyT Unwrap() const { return cast_or_null<KeySansPointerT>(getValPtr()); }
215 Config::onDelete(Copy.Map->Data, Copy.Unwrap()); // May destroy *this.
231 Config::onRAUW(Copy.Map->Data, Copy.Unwrap(), typed_new_key);
259 return PointerInfo::getHashValue(Val.Unwrap());
292 ValueTypeProxy Result = {I->first.Unwrap(), I->second};
342 ValueTypeProxy Result = {I->first.Unwrap(), I->second};
  /external/v8/include/
v8.h     [all...]

Completed in 220 milliseconds