Searched refs:nested_document (Results 1 – 2 of 2) sorted by relevance
154 for (const DocumentProto& nested_document : property.document_values()) { in Validate() local155 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()
230 for (const auto& nested_document : property_iterator->document_values()) { in GetStringSectionContent() local232 GetStringSectionContent(nested_document, sub_section_path); in GetStringSectionContent()