Home
last modified time | relevance | path

Searched refs:FooTuple (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/gtest/test/
Dgtest-tuple_test.cc81 typedef tuple<const int, char> FooTuple; in TEST() typedef
83 const FooTuple a(0, 'x'); in TEST()
84 const FooTuple b(1, 'a'); in TEST()
89 const FooTuple c(1, 'b'); in TEST()
97 typedef tuple<int&, const char&> FooTuple; in TEST() typedef
101 const FooTuple a(i, ch); in TEST()
104 const FooTuple b(j, ch); in TEST()
111 const FooTuple c(j, ch2); in TEST()
/external/google-breakpad/src/testing/gtest/test/
Dgtest-tuple_test.cc81 typedef tuple<const int, char> FooTuple; in TEST() typedef
83 const FooTuple a(0, 'x'); in TEST()
84 const FooTuple b(1, 'a'); in TEST()
89 const FooTuple c(1, 'b'); in TEST()
97 typedef tuple<int&, const char&> FooTuple; in TEST() typedef
101 const FooTuple a(i, ch); in TEST()
104 const FooTuple b(j, ch); in TEST()
111 const FooTuple c(j, ch2); in TEST()
/external/gtest/test/
Dgtest-tuple_test.cc81 typedef tuple<const int, char> FooTuple; in TEST() typedef
83 const FooTuple a(0, 'x'); in TEST()
84 const FooTuple b(1, 'a'); in TEST()
89 const FooTuple c(1, 'b'); in TEST()
97 typedef tuple<int&, const char&> FooTuple; in TEST() typedef
101 const FooTuple a(i, ch); in TEST()
104 const FooTuple b(j, ch); in TEST()
111 const FooTuple c(j, ch2); in TEST()