Searched defs:InnerContainer (Results 1 - 1 of 1) sorted by relevance

/external/ceres-solver/include/ceres/internal/
H A Dfixed_array.h135 // the case where T is a a (C-style) array. The size of InnerContainer
138 struct InnerContainer { struct in class:ceres::internal::FixedArray
154 InnerContainer* const array_;
158 ManualConstructor<InnerContainer> inline_space_[kInlineElements];
167 ? reinterpret_cast<InnerContainer*>(inline_space_)
168 : new InnerContainer[n])) {
170 if (array_ == reinterpret_cast<InnerContainer*>(inline_space_)) {
179 if (array_ != reinterpret_cast<InnerContainer*>(inline_space_)) {

Completed in 60 milliseconds