Lines Matching defs:Append
1067 void Value::List::Append(Value&& value) & { in Append() function in base::Value::List
1071 void Value::List::Append(bool value) & { in Append() function in base::Value::List
1075 void Value::List::Append(int value) & { in Append() function in base::Value::List
1079 void Value::List::Append(double value) & { in Append() function in base::Value::List
1083 void Value::List::Append(StringPiece value) & { in Append() function in base::Value::List
1087 void Value::List::Append(StringPiece16 value) & { in Append() function in base::Value::List
1091 void Value::List::Append(const char* value) & { in Append() function in base::Value::List
1095 void Value::List::Append(const char16_t* value) & { in Append() function in base::Value::List
1099 void Value::List::Append(std::string&& value) & { in Append() function in base::Value::List
1103 void Value::List::Append(BlobStorage&& value) & { in Append() function in base::Value::List
1107 void Value::List::Append(Dict&& value) & { in Append() function in base::Value::List
1111 void Value::List::Append(List&& value) & { in Append() function in base::Value::List
1115 Value::List&& Value::List::Append(Value&& value) && { in Append() function in base::Value::List
1120 Value::List&& Value::List::Append(bool value) && { in Append() function in base::Value::List
1125 Value::List&& Value::List::Append(int value) && { in Append() function in base::Value::List
1130 Value::List&& Value::List::Append(double value) && { in Append() function in base::Value::List
1135 Value::List&& Value::List::Append(StringPiece value) && { in Append() function in base::Value::List
1140 Value::List&& Value::List::Append(StringPiece16 value) && { in Append() function in base::Value::List
1145 Value::List&& Value::List::Append(const char* value) && { in Append() function in base::Value::List
1150 Value::List&& Value::List::Append(const char16_t* value) && { in Append() function in base::Value::List
1155 Value::List&& Value::List::Append(std::string&& value) && { in Append() function in base::Value::List
1160 Value::List&& Value::List::Append(BlobStorage&& value) && { in Append() function in base::Value::List
1165 Value::List&& Value::List::Append(Dict&& value) && { in Append() function in base::Value::List
1170 Value::List&& Value::List::Append(List&& value) && { in Append() function in base::Value::List