Searched refs:AddAll (Results 1 - 9 of 9) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf/ |
H A 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/ |
H A 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);
|
H A D | zone-list-inl.h | 27 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 D | scoped-list.h | 84 void AddAll(const base::Vector<const T>& list) { in AddAll() function in v8::internal::final
|
H A D | bit-vector.h | 187 void AddAll() { in AddAll() function in v8::internal::BitVector
|
/third_party/node/deps/v8/src/compiler/ |
H A D | bytecode-liveness-map.h | 90 void MarkAllLive() { bit_vector_.AddAll(); } in MarkAllLive()
|
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-compiler-tonode.cc | 1202 ranges->AddAll(*new_ranges, zone); in RationalizeConsecutiveAtoms()
|
/third_party/skia/third_party/vulkanmemoryallocator/include/ |
H A D | vk_mem_alloc.h | 7109 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 D | parser.cc | 3512 call_args.AddAll(expressions->ToConstVector()); in CloseTemplateLiteral()
|
Completed in 33 milliseconds