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

/external/chromium_org/base/
H A Dtuple.h6 // There are classes Tuple0 to Tuple6, cooresponding to the number of elements
66 // Tuple0 is supplied to act as a 'void' type. It can be used, for example,
73 struct Tuple0 { struct
74 typedef Tuple0 ValueTuple;
75 typedef Tuple0 RefTuple;
76 typedef Tuple0 ParamTuple;
272 struct TupleTypes< Tuple0 > {
273 typedef Tuple0 ValueTuple;
274 typedef Tuple0 RefTuple;
275 typedef Tuple0 ParamTupl
[all...]

Completed in 605 milliseconds