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

  /external/ceres-solver/include/ceres/internal/
fixed_array.h 137 // the case where T is a a (C-style) array. The size of InnerContainer
140 struct InnerContainer {
156 InnerContainer* const array_;
160 ManualConstructor<InnerContainer> inline_space_[kInlineElements];
169 ? reinterpret_cast<InnerContainer*>(inline_space_)
170 : new InnerContainer[n])) {
174 if (array_ == reinterpret_cast<InnerContainer*>(inline_space_)) {
183 if (array_ != reinterpret_cast<InnerContainer*>(inline_space_)) {
  /external/chromium/chrome/browser/resources/
filebrowse.html 741 var innerContainer = document.createElement('div');
742 innerContainer.className = 'container';
743 innerContainer.id = 'inner';
744 main.appendChild(innerContainer);
    [all...]

Completed in 3835 milliseconds