Searched refs:examples_map (Results 1 – 1 of 1) sorted by relevance
104 const auto& examples_map = store->examples_by_collection_uri(); in CreateExampleIterator() local105 if (auto it = examples_map.find(example_selector.collection_uri()); in CreateExampleIterator()106 it != examples_map.end()) { in CreateExampleIterator()