Lines Matching refs:get
79 REPORTER_ASSERT(reporter, !TContainer((TCount)0).get());
81 REPORTER_ASSERT(reporter, TContainer((TCount)1).get());
83 REPORTER_ASSERT(reporter, TContainer((TCount)kStackPreallocCount).get());
85 REPORTER_ASSERT(reporter, TContainer((TCount)kStackPreallocCount + 1).get());
92 REPORTER_ASSERT(reporter, container.get());
93 REPORTER_ASSERT(reporter, container.get() == container.data());
96 REPORTER_ASSERT(reporter, container.get());
97 REPORTER_ASSERT(reporter, container.get() == container.data());
100 REPORTER_ASSERT(reporter, container.get());
101 REPORTER_ASSERT(reporter, container.get() == container.data());
104 REPORTER_ASSERT(reporter, !container.get());
118 REPORTER_ASSERT(reporter, autoMalloc.get());
121 REPORTER_ASSERT(reporter, !autoMalloc.get());
124 REPORTER_ASSERT(reporter, autoMalloc.get());
127 REPORTER_ASSERT(reporter, !autoMalloc.get());
130 REPORTER_ASSERT(reporter, autoMalloc.get());
145 REPORTER_ASSERT(r, foo.get());
148 REPORTER_ASSERT(r, foo.get()); // NOLINT(bugprone-use-after-move)