Searched refs:ProjectionTree (Results 1 – 12 of 12) sorted by relevance
/external/icing/icing/result/ |
D | projection-tree.cc | 25 ProjectionTree::ProjectionTree(const TypePropertyMask& type_field_mask) { in ProjectionTree() function in icing::lib::ProjectionTree 35 ProjectionTree::Node* ProjectionTree::AddChildNode( in AddChildNode() 44 current_children->push_back(ProjectionTree::Node(property_name)); in AddChildNode()
|
D | result-retriever_test.cc | 256 std::unordered_map<std::string, ProjectionTree>(), in TEST_F() 306 std::unordered_map<std::string, ProjectionTree>(), in TEST_F() 348 std::unordered_map<std::string, ProjectionTree>(), in TEST_F() 399 std::unordered_map<std::string, ProjectionTree>(), in TEST_F() 440 std::unordered_map<std::string, ProjectionTree>(), in TEST_F() 488 std::unordered_map<std::string, ProjectionTree>(), in TEST_F() 589 std::unordered_map<std::string, ProjectionTree>(), in TEST_F() 660 std::unordered_map<std::string, ProjectionTree>(), in TEST_F() 711 std::unordered_map<std::string, ProjectionTree>(), in TEST_F() 761 std::unordered_map<std::string, ProjectionTree>(), in TEST_F() [all …]
|
D | projection-tree_test.cc | 32 ProjectionTree tree(type_field_mask); in TEST() 41 ProjectionTree tree(type_field_mask); in TEST() 53 ProjectionTree tree(type_field_mask); in TEST() 67 ProjectionTree tree(type_field_mask); in TEST() 83 ProjectionTree tree(type_field_mask); in TEST()
|
D | projection-tree.h | 27 class ProjectionTree { 38 explicit ProjectionTree(const TypePropertyMask& type_field_mask);
|
D | page-result-state.h | 33 std::unordered_map<std::string, ProjectionTree> tree_map, in PageResultState() 52 std::unordered_map<std::string, ProjectionTree> projection_tree_map;
|
D | projector.cc | 24 void Project(const std::vector<ProjectionTree::Node>& projection_tree, in Project() 30 [&prop](const ProjectionTree::Node& node) { in Project()
|
D | result-state.h | 63 const std::unordered_map<std::string, ProjectionTree>& projection_tree_map() in projection_tree_map() 88 std::unordered_map<std::string, ProjectionTree> projection_tree_map_;
|
D | projector.h | 28 void Project(const std::vector<ProjectionTree::Node>& projection_tree,
|
D | result-state-manager.cc | 48 std::unordered_map<std::string, ProjectionTree> projection_tree_map_copy = in RankAndPaginate() 108 std::unordered_map<std::string, ProjectionTree> projection_tree_map_copy = in GetNextPage()
|
D | result-retriever.cc | 67 std::string(ProjectionTree::kSchemaTypeWildcard)); in RetrieveResults()
|
D | result-state.cc | 55 {type_field_mask.schema_type(), ProjectionTree(type_field_mask)}); in ResultState()
|
/external/icing/icing/ |
D | icing-search-engine.cc | 724 std::unique_ptr<ProjectionTree> type_projection_tree; in Get() 725 std::unique_ptr<ProjectionTree> wildcard_projection_tree; in Get() 729 type_projection_tree = std::make_unique<ProjectionTree>(type_field_mask); in Get() 731 ProjectionTree::kSchemaTypeWildcard) { in Get() 733 std::make_unique<ProjectionTree>(type_field_mask); in Get()
|