Searched refs:getDocumentValues (Results 1 – 6 of 6) sorted by relevance
170 propertyBuilder.getDocumentValues(documentIdx).toBuilder(); in addPrefixToDocument()215 propertyBuilder.getDocumentValues(documentIdx).toBuilder(); in removePrefixesFromDocument()
100 .getDocumentValues()) in testPropertyParcel_onePropertySet_success()315 GenericDocumentParcel[] innerDocs = propertyMap.get("propDoc").getDocumentValues(); in testRecreateFromParcelWithParentTypes()
414 } else if (propertyParcel.getDocumentValues() != null) { in getRawPropertyFromRawDocument()417 GenericDocumentParcel[] docValues = propertyParcel.getDocumentValues(); in getRawPropertyFromRawDocument()454 && ((PropertyParcel) currentElementValue).getDocumentValues() != null) { in getRawPropertyFromRawDocument()456 ((PropertyParcel) currentElementValue).getDocumentValues(); in getRawPropertyFromRawDocument()
161 property.getDocumentValues(j), prefix, schemaCache, parentTypeMap); in collectParentTypeMap()
220 property.getDocumentValues(j), prefix, schemaCache, config); in toGenericDocument()
129 public GenericDocumentParcel @Nullable [] getDocumentValues() { in getDocumentValues() method in PropertyParcel