Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
H A 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/
H A 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);
H A Dzone-list-inl.h27 void ZoneList<T>::AddAll(const ZoneList<T>& other, Zone* zone) { in AddAll() function in v8::internal::ZoneList
28 AddAll(other.ToVector(), zone); in AddAll()
32 void ZoneList<T>::AddAll(const base::Vector<const T>& other, Zone* zone) { in AddAll() function in v8::internal::ZoneList
/third_party/node/deps/v8/src/utils/
H A Dscoped-list.h84 void AddAll(const base::Vector<const T>& list) { in AddAll() function in v8::internal::final
H A Dbit-vector.h187 void AddAll() { in AddAll() function in v8::internal::BitVector
/third_party/node/deps/v8/src/compiler/
H A Dbytecode-liveness-map.h90 void MarkAllLive() { bit_vector_.AddAll(); } in MarkAllLive()
/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler-tonode.cc1202 ranges->AddAll(*new_ranges, zone); in RationalizeConsecutiveAtoms()
/third_party/skia/third_party/vulkanmemoryallocator/include/
H A Dvk_mem_alloc.h7109 virtual void AddAll() = 0;
7155 virtual void AddAll() { m_AllAllocations = true; } in AddAll() function in VmaDefragmentationAlgorithm_Generic
7284 virtual void AddAll() { m_AllAllocations = true; } in AddAll() function in VmaDefragmentationAlgorithm_Fast
7455 void AddAll() { m_AllAllocations = true; } in AddAll() function in VmaBlockVectorDefragmentationContext
14700 m_pAlgorithm->AddAll();
14777 pBlockVectorDefragCtx->AddAll();
/third_party/node/deps/v8/src/parsing/
H A Dparser.cc3512 call_args.AddAll(expressions->ToConstVector()); in CloseTemplateLiteral()

Completed in 33 milliseconds