Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/gtest-1.7.0/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/googletest/googletest/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/v8/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/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()