Home
last modified time | relevance | path

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

/external/libtextclassifier/annotator/datetime/
Dparser.cc201 for (auto& span_index_pair : indexed_found_spans) { in Parse() local
202 found_spans.push_back(span_index_pair.first); in Parse()