Searched refs:m_docID (Results 1 – 2 of 2) sorted by relevance
889 int docID() const { return m_docID; } in docID()1310 …int m_docID; // A unique document identifier used for things like document-specific mapped attribu… variable
520 m_docID = docID++; in Document()