Searched refs:InnerContainer (Results 1 – 1 of 1) sorted by relevance
138 struct InnerContainer { struct154 InnerContainer* const array_; argument158 ManualConstructor<InnerContainer> inline_space_[kInlineElements];167 ? reinterpret_cast<InnerContainer*>(inline_space_) in FixedArray()168 : new InnerContainer[n])) { in FixedArray()170 if (array_ == reinterpret_cast<InnerContainer*>(inline_space_)) { in FixedArray()179 if (array_ != reinterpret_cast<InnerContainer*>(inline_space_)) { in ~FixedArray()