HomeSort by relevance Sort by last modified time
    Searched full:footuple (Results 1 - 6 of 6) 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/chromium_org/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/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/libvpx/libvpx/third_party/googletest/src/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);
  /ndk/sources/third_party/googletest/googletest/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 75 milliseconds