HomeSort by relevance Sort by last modified time
    Searched full:make_tuple (Results 51 - 75 of 105) sorted by null

1 23 4 5

  /external/libvpx/libvpx/test/
cpu_speed_test.cc 103 using std::tr1::make_tuple;
  /external/chromium/testing/gmock/include/gmock/
gmock-generated-function-mockers.h 88 this->current_spec().SetMatchers(::std::tr1::make_tuple(m1));
109 this->current_spec().SetMatchers(::std::tr1::make_tuple(m1, m2));
131 this->current_spec().SetMatchers(::std::tr1::make_tuple(m1, m2, m3));
153 this->current_spec().SetMatchers(::std::tr1::make_tuple(m1, m2, m3, m4));
176 this->current_spec().SetMatchers(::std::tr1::make_tuple(m1, m2, m3, m4,
201 this->current_spec().SetMatchers(::std::tr1::make_tuple(m1, m2, m3, m4, m5,
226 this->current_spec().SetMatchers(::std::tr1::make_tuple(m1, m2, m3, m4, m5,
251 this->current_spec().SetMatchers(::std::tr1::make_tuple(m1, m2, m3, m4, m5,
277 this->current_spec().SetMatchers(::std::tr1::make_tuple(m1, m2, m3, m4, m5,
304 this->current_spec().SetMatchers(::std::tr1::make_tuple(m1, m2, m3, m4, m5
    [all...]
gmock-generated-function-mockers.h.pump 81 this->current_spec().SetMatchers(::std::tr1::make_tuple($ms));
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
example-tuple.cpp 125 make_tuple(const Values&... values) { function
139 const tuple<int, float&, const double&> *t3p = addr(make_tuple(i, ref(f), cref(d)));
example-bind.cpp 105 make_tuple(const Values&... values) { function
  /external/chromium/testing/gmock/test/
gmock-internal-utils_test.cc 62 using ::std::tr1::make_tuple;
637 ConstReference(make_tuple(p1, 3));
642 Copy(make_tuple(static_cast<int*>(a1), 3));
gmock-matchers_test.cc 70 using std::tr1::make_tuple;
    [all...]
  /external/chromium/testing/gtest/test/
gtest-printers_test.cc 211 using ::std::tr1::make_tuple;
1009 tuple<tuple<int, bool>, char> nested(make_tuple(5, true), 'a');
    [all...]
  /external/chromium_org/testing/gtest/test/
gtest-printers_test.cc 213 using ::std::tr1::make_tuple;
1033 tuple<tuple<int, bool>, char> nested(make_tuple(5, true), 'a');
    [all...]
  /external/gtest/test/
gtest-printers_test.cc 211 using ::std::tr1::make_tuple;
1015 tuple<tuple<int, bool>, char> nested(make_tuple(5, true), 'a');
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/test/
gtest-printers_test.cc 211 using ::std::tr1::make_tuple;
1015 tuple<tuple<int, bool>, char> nested(make_tuple(5, true), 'a');
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-printers_test.cc 213 using ::std::tr1::make_tuple;
1038 tuple<tuple<int, bool>, char> nested(make_tuple(5, true), 'a');
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
tuple 390 make_tuple(_Elements... __args)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
type_traits 342 // in make_pair, make_tuple, etc.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
tuple 392 make_tuple(_Elements... __args)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
tuple 392 make_tuple(_Elements... __args)
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/
tuple 390 make_tuple(_Elements... __args)
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
type_traits 342 // in make_pair, make_tuple, etc.
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1/
tuple 390 make_tuple(_Elements... __args)
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
type_traits 342 // in make_pair, make_tuple, etc.
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1/
tuple 390 make_tuple(_Elements... __args)
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
type_traits 342 // in make_pair, make_tuple, etc.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1/
tuple 390 make_tuple(_Elements... __args)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
type_traits 342 // in make_pair, make_tuple, etc.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
tuple 392 make_tuple(_Elements... __args)

Completed in 1033 milliseconds

1 23 4 5