HomeSort by relevance Sort by last modified time
    Searched full:inline_space_ (Results 1 - 1 of 1) sorted by null

  /external/ceres-solver/include/ceres/internal/
fixed_array.h 160 ManualConstructor<InnerContainer> inline_space_[kInlineElements]; member in class:ceres::internal::FixedArray
169 ? reinterpret_cast<InnerContainer*>(inline_space_)
174 if (array_ == reinterpret_cast<InnerContainer*>(inline_space_)) {
176 inline_space_[i].Init();
183 if (array_ != reinterpret_cast<InnerContainer*>(inline_space_)) {
187 inline_space_[i].Destroy();

Completed in 39 milliseconds