Searched refs:field_index_ (Results 1 – 2 of 2) sorted by relevance
164 field_index_(field_index), in ScopedAllocatorInstance()192 void* ptr = scoped_allocator_->AllocateRaw(field_index_, num_bytes); in AllocateRaw()232 return strings::StrCat(scoped_allocator_->name(), "_field_", field_index_); in Name()
119 int32 field_index_; variable