Searched refs:type (Results 1 – 5 of 5) sorted by relevance
54 import javax.lang.model.type.TypeMirror;232 TypeName type = ClassName.get((TypeElement) versionedParcelable); in generateSerialization() local241 .returns(type) in generateSerialization()251 readBuilder.addStatement("$T obj = sBuilder.get()", type); in generateSerialization()253 readBuilder.addStatement("$1T obj = new $1T()", type); in generateSerialization()260 .addParameter(type, "obj") in generateSerialization()328 .returns(type) in generateSerialization()335 .addParameter(type, "obj") in generateSerialization()358 private String typeString(TypeMirror type) { in typeString() argument359 return TypeName.get(type).toString(); in typeString()[all …]
883 int type = getType(val.iterator().next()); in writeCollection() local884 writeInt(type); in writeCollection()885 switch (type) { in writeCollection()952 int type = getType(val[0]); in writeArray() local953 writeInt(type); in writeArray()954 switch (type) { in writeArray()1331 int type = readInt(); in readCollection() local1335 switch (type) { in readCollection()1433 int type = readInt(); in readArray() local1437 switch (type) { in readArray()
494 private void readObject(int type, @Nullable String key, @NonNull Bundle b) { in readObject() argument495 switch (type) { in readObject()542 throw new RuntimeException("Unknown type " + type); in readObject()
37 type = SoftwareType.ANNOTATION_PROCESSOR
67 type = SoftwareType.PUBLISHED_LIBRARY