Searched defs:findFieldTypeOrThrow (Results 1 – 2 of 2) sorted by relevance
37 fun findFieldTypeOrThrow(dtdName: String, accessPath: List<String>): FieldType = method44 fun findFieldTypeOrThrow(dtd: DataTypeDescriptor, accessPath: List<String>): FieldType method
41 override tailrec fun findFieldTypeOrThrow( in <lambda>() method in com.android.libraries.pcc.chronicle.api.integration.DefaultDataTypeDescriptorSet