OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ManualConstructor
(Results
1 - 2
of
2
) sorted by null
/external/ceres-solver/include/ceres/internal/
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 1409 milliseconds