reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
35 (void)new GlobalVariable(M, T, false, L, nullptr, "A"); 36 (void)new GlobalVariable(M, T, false, L, nullptr, "F"); 37 (void)new GlobalVariable(M, T, false, L, nullptr, "G"); 38 (void)new GlobalVariable(M, T, false, L, nullptr, "E"); 39 (void)new GlobalVariable(M, T, false, L, nullptr, "B"); 40 (void)new GlobalVariable(M, T, false, L, nullptr, "H"); 41 (void)new GlobalVariable(M, T, false, L, nullptr, "C"); 42 (void)new GlobalVariable(M, T, false, L, nullptr, "D"); 45 EXPECT_FALSE(std::is_sorted(M.global_begin(), M.global_end(), compare)); 45 EXPECT_FALSE(std::is_sorted(M.global_begin(), M.global_end(), compare)); 46 M.getGlobalList().sort(compare); 47 EXPECT_TRUE(std::is_sorted(M.global_begin(), M.global_end(), compare)); 47 EXPECT_TRUE(std::is_sorted(M.global_begin(), M.global_end(), compare));