Searched refs:typePropertyMaskBuilders (Results 1 – 2 of 2) sorted by relevance
41 List<TypePropertyMask.Builder> typePropertyMaskBuilders = in toTypePropertyMaskBuilderList() local44 typePropertyMaskBuilders.add( in toTypePropertyMaskBuilderList()49 return typePropertyMaskBuilders; in toTypePropertyMaskBuilderList()
503 List<TypePropertyMask.Builder> typePropertyMaskBuilders = in toResultSpecProto() local507 for (int i = 0; i < typePropertyMaskBuilders.size(); i++) { in toResultSpecProto()508 String unprefixedType = typePropertyMaskBuilders.get(i).getSchemaType(); in toResultSpecProto()510 resultSpecBuilder.addTypePropertyMasks(typePropertyMaskBuilders.get(i).build()); in toResultSpecProto()517 typePropertyMaskBuilders in toResultSpecProto()