HomeSort by relevance Sort by last modified time
    Searched full:iref2 (Results 1 - 6 of 6) sorted by null

  /external/libcxx/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/
increment.pass.cpp 28 std::ostreambuf_iterator<char>& iref2 = i++; local
29 assert(&iref2 == &i);
36 std::ostreambuf_iterator<wchar_t>& iref2 = i++; local
37 assert(&iref2 == &i);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/
increment.pass.cpp 28 std::ostreambuf_iterator<char>& iref2 = i++; local
29 assert(&iref2 == &i);
36 std::ostreambuf_iterator<wchar_t>& iref2 = i++; local
37 assert(&iref2 == &i);
  /external/libcxx/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops/
increment.pass.cpp 27 std::ostream_iterator<int>& iref2 = i++; local
28 assert(&iref2 == &i);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops/
increment.pass.cpp 27 std::ostream_iterator<int>& iref2 = i++; local
28 assert(&iref2 == &i);
  /art/runtime/
indirect_reference_table_test.cc 76 IndirectRef iref2 = irt.Add(cookie, obj2); local
77 EXPECT_TRUE(iref2 != NULL);
82 EXPECT_EQ(obj2, irt.Get(iref2));
88 EXPECT_TRUE(irt.Remove(cookie, iref2));
102 iref2 = irt.Add(cookie, obj2);
103 EXPECT_TRUE(iref2 != NULL);
106 ASSERT_TRUE(irt.Remove(cookie, iref2));
122 iref2 = irt.Add(cookie, obj2);
123 EXPECT_TRUE(iref2 != NULL);
136 ASSERT_TRUE(irt.Remove(cookie, iref2));
    [all...]
indirect_reference_table.h 101 * create iref1 for obj, delete iref1, create iref2 for same obj, lookup

Completed in 227 milliseconds