Lines Matching refs:IsNull
172 AnyIsFalse, full_gc_collection_time->IsNull(), young_gc_collection_time->IsNull()); in TEST_F()
173 EXPECT_PRED2(AnyIsFalse, full_gc_count->IsNull(), young_gc_count->IsNull()); in TEST_F()
174 EXPECT_PRED2(AnyIsFalse, full_gc_count_delta->IsNull(), young_gc_count_delta->IsNull()); in TEST_F()
175 EXPECT_PRED2(AnyIsFalse, full_gc_throughput->IsNull(), young_gc_throughput->IsNull()); in TEST_F()
177 AnyIsFalse, full_gc_tracing_throughput->IsNull(), young_gc_tracing_throughput->IsNull()); in TEST_F()
178 EXPECT_PRED2(AnyIsFalse, full_gc_throughput_avg->IsNull(), young_gc_throughput_avg->IsNull()); in TEST_F()
180 full_gc_tracing_throughput_avg->IsNull(), in TEST_F()
181 young_gc_tracing_throughput_avg->IsNull()); in TEST_F()
182 EXPECT_PRED2(AnyIsFalse, full_gc_scanned_bytes->IsNull(), young_gc_scanned_bytes->IsNull()); in TEST_F()
184 full_gc_scanned_bytes_delta->IsNull(), in TEST_F()
185 young_gc_scanned_bytes_delta->IsNull()); in TEST_F()
186 EXPECT_PRED2(AnyIsFalse, full_gc_freed_bytes->IsNull(), young_gc_freed_bytes->IsNull()); in TEST_F()
188 AnyIsFalse, full_gc_freed_bytes_delta->IsNull(), young_gc_freed_bytes_delta->IsNull()); in TEST_F()
196 EXPECT_PRED2(AnyIsFalse, full_gc_duration->IsNull(), young_gc_duration->IsNull()); in TEST_F()
197 EXPECT_PRED2(AnyIsFalse, full_gc_duration_delta->IsNull(), young_gc_duration_delta->IsNull()); in TEST_F()
201 EXPECT_FALSE(full_gc_collection_time->IsNull()); in TEST_F()
202 EXPECT_FALSE(full_gc_count->IsNull()); in TEST_F()
203 EXPECT_FALSE(full_gc_count_delta->IsNull()); in TEST_F()
204 EXPECT_FALSE(full_gc_throughput->IsNull()); in TEST_F()
205 EXPECT_FALSE(full_gc_tracing_throughput->IsNull()); in TEST_F()
206 EXPECT_FALSE(full_gc_throughput_avg->IsNull()); in TEST_F()
207 EXPECT_FALSE(full_gc_tracing_throughput_avg->IsNull()); in TEST_F()
208 EXPECT_FALSE(full_gc_scanned_bytes->IsNull()); in TEST_F()
209 EXPECT_FALSE(full_gc_scanned_bytes_delta->IsNull()); in TEST_F()
210 EXPECT_FALSE(full_gc_freed_bytes->IsNull()); in TEST_F()
211 EXPECT_FALSE(full_gc_freed_bytes_delta->IsNull()); in TEST_F()
212 EXPECT_FALSE(full_gc_duration->IsNull()); in TEST_F()
213 EXPECT_FALSE(full_gc_duration_delta->IsNull()); in TEST_F()
215 EXPECT_TRUE(young_gc_collection_time->IsNull()); in TEST_F()
216 EXPECT_TRUE(young_gc_count->IsNull()); in TEST_F()
217 EXPECT_TRUE(young_gc_count_delta->IsNull()); in TEST_F()
218 EXPECT_TRUE(young_gc_throughput->IsNull()); in TEST_F()
219 EXPECT_TRUE(young_gc_tracing_throughput->IsNull()); in TEST_F()
220 EXPECT_TRUE(young_gc_throughput_avg->IsNull()); in TEST_F()
221 EXPECT_TRUE(young_gc_tracing_throughput_avg->IsNull()); in TEST_F()
222 EXPECT_TRUE(young_gc_scanned_bytes->IsNull()); in TEST_F()
223 EXPECT_TRUE(young_gc_scanned_bytes_delta->IsNull()); in TEST_F()
224 EXPECT_TRUE(young_gc_freed_bytes->IsNull()); in TEST_F()
225 EXPECT_TRUE(young_gc_freed_bytes_delta->IsNull()); in TEST_F()
226 EXPECT_TRUE(young_gc_duration->IsNull()); in TEST_F()
227 EXPECT_TRUE(young_gc_duration_delta->IsNull()); in TEST_F()
231 EXPECT_TRUE(full_gc_collection_time->IsNull()); in TEST_F()
232 EXPECT_TRUE(full_gc_count->IsNull()); in TEST_F()
233 EXPECT_TRUE(full_gc_count_delta->IsNull()); in TEST_F()
234 EXPECT_TRUE(full_gc_throughput->IsNull()); in TEST_F()
235 EXPECT_TRUE(full_gc_tracing_throughput->IsNull()); in TEST_F()
236 EXPECT_TRUE(full_gc_throughput_avg->IsNull()); in TEST_F()
237 EXPECT_TRUE(full_gc_tracing_throughput_avg->IsNull()); in TEST_F()
238 EXPECT_TRUE(full_gc_scanned_bytes->IsNull()); in TEST_F()
239 EXPECT_TRUE(full_gc_scanned_bytes_delta->IsNull()); in TEST_F()
240 EXPECT_TRUE(full_gc_freed_bytes->IsNull()); in TEST_F()
241 EXPECT_TRUE(full_gc_freed_bytes_delta->IsNull()); in TEST_F()
242 EXPECT_TRUE(full_gc_duration->IsNull()); in TEST_F()
243 EXPECT_TRUE(full_gc_duration_delta->IsNull()); in TEST_F()
245 EXPECT_TRUE(young_gc_collection_time->IsNull()); in TEST_F()
246 EXPECT_TRUE(young_gc_count->IsNull()); in TEST_F()
247 EXPECT_TRUE(young_gc_count_delta->IsNull()); in TEST_F()
248 EXPECT_TRUE(young_gc_throughput->IsNull()); in TEST_F()
249 EXPECT_TRUE(young_gc_tracing_throughput->IsNull()); in TEST_F()
250 EXPECT_TRUE(young_gc_throughput_avg->IsNull()); in TEST_F()
251 EXPECT_TRUE(young_gc_tracing_throughput_avg->IsNull()); in TEST_F()
252 EXPECT_TRUE(young_gc_scanned_bytes->IsNull()); in TEST_F()
253 EXPECT_TRUE(young_gc_scanned_bytes_delta->IsNull()); in TEST_F()
254 EXPECT_TRUE(young_gc_freed_bytes->IsNull()); in TEST_F()
255 EXPECT_TRUE(young_gc_freed_bytes_delta->IsNull()); in TEST_F()
256 EXPECT_TRUE(young_gc_duration->IsNull()); in TEST_F()
257 EXPECT_TRUE(young_gc_duration_delta->IsNull()); in TEST_F()