Home
last modified time | relevance | path

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

/third_party/node/src/
H A Dnode_object_wrap.h47 static inline T* Unwrap(v8::Local<v8::Object> handle) { in Unwrap() function in node::ObjectWrap
H A Dbase_object.h235 inline T* Unwrap(v8::Local<v8::Value> obj) { in Unwrap() function
H A Djs_native_api_v8.cc512 inline JSVM_Status Unwrap(JSVM_Env env, in Unwrap() function
/third_party/node/deps/v8/src/objects/
H A Dhash-table.h67 static Object Unwrap(Object key) { return key; } in Unwrap() function in v8::internal::BaseShape
H A Ddictionary-inl.h194 Object GlobalDictionaryShape::Unwrap(Object object) { in Unwrap() function in v8::internal::GlobalDictionaryShape
/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest-matchers.h539 static const T& Unwrap(const T& v) { return v; } in Unwrap() function in testing::internal::ComparisonBase
541 static const T& Unwrap(std::reference_wrapper<T> v) { return v; } in Unwrap() function in testing::internal::ComparisonBase
/third_party/node/test/js-native-api/test_object/
H A Dtest_object.c466 static napi_value Unwrap(napi_env env, napi_callback_info info) { in Unwrap() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DValueMap.h258 KeyT Unwrap() const { return cast_or_null<KeySansPointerT>(getValPtr()); } in Unwrap() function in llvm::final
/third_party/googletest/googletest/include/gtest/
H A Dgtest-matchers.h749 static const T& Unwrap(const T& v) { in Unwrap() function in testing::internal::ComparisonBase
753 static const T& Unwrap(std::reference_wrapper<T> v) { in Unwrap() function in testing::internal::ComparisonBase
/third_party/node/deps/googletest/include/gtest/
H A Dgtest-matchers.h713 static const T& Unwrap(const T& v) { in Unwrap() function in testing::internal::ComparisonBase
717 static const T& Unwrap(std::reference_wrapper<T> v) { in Unwrap() function in testing::internal::ComparisonBase

Completed in 18 milliseconds