Home
last modified time | relevance | path

Searched defs:ofType (Results 1 – 4 of 4) sorted by relevance

/external/guice/core/src/com/google/inject/
DKey.java263 public <T> Key<T> ofType(Class<T> type) { in ofType() method in Key
272 public Key<?> ofType(Type type) { in ofType() method in Key
281 public <T> Key<T> ofType(TypeLiteral<T> type) { in ofType() method in Key
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
DSilenceTrackImpl.java22 public SilenceTrackImpl(Track ofType, long ms) { in SilenceTrackImpl()
/external/zstd/lib/compress/
Dzstd_compress_superblock.c43 symbolEncodingType_e ofType; member
/external/llvm-project/flang/lib/Optimizer/Dialect/
DFIRType.cpp1178 TypeDescType fir::TypeDescType::get(mlir::Type ofType) { in get()