Home
last modified time | relevance | path

Searched defs:unwrap (Results 1 – 25 of 40) sorted by relevance

12

/third_party/boost/boost/mpl/aux_/
Dunwrap.hpp26 F& unwrap(F& f, long) in unwrap() function
35 unwrap(reference_wrapper<F>& f, int) in unwrap() function
44 unwrap(reference_wrapper<F> const& f, int) in unwrap() function
/third_party/boost/boost/iostreams/detail/
Dwrap_unwrap.hpp88 unwrap(const reference_wrapper<T>& ref) { return ref.get(); } in unwrap() function
91 typename unwrapped_type<T>::type& unwrap(T& t) { return t; } in unwrap() function
94 const typename unwrapped_type<T>::type& unwrap(const T& t) { return t; } in unwrap() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DCodeGenCWrappers.h25 inline Optional<CodeModel::Model> unwrap(LLVMCodeModel Model, bool &JIT) { in unwrap() function
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DMappedSubresourceVerifier11.h57 inline void MappedSubresourceVerifier11::unwrap() {} in unwrap() function
DMappedSubresourceVerifier11.cpp105 void MappedSubresourceVerifier11::unwrap() in unwrap() function in rx::MappedSubresourceVerifier11
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DMappedSubresourceVerifier11.h57 inline void MappedSubresourceVerifier11::unwrap() {} in unwrap() function
DMappedSubresourceVerifier11.cpp105 void MappedSubresourceVerifier11::unwrap() in unwrap() function in rx::MappedSubresourceVerifier11
/third_party/boost/boost/variant/detail/
Dmultivisitors_cpp11_based.hpp65 unwrap(Wrapper& w) in unwrap() function
72 unwrap(Wrapper& w) in unwrap() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DObject.cpp23 inline OwningBinary<ObjectFile> *unwrap(LLVMObjectFileRef OF) { in unwrap() function
32 inline section_iterator *unwrap(LLVMSectionIteratorRef SI) { in unwrap() function
42 inline symbol_iterator *unwrap(LLVMSymbolIteratorRef SI) { in unwrap() function
52 inline relocation_iterator *unwrap(LLVMRelocationIteratorRef SI) { in unwrap() function
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/plugin/common/
DJSONUtil.java21 public static Object unwrap(Object o) { in unwrap() method in JSONUtil
/third_party/boost/libs/hana/test/_include/support/
Dequivalence_class.hpp16 T unwrap; member
/third_party/boost/libs/type_erasure/test/
Dtest_assign.cpp145 const unwrapped_type& unwrap() { return value; } in unwrap() function
147 const U& unwrap() { return value; } in unwrap() function
166 const unwrapped_type& unwrap() { return value; } in unwrap() function
168 const U& unwrap() { return any_cast<const U&>(value); } in unwrap() function
187 const unwrapped_type& unwrap() { return unwrap<unwrapped_type>(); } in unwrap() function
189 const U& unwrap() { return impl.template unwrap<unwrapped_type>(); } in unwrap() function
208 const unwrapped_type& unwrap() { return unwrap<unwrapped_type>(); } in unwrap() function
210 const U& unwrap() { return impl.template unwrap<unwrapped_type>(); } in unwrap() function
224 const unwrapped_type& unwrap() { return unwrap<unwrapped_type>(); } in unwrap() function
226 const U& unwrap() { return impl.template unwrap<unwrapped_type>(); } in unwrap() function
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DAttributes.h204 inline Attribute unwrap(LLVMAttributeRef Attr) { in unwrap() function
DDataLayout.h575 inline DataLayout *unwrap(LLVMTargetDataRef P) { in unwrap() function
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DTimeZoneAdapter.java55 public ohos.global.icu.util.TimeZone unwrap() { in unwrap() method in TimeZoneAdapter
DJavaTimeZone.java224 public java.util.TimeZone unwrap() { in unwrap() method in JavaTimeZone
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DAttributes.h186 inline Attribute unwrap(LLVMAttributeRef Attr) { in unwrap() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetMachineC.cpp34 static TargetMachine *unwrap(LLVMTargetMachineRef P) { in unwrap() function
37 static Target *unwrap(LLVMTargetRef P) { in unwrap() function
DTarget.cpp29 inline TargetLibraryInfoImpl *unwrap(LLVMTargetLibraryInfoRef P) { in unwrap() function
/third_party/boost/boost/statechart/
Dprocessor_container.hpp52 struct unwrap struct
55 is_reference_wrapper< T >::value >::template apply< T >::type type;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DPassManagerBuilder.cpp1100 inline PassManagerBuilder *unwrap(LLVMPassManagerBuilderRef P) { in unwrap() function
/third_party/mbedtls/library/
Dnist_kw.c352 static int unwrap( mbedtls_nist_kw_context *ctx, in unwrap() function
/third_party/node/test/js-native-api/test_general/
Dtest_general.c169 static napi_value unwrap(napi_env env, napi_callback_info info) { in unwrap() function
/third_party/node/lib/
Devents.js672 function _listeners(target, type, unwrap) { argument
/third_party/python/Lib/
Dssl.py946 def unwrap(self): member in SSLObject
1283 def unwrap(self): member in SSLSocket

12