Searched refs:enum_ (Results 1 – 1 of 1) sorted by relevance
543 enum_(), in allocator_()621 enum_ = static_cast<uint64_t*>(allocator_->Malloc(sizeof(uint64_t) * v->Size())); in allocator_()628 enum_[enumCount_++] = h.GetHashCode(); in allocator_()835 AllocatorType::Free(enum_); in ~Schema()938 if (enum_ && context.hasher) { in EndValue()941 if (enum_[i] == h) in EndValue()1465 if (enum_ || context.arrayUniqueness) in CreateParallelValidator()1702 uint64_t* enum_; variable