Searched refs:list_storage (Results 1 - 3 of 3) sorted by relevance
/third_party/gn/src/base/json/ |
H A D | json_parser.cc | 402 Value::ListStorage list_storage; in ConsumeList() local 412 list_storage.push_back(std::move(*item)); in ConsumeList() 430 return Value(std::move(list_storage)); in ConsumeList()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | CommandLine.h | 1514 // list_storage class 1520 template <class DataType, class StorageClass> class list_storage { class 1524 list_storage() = default; 1545 // of this list_storage specialization implements the minimum subset of the 1550 template <class DataType> class list_storage<DataType, bool> { class 1623 class list : public Option, public list_storage<DataType, StorageClass> { 1641 list_storage<DataType, StorageClass>::addValue(Val); 1663 list_storage<DataType, StorageClass>::clear();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | CommandLine.h | 1343 // list_storage class 1349 template <class DataType, class StorageClass> class list_storage { class 1353 list_storage() = default; 1372 // of this list_storage specialization implements the minimum subset of the 1377 template <class DataType> class list_storage<DataType, bool> { class 1443 class list : public Option, public list_storage<DataType, StorageClass> { 1460 list_storage<DataType, StorageClass>::addValue(Val);
|
Completed in 8 milliseconds