Searched refs:AddAll (Results 1 – 9 of 9) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf/ |
D | UnknownField.cs | 201 varintList = AddAll(varintList, other.varintList); in MergeFrom() 202 fixed32List = AddAll(fixed32List, other.fixed32List); in MergeFrom() 203 fixed64List = AddAll(fixed64List, other.fixed64List); in MergeFrom() 204 lengthDelimitedList = AddAll(lengthDelimitedList, other.lengthDelimitedList); in MergeFrom() 205 groupList = AddAll(groupList, other.groupList); in MergeFrom() 216 private static List<T> AddAll<T>(List<T> current, IList<T> extras) in AddAll() method in Google.Protobuf.UnknownField
|
/third_party/node/deps/v8/src/zone/ |
D | zone-list.h | 43 AddAll(other, zone); in ZoneList() 49 AddAll(other, zone); in ZoneList() 113 void AddAll(const ZoneList<T>& other, Zone* zone); 115 void AddAll(const base::Vector<const T>& other, Zone* zone);
|
D | zone-list-inl.h | 27 void ZoneList<T>::AddAll(const ZoneList<T>& other, Zone* zone) { in AddAll() function 28 AddAll(other.ToVector(), zone); in AddAll() 32 void ZoneList<T>::AddAll(const base::Vector<const T>& other, Zone* zone) { in AddAll() function
|
/third_party/node/deps/v8/src/utils/ |
D | scoped-list.h | 84 void AddAll(const base::Vector<const T>& list) { in AddAll() function
|
D | bit-vector.h | 187 void AddAll() { in AddAll() function
|
/third_party/node/deps/v8/src/compiler/ |
D | bytecode-liveness-map.h | 90 void MarkAllLive() { bit_vector_.AddAll(); } in MarkAllLive()
|
/third_party/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 7040 virtual void AddAll() = 0; 7086 virtual void AddAll() { m_AllAllocations = true; } in AddAll() function 7215 virtual void AddAll() { m_AllAllocations = true; } in AddAll() function 7386 void AddAll() { m_AllAllocations = true; } in AddAll() function 14494 m_pAlgorithm->AddAll(); in Begin() 14571 pBlockVectorDefragCtx->AddAll(); in AddPools()
|
/third_party/node/deps/v8/src/regexp/ |
D | regexp-compiler-tonode.cc | 1202 ranges->AddAll(*new_ranges, zone); in RationalizeConsecutiveAtoms()
|
/third_party/node/deps/v8/src/parsing/ |
D | parser.cc | 3509 call_args.AddAll(expressions->ToConstVector()); in CloseTemplateLiteral()
|