reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
51 Index = 0; 54 Index = static_cast<uint32_t>(I); 69 return (Map == R.Map) && (Index == R.Index); 69 return (Map == R.Map) && (Index == R.Index); 72 assert(Map->Present.test(Index)); 73 return Map->Buckets[Index]; 82 while (Index < Map->Buckets.size()) { 83 ++Index; 84 if (Map->Present.test(Index)) 94 uint32_t index() const { return Index; }