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

/external/chromium/testing/gtest/test/
H A Dgtest-tuple_test.cc81 typedef tuple<const int, char> FooTuple; typedef
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; typedef
101 const FooTuple a(i, ch);
104 const FooTuple b(j, ch);
111 const FooTuple c(j, ch2);
/external/gtest/test/
H A Dgtest-tuple_test.cc81 typedef tuple<const int, char> FooTuple; typedef
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; typedef
101 const FooTuple a(i, ch);
104 const FooTuple b(j, ch);
111 const FooTuple c(j, ch2);
/external/protobuf/gtest/test/
H A Dgtest-tuple_test.cc81 typedef tuple<const int, char> FooTuple; typedef
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; typedef
101 const FooTuple a(i, ch);
104 const FooTuple b(j, ch);
111 const FooTuple c(j, ch2);

Completed in 98 milliseconds