OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:iref1
(Results
1 - 4
of
4
) sorted by null
/art/runtime/
indirect_reference_table_test.cc
77
IndirectRef
iref1
= irt.Add(cookie, obj1);
local
78
EXPECT_TRUE(
iref1
!= nullptr);
85
EXPECT_EQ(obj1, irt.Get(
iref1
));
90
EXPECT_TRUE(irt.Remove(cookie,
iref1
));
104
iref1
= irt.Add(cookie, obj1);
105
EXPECT_TRUE(
iref1
!= nullptr);
112
ASSERT_TRUE(irt.Remove(cookie,
iref1
));
124
iref1
= irt.Add(cookie, obj1);
125
EXPECT_TRUE(
iref1
!= nullptr);
132
ASSERT_TRUE(irt.Remove(cookie,
iref1
));
[
all
...]
indirect_reference_table.h
105
* create
iref1
for obj, delete
iref1
, create iref2 for same obj, lookup
106
*
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);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/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 345 milliseconds