HomeSort by relevance Sort by last modified time
    Searched refs:ManualConstructor (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/base/containers/
small_map.h 79 // MapInit: A functor that takes a ManualConstructor<NormalMap>* and uses it to
84 // ManualConstructor, since after it runs we assume that the NormalMap
105 void operator()(ManualConstructor<NormalMap>* map) const {
294 inline explicit iterator(ManualConstructor<value_type>* init)
299 ManualConstructor<value_type>* array_iter_;
376 const ManualConstructor<value_type>* init)
382 const ManualConstructor<value_type>* array_iter_;
576 // So, we use this crazy ManualConstructor class.
586 ManualConstructor<value_type> dummy_;
587 ManualConstructor<value_type> array_[kArraySize]
    [all...]
small_map_unittest.cc 424 void InitMap(ManualConstructor<hash_map_add_item>* map_ctor) {
434 void operator()(ManualConstructor<hash_map_add_item>* map_ctor) const {
445 void (&)(ManualConstructor<hash_map_add_item>*)> m(InitMap);
  /external/ceres-solver/include/ceres/internal/
fixed_array.h 158 ManualConstructor<InnerContainer> inline_space_[kInlineElements];
manual_constructor.h 31 // ManualConstructor statically-allocates space in which to store some
37 // (When I say ManualConstructor statically allocates space, I mean that
38 // the ManualConstructor object itself is forced to be the right size.)
93 class ManualConstructor {
  /external/chromium_org/base/memory/
manual_constructor.h 5 // ManualConstructor statically-allocates space in which to store some
11 // (When I say ManualConstructor statically allocates space, I mean that
12 // the ManualConstructor object itself is forced to be the right size.)
26 class ManualConstructor {
33 // Support users creating arrays of ManualConstructor<>s. This ensures that

Completed in 2102 milliseconds