HomeSort by relevance Sort by last modified time
    Searched defs:unwrap (Results 1 - 25 of 459) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/bindings/go/llvm/
IRBindings.h 67 inline Metadata **unwrap(LLVMMetadataRef *Vals) { function in namespace:llvm
  /external/llvm/include/llvm/Support/
CodeGenCWrappers.h 25 inline CodeModel::Model unwrap(LLVMCodeModel Model) { function in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
CodeGenCWrappers.h 25 inline CodeModel::Model unwrap(LLVMCodeModel Model) { function in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
CodeGenCWrappers.h 25 inline CodeModel::Model unwrap(LLVMCodeModel Model) { function in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
CodeGenCWrappers.h 25 inline CodeModel::Model unwrap(LLVMCodeModel Model) { function in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
CodeGenCWrappers.h 26 inline Optional<CodeModel::Model> unwrap(LLVMCodeModel Model, bool &JIT) { function in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
CodeGenCWrappers.h 26 inline Optional<CodeModel::Model> unwrap(LLVMCodeModel Model, bool &JIT) { function in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
CodeGenCWrappers.h 26 inline Optional<CodeModel::Model> unwrap(LLVMCodeModel Model, bool &JIT) { function in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
CodeGenCWrappers.h 26 inline Optional<CodeModel::Model> unwrap(LLVMCodeModel Model, bool &JIT) { function in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
CodeGenCWrappers.h 25 inline CodeModel::Model unwrap(LLVMCodeModel Model) { function in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
CodeGenCWrappers.h 25 inline CodeModel::Model unwrap(LLVMCodeModel Model) { function in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
CodeGenCWrappers.h 25 inline CodeModel::Model unwrap(LLVMCodeModel Model) { function in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
CodeGenCWrappers.h 26 inline Optional<CodeModel::Model> unwrap(LLVMCodeModel Model, bool &JIT) { function in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
CodeGenCWrappers.h 26 inline Optional<CodeModel::Model> unwrap(LLVMCodeModel Model, bool &JIT) { function in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
CodeGenCWrappers.h 26 inline Optional<CodeModel::Model> unwrap(LLVMCodeModel Model, bool &JIT) { function in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
CodeGenCWrappers.h 26 inline Optional<CodeModel::Model> unwrap(LLVMCodeModel Model, bool &JIT) { function in namespace:llvm
  /external/swiftshader/third_party/LLVM/include/llvm-c/Transforms/
PassManagerBuilder.h 80 inline PassManagerBuilder *unwrap(LLVMPassManagerBuilderRef P) { function in namespace:llvm
  /frameworks/compile/libbcc/bcinfo/
BitcodeWrapper.cpp 52 bool BitcodeWrapper::unwrap() { function in class:bcinfo::BitcodeWrapper
  /libcore/ojluni/src/main/java/java/sql/
Wrapper.java 52 * the result of calling <code>unwrap</code> recursively on the wrapped object
61 <T> T unwrap(java.lang.Class<T> iface) throws java.sql.SQLException; method in interface:Wrapper
68 * This method should be implemented as a low-cost operation compared to <code>unwrap</code> so that
69 * callers can use this method to avoid expensive <code>unwrap</code> calls that may fail. If this method
70 * returns true then calling <code>unwrap</code> with the same argument should succeed.
  /external/swiftshader/third_party/LLVM/include/llvm-c/
Object.h 54 inline ObjectFile *unwrap(LLVMObjectFileRef OF) { function in namespace:llvm::object
62 inline section_iterator *unwrap(LLVMSectionIteratorRef SI) { function in namespace:llvm::object
Target.h 168 inline TargetData *unwrap(LLVMTargetDataRef P) { function in namespace:llvm
176 inline TargetLibraryInfo *unwrap(LLVMTargetLibraryInfoRef P) { function in namespace:llvm
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
Wrapper.java 16 public byte[] unwrap(byte[] in, int inOff, int inLen) method in interface:Wrapper
  /external/tensorflow/tensorflow/python/util/
tf_decorator.py 104 def unwrap(maybe_tf_decorator): function
  /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
CollationKeyICU.java 30 public CollationKey unwrap() { method in class:CollationKeyICU
  /frameworks/support/media/api21/androidx/media/
AudioAttributesCompatApi21.java 37 final AudioAttributes aaObject = aaWrap.unwrap();
64 public AudioAttributes unwrap() { method in class:AudioAttributesCompatApi21.Wrapper

Completed in 918 milliseconds

1 2 3 4 5 6 7 8 91011>>