Home
last modified time | relevance | path

Searched refs:nested_document (Results 1 – 2 of 2) sorted by relevance

/external/icing/icing/util/
Ddocument-validator.cc154 for (const DocumentProto& nested_document : property.document_values()) { in Validate() local
155 if (nested_type_expected.compare(nested_document.schema()) != 0) { in Validate()
161 nested_document.schema(), "' for key: (", document.namespace_(), in Validate()
164 ICING_RETURN_IF_ERROR(Validate(nested_document, depth + 1)); in Validate()
/external/icing/icing/schema/
Dsection-manager.cc230 for (const auto& nested_document : property_iterator->document_values()) { in GetStringSectionContent() local
232 GetStringSectionContent(nested_document, sub_section_path); in GetStringSectionContent()