Searched defs:ofType (Results 1 – 4 of 4) sorted by relevance
263 public <T> Key<T> ofType(Class<T> type) { in ofType() method in Key272 public Key<?> ofType(Type type) { in ofType() method in Key281 public <T> Key<T> ofType(TypeLiteral<T> type) { in ofType() method in Key
22 public SilenceTrackImpl(Track ofType, long ms) { in SilenceTrackImpl()
43 symbolEncodingType_e ofType; member
1178 TypeDescType fir::TypeDescType::get(mlir::Type ofType) { in get()