Home
last modified time | relevance | path

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

123

/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/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/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/boost/boost/variant/detail/
Dmultivisitors_cpp11_based.hpp65 unwrap(Wrapper& w) in unwrap() function
72 unwrap(Wrapper& w) in unwrap() function
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
DCollationKeyICU.java30 public CollationKey unwrap() { in unwrap() method in CollationKeyICU
DBreakIteratorICU.java31 public BreakIterator unwrap() { in unwrap() method in BreakIteratorICU
DCollatorICU.java31 public Collator unwrap() { in unwrap() method in CollatorICU
DTimeZoneICU.java38 public TimeZone unwrap() { in unwrap() method in TimeZoneICU
DDateFormatSymbolsICU.java49 public DateFormatSymbols unwrap() { in unwrap() method in DateFormatSymbolsICU
DNumberFormatICU.java41 public NumberFormat unwrap() { in unwrap() method in NumberFormatICU
/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/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DFormattedStringBuilder.java29 java.text.Format.Field unwrap(); in unwrap() method
DTimeZoneAdapter.java54 public com.ibm.icu.util.TimeZone unwrap() { in unwrap() method in TimeZoneAdapter
DJavaTimeZone.java222 public java.util.TimeZone unwrap() { in unwrap() method in JavaTimeZone
/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
/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
/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

123