Searched refs:findFieldTypeOrThrow (Results 1 – 3 of 3) sorted by relevance
37 fun findFieldTypeOrThrow(dtdName: String, accessPath: List<String>): FieldType = method38 findFieldTypeOrThrow(get(dtdName), accessPath)44 fun findFieldTypeOrThrow(dtd: DataTypeDescriptor, accessPath: List<String>): FieldType method82 fieldTypeAsClass(findFieldTypeOrThrow(dtd, accessPath))
79 dtds.findFieldTypeOrThrow(accessPath.dataTypeName, listOf(accessPath.selectors.first())) in composeTraversalInner()100 val headFieldType = dtds.findFieldTypeOrThrow(dataTypeName, headSelector) in split()
41 override tailrec fun findFieldTypeOrThrow( in <lambda>() method in com.android.libraries.pcc.chronicle.api.integration.DefaultDataTypeDescriptorSet54 return findFieldTypeOrThrow(nextDtd, accessPath.drop(1)) in <lambda>()