Searched refs:setDocument (Results 1 – 3 of 3) sorted by relevance
72 .setDocument(joinedDocProtoBuilder) in testToSearchResultProto()77 .setDocument(documentProtoBuilder) in testToSearchResultProto()140 .setDocument(joinedDocProtoBuilder) in testToSearchResultProtoWithDoublyNested()145 .setDocument(joinedDocProtoBuilder) in testToSearchResultProtoWithDoublyNested()151 .setDocument(documentProtoBuilder) in testToSearchResultProtoWithDoublyNested()
99 .setDocument(documentProto) in testSingleStringSnippet()150 .setDocument(documentProto)) in testNoSnippets()217 .setDocument(documentProto) in testMultipleStringSnippet()321 .setDocument(documentProto) in testNestedDocumentSnippet()
141 matchInfo.setDocument(getGenericDocument()); in getMatchInfos()700 void setDocument(@NonNull GenericDocument document) { in setDocument() method in SearchResult.MatchInfo