Searched refs:typeFromString (Results 1 – 8 of 8) sorted by relevance
34 .addStreamType(new DescendantOf(Suppliers.typeFromString("java.util.stream.Stream"))) in getJavaStreamNullabilityPropagator()83 .addStreamType(new DescendantOf(Suppliers.typeFromString("io.reactivex.Observable"))) in getRxStreamNullabilityPropagator()115 .addStreamType(new DescendantOf(Suppliers.typeFromString("io.reactivex.Maybe"))) in getRxStreamNullabilityPropagator()125 .addStreamType(new DescendantOf(Suppliers.typeFromString("io.reactivex.Single"))) in getRxStreamNullabilityPropagator()
57 Suppliers.typeFromString(GRPC_METADATA_TNAME);60 Suppliers.typeFromString(GRPC_METADATA_KEY_TNAME);
55 private static final Supplier<Type> TBASE_TYPE_SUPPLIER = Suppliers.typeFromString(TBASE_NAME);
27 return new CastableTo(Suppliers.typeFromString(type)); in isCastableTo()
121 static OperandType typeFromString(const std::string& s,
504 Spec->operands[operandIndex].type = typeFromString(typeName, in handleOperand()912 OperandType RecognizableInstr::typeFromString(const std::string &s, in typeFromString() function in RecognizableInstr
61 private static final Supplier<Type> MAP_TYPE_SUPPLIER = Suppliers.typeFromString("java.util.Map");
137 private static final Supplier<Type> SET_TYPE_SUPPLIER = Suppliers.typeFromString("java.util.Set");140 Suppliers.typeFromString("java.util.Iterator");