Home | History | Annotate | Download | only in storage

Lines Matching defs:indexName

1085     static Vector<char> encode(int64_t databaseId, int64_t objectStoreId, const String& indexName)
1091 ret.append(encodeStringWithLength(indexName));
1103 String indexName() const { return m_indexName; }
1944 String indexName = decodeString(it->value().begin(), it->value().end());
1961 foundNames.append(indexName);