Home
last modified time | relevance | path

Searched refs:InnerContainer (Results 1 – 1 of 1) sorted by relevance

/external/ceres-solver/include/ceres/internal/
Dfixed_array.h138 struct InnerContainer { struct
154 InnerContainer* const array_; argument
158 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()