Home
last modified time | relevance | path

Searched refs:AddAll (Results 1 – 9 of 9) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
DUnknownField.cs201 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/
Dzone-list.h43 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);
Dzone-list-inl.h27 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/
Dscoped-list.h84 void AddAll(const base::Vector<const T>& list) { in AddAll() function
Dbit-vector.h187 void AddAll() { in AddAll() function
/third_party/node/deps/v8/src/compiler/
Dbytecode-liveness-map.h90 void MarkAllLive() { bit_vector_.AddAll(); } in MarkAllLive()
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h7040 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/
Dregexp-compiler-tonode.cc1202 ranges->AddAll(*new_ranges, zone); in RationalizeConsecutiveAtoms()
/third_party/node/deps/v8/src/parsing/
Dparser.cc3509 call_args.AddAll(expressions->ToConstVector()); in CloseTemplateLiteral()