Home
last modified time | relevance | path

Searched refs:next_id_ (Results 1 – 25 of 36) sorted by relevance

12

/external/webrtc/pc/
Dused_ids.h28 next_id_(max_allowed_id) {} in UsedIds()
73 while (IsIdUsed(next_id_) && next_id_ >= min_allowed_id_) { in FindUnusedId()
74 --next_id_; in FindUnusedId()
76 RTC_DCHECK(next_id_ >= min_allowed_id_); in FindUnusedId()
77 return next_id_; in FindUnusedId()
86 int next_id_; variable
/external/deqp-deps/SPIRV-Tools/tools/sva/src/
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_; }
/external/swiftshader/third_party/SPIRV-Tools/tools/sva/src/
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_; }
/external/tensorflow/tensorflow/core/kernels/
Dlookup_util.cc95 next_id_ = 0; in Init()
109 next_id_ != vocab_size_) { in Next()
112 " but got ", next_id_); in Next()
117 if (vocab_size_ != -1 && next_id_ >= vocab_size_) { in Next()
120 LOG(WARNING) << "next_id_ : " << next_id_; in Next()
140 "Invalid number of columns in ", filename_, " line ", next_id_, in Next()
159 next_id_++; in Next()
190 int64 next_id_; member in tensorflow::lookup::__anonc384bb3b0111::TextFileLineIterator
205 tensor->flat<int64>()(0) = next_id_ + offset_; in SetValue()
215 return errors::InvalidArgument("Field ", token, " in line ", next_id_, in SetValue()
[all …]
/external/libchrome/base/task/
Dcancelable_task_tracker.cc59 : next_id_(1),weak_factory_(this) {} in CancelableTaskTracker()
89 TaskId id = next_id_; in PostTaskAndReply()
90 next_id_++; // int64_t is big enough that we ignore the potential overflow. in PostTaskAndReply()
111 TaskId id = next_id_; in NewTrackedTaskId()
112 next_id_++; // int64_t is big enough that we ignore the potential overflow. in NewTrackedTaskId()
Dcancelable_task_tracker.h148 TaskId next_id_; variable
/external/llvm-project/compiler-rt/lib/msan/
Dmsan_report.cpp152 OriginSet() : next_id_(0) {} in OriginSet()
155 for (int i = next_id_ - 1; i >= 0; --i) in insert()
157 if (next_id_ == kMaxSize_) return OVERFLOW; in insert()
158 int id = next_id_++; in insert()
162 int size() { return next_id_; } in size()
180 int next_id_; member in __msan::OriginSet
/external/compiler-rt/lib/msan/
Dmsan_report.cc153 OriginSet() : next_id_(0) {} in OriginSet()
156 for (int i = next_id_ - 1; i >= 0; --i) in insert()
158 if (next_id_ == kMaxSize_) return OVERFLOW; in insert()
159 int id = next_id_++; in insert()
163 int size() { return next_id_; } in size()
181 int next_id_; member in __msan::OriginSet
/external/webrtc/test/pc/e2e/analyzer/video/
Did_generator.cc16 IntIdGenerator::IntIdGenerator(int start_value) : next_id_(start_value) {} in IntIdGenerator()
20 return next_id_++; in GetNextId()
Did_generator.h40 std::atomic<int> next_id_;
/external/libchrome/base/containers/
Did_map.h46 IDMap() : iteration_depth_(0), next_id_(1), check_on_null_data_(false) { in IDMap()
237 KeyType this_id = next_id_; in AddInternal()
240 next_id_++; in AddInternal()
276 KeyType next_id_; variable
/external/sfntly/cpp/src/sfntly/port/
Drefcount.h125 object_id_ = AtomicIncrement(&next_id_); in RefCounted()
165 static size_t next_id_; variable
172 template <typename TDerived> size_t RefCounted<TDerived>::next_id_ = 0;
/external/webrtc/media/sctp/
Dsctp_transport.cc94 if (next_id_ == 0) { in Register()
95 ++next_id_; in Register()
99 while (map_.find(next_id_) != map_.end()) { in Register()
100 ++next_id_; in Register()
101 if (next_id_ == 0) { in Register()
102 ++next_id_; in Register()
105 map_[next_id_] = transport; in Register()
106 return next_id_++; in Register()
127 uintptr_t next_id_ RTC_GUARDED_BY(lock_) = 0;
/external/webrtc/modules/desktop_capture/
Dfallback_desktop_capturer_wrapper_unittest.cc41 static int next_id_; member in webrtc::__anon8b3625ec0111::FakeSharedMemory
45 int FakeSharedMemory::next_id_ = 0; member in webrtc::__anon8b3625ec0111::FakeSharedMemory
48 : SharedMemory(new char[size], size, 0, next_id_++) {} in FakeSharedMemory()
/external/tensorflow/tensorflow/python/util/
Dstack_trace.h129 const int id = next_id_++; in Capture()
142 int next_id_ = 0;
Dstack_trace.cc84 if (next_id_ - id > kStackTraceCircularBufferSize) return nullptr; in Get()
/external/compiler-rt/lib/lsan/
Dlsan_common.h80 LeakReport() : next_id_(0), leaks_(1), leaked_objects_(1) {} in LeakReport()
93 u32 next_id_; variable
/external/deqp-deps/SPIRV-Tools/source/
Dtext_handler.h129 next_id_(1),
258 uint32_t next_id_; variable
Dtext_handler.cpp170 uint32_t id = next_id_++; in spvNamedIdAssignOrGet()
173 id = next_id_++; in spvNamedIdAssignOrGet()
/external/swiftshader/third_party/SPIRV-Tools/source/
Dtext_handler.h129 next_id_(1),
258 uint32_t next_id_; variable
Dtext_handler.cpp170 uint32_t id = next_id_++; in spvNamedIdAssignOrGet()
173 id = next_id_++; in spvNamedIdAssignOrGet()
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
Dhandler_tracking.ipp53 uint64_t next_id_;
80 h->id_ = state->next_id_++;
/external/tensorflow/tensorflow/core/distributed_runtime/
Dgraph_mgr.h154 int64 next_id_ TF_GUARDED_BY(mu_) = 0;
/external/webrtc/third_party/abseil-cpp/absl/base/internal/
Dexception_safety_testing.h644 ThrowingAllocator() : TrackedObject(GetInstanceString(next_id_)) { in ThrowingAllocator()
646 dummy_ = std::make_shared<const int>(next_id_++); in ThrowingAllocator()
770 static int next_id_; variable
775 int ThrowingAllocator<T, Spec>::next_id_ = 0;
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/
Dexception_safety_testing.h644 ThrowingAllocator() : TrackedObject(GetInstanceString(next_id_)) { in ThrowingAllocator()
646 dummy_ = std::make_shared<const int>(next_id_++); in ThrowingAllocator()
770 static int next_id_; variable
775 int ThrowingAllocator<T, Spec>::next_id_ = 0;

12