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

  /art/runtime/
indirect_reference_table_test.cc 86 IndirectRef iref1 = irt.Add(cookie, obj1.Get(), &error_msg); local
87 EXPECT_TRUE(iref1 != nullptr);
94 EXPECT_OBJ_PTR_EQ(obj1.Get(), irt.Get(iref1));
99 EXPECT_TRUE(irt.Remove(cookie, iref1));
113 iref1 = irt.Add(cookie, obj1.Get(), &error_msg);
114 EXPECT_TRUE(iref1 != nullptr);
121 ASSERT_TRUE(irt.Remove(cookie, iref1));
133 iref1 = irt.Add(cookie, obj1.Get(), &error_msg);
134 EXPECT_TRUE(iref1 != nullptr);
141 ASSERT_TRUE(irt.Remove(cookie, iref1));
310 IndirectRef iref1 = irt.Add(cookie0, obj1.Get(), &error_msg); local
345 IndirectRef iref1 = irt.Add(cookie1, obj1.Get(), &error_msg); local
381 IndirectRef iref1 = irt.Add(cookie1, obj1.Get(), &error_msg); local
420 IndirectRef iref1 = irt.Add(cookie1, obj1.Get(), &error_msg); local
463 IndirectRef iref1 = irt.Add(cookie1, obj1.Get(), &error_msg); local
    [all...]
indirect_reference_table.h 87 // additional problems, e.g.: create iref1 for obj, delete iref1, create iref2 for same obj,
88 // lookup iref1. A pattern based on object bits will miss this.
  /external/libcxx/test/std/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops/
increment.pass.cpp 25 std::ostream_iterator<int>& iref1 = ++i; local
26 assert(&iref1 == &i);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops/
increment.pass.cpp 25 std::ostream_iterator<int>& iref1 = ++i; local
26 assert(&iref1 == &i);

Completed in 659 milliseconds