Home
last modified time | relevance | path

Searched refs:next_id_ (Results 1 - 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/tools/sva/src/
H A Dast.js18 this.next_id_ = 1;
56 this.next_id_ = Math.max(this.next_id_, op.rawValue() + 1);
68 let next = this.next_id_;
71 this.next_id_ += 1;
75 getIdBounds() { return this.next_id_; }
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/sva/src/
H A Dast.js18 this.next_id_ = 1;
56 this.next_id_ = Math.max(this.next_id_, op.rawValue() + 1);
68 let next = this.next_id_;
71 this.next_id_ += 1;
75 getIdBounds() { return this.next_id_; }
/third_party/spirv-tools/tools/sva/src/
H A Dast.js18 this.next_id_ = 1;
56 this.next_id_ = Math.max(this.next_id_, op.rawValue() + 1);
68 let next = this.next_id_;
71 this.next_id_ += 1;
75 getIdBounds() { return this.next_id_; }
/third_party/nghttp2/
H A Dmkhufftbl.py288 self.next_id_ = 0
292 id = self.next_id_
293 self.next_id_ += 1
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
H A Drefcount.h125 object_id_ = AtomicIncrement(&next_id_); in RefCounted()
165 static size_t next_id_; member in sfntly::RefCounted
172 template <typename TDerived> size_t RefCounted<TDerived>::next_id_ = 0; member in sfntly::RefCounted
/third_party/skia/third_party/externals/spirv-tools/source/
H A Dtext_handler.h129 next_id_(1),
258 uint32_t next_id_; member in spvtools::AssemblyContext
H A Dtext_handler.cpp171 uint32_t id = next_id_++; in spvNamedIdAssignOrGet()
174 id = next_id_++; in spvNamedIdAssignOrGet()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Dtext_handler.h129 next_id_(1),
258 uint32_t next_id_; member in spvtools::AssemblyContext
H A Dtext_handler.cpp171 uint32_t id = next_id_++; in spvNamedIdAssignOrGet()
174 id = next_id_++; in spvNamedIdAssignOrGet()
/third_party/spirv-tools/source/
H A Dtext_handler.h129 next_id_(1),
258 uint32_t next_id_; member in spvtools::AssemblyContext
H A Dtext_handler.cpp173 uint32_t id = next_id_++; in spvNamedIdAssignOrGet()
176 id = next_id_++; in spvNamedIdAssignOrGet()
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbuilder.h110 uint32_t id_bound() const { return next_id_; } in id_bound()
114 auto id = next_id_; in next_id()
115 next_id_ += 1; in next_id()
550 /// @returns an Operand with a new result ID in it. Increments the next_id_
579 uint32_t next_id_ = 1; member in tint::writer::spirv::Builder
/third_party/node/deps/v8/src/objects/
H A Dvalue-serializer.cc547 uint32_t id = next_id_++; in WriteJSReceiver()
1667 uint32_t id = next_id_++; in ReadJSObject()
1693 uint32_t id = next_id_++; in ReadSparseJSArray()
1729 uint32_t id = next_id_++; in ReadDenseJSArray()
1776 uint32_t id = next_id_++; in ReadJSDate()
1788 uint32_t id = next_id_++; in ReadJSPrimitiveWrapper()
1836 uint32_t id = next_id_++; in ReadJSRegExp()
1866 uint32_t id = next_id_++; in ReadJSMap()
1907 uint32_t id = next_id_++; in ReadJSSet()
1942 uint32_t id = next_id_ in ReadJSArrayBuffer()
[all...]
H A Dvalue-serializer.h181 uint32_t next_id_ = 0; member in v8::internal::SerializationTag
328 uint32_t next_id_ = 0; member in v8::internal::ValueDeserializer
/third_party/node/deps/v8/src/profiler/
H A Dheap-snapshot-generator.h309 return next_id_ - kObjectIdStep; in last_assigned_id()
312 next_id_ += kObjectIdStep; in get_next_id()
313 return next_id_ - kObjectIdStep; in get_next_id()
341 SnapshotObjectId next_id_; member in v8::internal::HeapObjectsMap
H A Dheap-snapshot-generator.cc503 : next_id_(kFirstAvailableObjectId), heap_(heap) { in HeapObjectsMap()
650 time_intervals_.emplace_back(next_id_); in PushHeapObjectsStats()
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dexception_safety_testing.h653 ThrowingAllocator() : TrackedObject(GetInstanceString(next_id_)) { in ThrowingAllocator()
655 dummy_ = std::make_shared<const int>(next_id_++); in ThrowingAllocator()
778 static int next_id_; member in testing::ThrowingAllocator
783 int ThrowingAllocator<T, Spec>::next_id_ = 0; member in testing::ThrowingAllocator

Completed in 22 milliseconds