| /third_party/boost/boost/mpl/aux_/ |
| D | unwrap.hpp | 26 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/ |
| D | wrap_unwrap.hpp | 88 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/ |
| D | CodeGenCWrappers.h | 25 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/ |
| D | MappedSubresourceVerifier11.h | 57 inline void MappedSubresourceVerifier11::unwrap() {} in unwrap() function
|
| D | MappedSubresourceVerifier11.cpp | 105 void MappedSubresourceVerifier11::unwrap() in unwrap() function in rx::MappedSubresourceVerifier11
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| D | MappedSubresourceVerifier11.h | 57 inline void MappedSubresourceVerifier11::unwrap() {} in unwrap() function
|
| D | MappedSubresourceVerifier11.cpp | 105 void MappedSubresourceVerifier11::unwrap() in unwrap() function in rx::MappedSubresourceVerifier11
|
| /third_party/boost/boost/variant/detail/ |
| D | multivisitors_cpp11_based.hpp | 65 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/ |
| D | Object.cpp | 23 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/ |
| D | JSONUtil.java | 21 public static Object unwrap(Object o) { in unwrap() method in JSONUtil
|
| /third_party/boost/libs/hana/test/_include/support/ |
| D | equivalence_class.hpp | 16 T unwrap; member
|
| /third_party/boost/libs/type_erasure/test/ |
| D | test_assign.cpp | 145 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/ |
| D | Attributes.h | 204 inline Attribute unwrap(LLVMAttributeRef Attr) { in unwrap() function
|
| D | DataLayout.h | 575 inline DataLayout *unwrap(LLVMTargetDataRef P) { in unwrap() function
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| D | TimeZoneAdapter.java | 55 public ohos.global.icu.util.TimeZone unwrap() { in unwrap() method in TimeZoneAdapter
|
| D | JavaTimeZone.java | 224 public java.util.TimeZone unwrap() { in unwrap() method in JavaTimeZone
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
| D | Attributes.h | 186 inline Attribute unwrap(LLVMAttributeRef Attr) { in unwrap() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
| D | TargetMachineC.cpp | 34 static TargetMachine *unwrap(LLVMTargetMachineRef P) { in unwrap() function 37 static Target *unwrap(LLVMTargetRef P) { in unwrap() function
|
| D | Target.cpp | 29 inline TargetLibraryInfoImpl *unwrap(LLVMTargetLibraryInfoRef P) { in unwrap() function
|
| /third_party/boost/boost/statechart/ |
| D | processor_container.hpp | 52 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/ |
| D | PassManagerBuilder.cpp | 1100 inline PassManagerBuilder *unwrap(LLVMPassManagerBuilderRef P) { in unwrap() function
|
| /third_party/mbedtls/library/ |
| D | nist_kw.c | 352 static int unwrap( mbedtls_nist_kw_context *ctx, in unwrap() function
|
| /third_party/node/test/js-native-api/test_general/ |
| D | test_general.c | 169 static napi_value unwrap(napi_env env, napi_callback_info info) { in unwrap() function
|
| /third_party/node/lib/ |
| D | events.js | 672 function _listeners(target, type, unwrap) { argument
|
| /third_party/python/Lib/ |
| D | ssl.py | 946 def unwrap(self): member in SSLObject 1283 def unwrap(self): member in SSLSocket
|