Home | History | Annotate | Download | only in tests

Lines Matching refs:Append

28   list.Append(new base::FundamentalValue(1 == 0));
29 list.Append(new base::FundamentalValue(true));
30 list.Append(new base::FundamentalValue(static_cast<unsigned char>(1.0)));
31 list.Append(new base::FundamentalValue(double{3}));
32 list.Append(new base::StringValue("abc"));
34 list.Append(ReturnsUniquePtr().release());
36 list.Append(thing.ToValue().release());
38 list.Append(unique_ptr_var.release());
47 local->Append(input);
49 list.Append(local);
55 list.Append(clever_list);
61 list.Append(returned_value);
67 list.Append(reused_list);
70 list.Append(reused_list);
76 list.Append(reused_list_2);
79 list.Append(reused_list_2);
84 list.Append(auto_list);
88 list.Append(auto_list_2);
94 list.Append(maybe_owned_list);
99 list.Append(list_with_no_initializer);
103 list.Append(cxx98_list);
108 list.Append(cxx11_list);