OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FooTuple
(Results
1 - 2
of
2
) sorted by null
/external/chromium/testing/gtest/test/
gtest-tuple_test.cc
81
typedef tuple<const int, char>
FooTuple
;
83
const
FooTuple
a(0, 'x');
84
const
FooTuple
b(1, 'a');
89
const
FooTuple
c(1, 'b');
97
typedef tuple<int&, const char&>
FooTuple
;
101
const
FooTuple
a(i, ch);
104
const
FooTuple
b(j, ch);
111
const
FooTuple
c(j, ch2);
/external/protobuf/gtest/test/
gtest-tuple_test.cc
81
typedef tuple<const int, char>
FooTuple
;
83
const
FooTuple
a(0, 'x');
84
const
FooTuple
b(1, 'a');
89
const
FooTuple
c(1, 'b');
97
typedef tuple<int&, const char&>
FooTuple
;
101
const
FooTuple
a(i, ch);
104
const
FooTuple
b(j, ch);
111
const
FooTuple
c(j, ch2);
Completed in 802 milliseconds