HomeSort by relevance Sort by last modified time
    Searched defs:Impl (Results 26 - 50 of 249) sorted by null

12 3 4 5 6 7 8 910

  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Index/
CodegenNameGenerator.h 46 std::unique_ptr<Implementation> Impl;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/MIRParser/
MIRParser.h 35 std::unique_ptr<MIRParserImpl> Impl;
38 MIRParser(std::unique_ptr<MIRParserImpl> Impl);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Index/
CodegenNameGenerator.h 46 std::unique_ptr<Implementation> Impl;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/MIRParser/
MIRParser.h 35 std::unique_ptr<MIRParserImpl> Impl;
38 MIRParser(std::unique_ptr<MIRParserImpl> Impl);
  /external/clang/include/clang/AST/
ParentMap.h 22 void* Impl;
  /external/llvm/include/llvm/Support/
CrashRecoveryContext.h 42 void *Impl;
46 CrashRecoveryContext() : Impl(nullptr), head(nullptr) {}
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ParentMap.h 22 void* Impl;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
CrashRecoveryContext.h 42 void *Impl;
46 CrashRecoveryContext() : Impl(nullptr), head(nullptr) {}
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ParentMap.h 22 void* Impl;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
CrashRecoveryContext.h 42 void *Impl;
46 CrashRecoveryContext() : Impl(nullptr), head(nullptr) {}
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ParentMap.h 22 void* Impl;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
CrashRecoveryContext.h 42 void *Impl;
46 CrashRecoveryContext() : Impl(nullptr), head(nullptr) {}
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ParentMap.h 22 void* Impl;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
CrashRecoveryContext.h 42 void *Impl;
46 CrashRecoveryContext() : Impl(nullptr), head(nullptr) {}
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ParentMap.h 22 void* Impl;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
CrashRecoveryContext.h 42 void *Impl;
46 CrashRecoveryContext() : Impl(nullptr), head(nullptr) {}
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ParentMap.h 22 void* Impl;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
CrashRecoveryContext.h 42 void *Impl;
46 CrashRecoveryContext() : Impl(nullptr), head(nullptr) {}
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ParentMap.h 22 void* Impl;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
CrashRecoveryContext.h 42 void *Impl;
46 CrashRecoveryContext() : Impl(nullptr), head(nullptr) {}
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ParentMap.h 22 void* Impl;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
CrashRecoveryContext.h 42 void *Impl;
46 CrashRecoveryContext() : Impl(nullptr), head(nullptr) {}
  /external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
FuturesCombineBenchmark.java 37 enum Impl {
76 @Param Impl impl;
85 Impl impl = this.impl;
89 sum += impl.combine(callable, INLINE_EXECUTOR, futures).get();
100 Impl impl = this.impl;
    [all...]
  /external/jacoco/org.jacoco.core.test/src-java8/org/jacoco/core/test/validation/targets/
InterfaceDefaultMethodsTarget.java 31 public class Impl implements InterfaceDefaultMethodsTarget {
33 public Impl() {
39 new Impl();
InterfaceOnlyDefaultMethodsTarget.java 29 public class Impl implements InterfaceOnlyDefaultMethodsTarget {
31 public Impl() {
37 new Impl();

Completed in 367 milliseconds

12 3 4 5 6 7 8 910