Searched refs:getDocumentValues (Results 1 – 5 of 5) sorted by relevance
172 propertyBuilder.getDocumentValues(documentIdx).toBuilder(); in addPrefixToDocument()218 propertyBuilder.getDocumentValues(documentIdx).toBuilder(); in removePrefixesFromDocument()
87 .getDocumentValues()) in testPropertyParcel_onePropertySet_success()284 GenericDocumentParcel[] innerDocs = propertyMap.get("propDoc").getDocumentValues(); in testRecreateFromParcelWithParentTypes()
365 } else if (propertyParcel.getDocumentValues() != null) { in getRawPropertyFromRawDocument()368 GenericDocumentParcel[] docValues = propertyParcel.getDocumentValues(); in getRawPropertyFromRawDocument()400 && ((PropertyParcel) currentElementValue).getDocumentValues() != null) { in getRawPropertyFromRawDocument()402 ((PropertyParcel) currentElementValue).getDocumentValues(); in getRawPropertyFromRawDocument()
137 public GenericDocumentParcel[] getDocumentValues() { in getDocumentValues() method in PropertyParcel
212 property.getDocumentValues(j), prefix, schemaTypeMap, config); in toGenericDocument()