HomeSort by relevance Sort by last modified time
    Searched refs:WrapperType (Results 1 - 5 of 5) sorted by null

  /external/mockito/src/main/java/org/mockito/internal/verification/
VerificationWrapper.java 10 public abstract class VerificationWrapper<WrapperType extends VerificationMode> implements VerificationMode {
12 protected final WrapperType wrappedVerification;
14 public VerificationWrapper(WrapperType wrappedVerification) {
  /external/llvm/include/llvm/Support/
CommandLine.h 439 typedef OptionValue<DataType> WrapperType;
497 typedef DataType WrapperType;
525 typedef cl::boolOrDefault WrapperType;
541 typedef StringRef WrapperType;
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
CommandLine.h 338 typedef OptionValue<DataType> WrapperType;
385 typedef DataType WrapperType;
408 typedef cl::boolOrDefault WrapperType;
423 typedef StringRef WrapperType;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
CommandLine.h 473 using WrapperType = OptionValue<DataType>;
531 using WrapperType = DataType;
560 using WrapperType = cl::boolOrDefault;
577 using WrapperType = StringRef;
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
CommandLine.h 458 typedef OptionValue<DataType> WrapperType;
516 typedef DataType WrapperType;
545 typedef cl::boolOrDefault WrapperType;
562 typedef StringRef WrapperType;
    [all...]

Completed in 7697 milliseconds