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

/external/ceres-solver/include/ceres/internal/
H A Dmanual_constructor.h48 // ------- Define CERES_ALIGNED_CHAR_ARRAY --------------------------------
50 #ifndef CERES_ALIGNED_CHAR_ARRAY
59 #define CERES_ALIGNED_CHAR_ARRAY you_must_define_CERES_ALIGNED_CHAR_ARRAY_for_your_compiler macro
85 #define CERES_ALIGNED_CHAR_ARRAY(T, Size) \ macro
90 #endif // CERES_ALIGNED_CHAR_ARRAY
200 CERES_ALIGNED_CHAR_ARRAY(Type, 1) space_;
203 #undef CERES_ALIGNED_CHAR_ARRAY macro

Completed in 351 milliseconds