Searched refs:cursorLen (Results 1 – 3 of 3) sorted by relevance
61 size_t cursorLen = 0; in CloudCursorImpl() local63 cloudData_, &cursor, reinterpret_cast<unsigned int *>(&cursorLen)); in CloudCursorImpl()65 cursor_ = std::string(reinterpret_cast<char *>(cursor), cursorLen); in CloudCursorImpl()
133 .cursorLen = cursor.size() in Query()
237 const unsigned int cursorLen; member