Home
last modified time | relevance | path

Searched refs:next_node_id_ (Results 1 – 25 of 42) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Dgraph.cc24 next_node_id_(0), in Graph()
73 DCHECK_LT(next_node_id_, std::numeric_limits<NodeId>::max()); in NextNodeId()
74 return next_node_id_++; in NextNodeId()
H A Dgraph.h88 size_t NodeCount() const { return next_node_id_; } in NON_EXPORTED_BASE()
106 NodeId next_node_id_; in NON_EXPORTED_BASE() local
/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Dgraph.cc24 next_node_id_(0), in Graph()
77 DCHECK_LT(next_node_id_, std::numeric_limits<NodeId>::max()); in NextNodeId()
78 return next_node_id_++; in NextNodeId()
H A Dgraph.h90 size_t NodeCount() const { return next_node_id_; } in NON_EXPORTED_BASE()
108 NodeId next_node_id_; in NON_EXPORTED_BASE() local
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/
H A Dgraph.cc24 next_node_id_(0), in Graph()
71 NodeId const id = next_node_id_; in NextNodeId()
72 CHECK(!base::bits::UnsignedAddOverflow32(id, 1, &next_node_id_)); in NextNodeId()
H A Dgraph.h84 size_t NodeCount() const { return next_node_id_; } in NON_EXPORTED_BASE()
102 NodeId next_node_id_; in NON_EXPORTED_BASE() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Dgraph.cc24 next_node_id_(0), in Graph()
77 DCHECK_LT(next_node_id_, std::numeric_limits<NodeId>::max()); in NextNodeId()
78 return next_node_id_++; in NextNodeId()
H A Dgraph.h90 size_t NodeCount() const { return next_node_id_; } in NON_EXPORTED_BASE()
108 NodeId next_node_id_; in NON_EXPORTED_BASE() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/shell/browser/
H A Dshell_audio_controller_chromeos_unittest.cc28 ShellAudioControllerTest() : next_node_id_(1) { in ShellAudioControllerTest()
50 node.id = next_node_id_++; in CreateNode()
78 uint64_t next_node_id_; member in extensions::ShellAudioControllerTest
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/shell/browser/
H A Dshell_audio_controller_chromeos_unittest.cc28 ShellAudioControllerTest() : next_node_id_(1) { in ShellAudioControllerTest()
50 node.id = next_node_id_++; in CreateNode()
78 uint64_t next_node_id_; member in extensions::ShellAudioControllerTest
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/page_image_annotation/content/renderer/
H A Dcontent_page_annotator_driver.cc57 next_node_id_(1), in ContentPageAnnotatorDriver()
161 ProduceMetadata(page_url, element, next_node_id_); in FindImages()
164 tracked_elements_.insert({next_node_id_++, {*metadata, element}}); in FindImages()
H A Dcontent_page_annotator_driver.h73 uint64_t next_node_id_; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/page_image_annotation/content/renderer/
H A Dcontent_page_annotator_driver.cc57 next_node_id_(1), in ContentPageAnnotatorDriver()
161 ProduceMetadata(page_url, element, next_node_id_); in FindImages()
164 tracked_elements_.insert({next_node_id_++, {*metadata, element}}); in FindImages()
H A Dcontent_page_annotator_driver.h73 uint64_t next_node_id_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/bookmarks/browser/
H A Dbookmark_model.h263 int64_t next_node_id() const { return next_node_id_; } in next_node_id()
370 void set_next_node_id(int64_t id) { next_node_id_ = id; } in set_next_node_id()
394 int64_t next_node_id_ = 1; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/profiler/
H A Dallocation-tracker.h63 unsigned next_node_id() { return next_node_id_++; } in next_node_id()
67 unsigned next_node_id_;
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/profiler/
H A Dallocation-tracker.h63 unsigned next_node_id() { return next_node_id_++; } in next_node_id()
67 unsigned next_node_id_;
/dports/www/node10/node-v10.24.1/deps/v8/src/profiler/
H A Dallocation-tracker.h63 unsigned next_node_id() { return next_node_id_++; } in next_node_id()
67 unsigned next_node_id_;
H A Dprofile-generator.h283 unsigned next_node_id() { return next_node_id_++; } in next_node_id()
305 unsigned next_node_id_; variable
/dports/lang/v8/v8-9.6.180.12/src/profiler/
H A Dallocation-tracker.h67 unsigned next_node_id() { return next_node_id_++; } in next_node_id()
71 unsigned next_node_id_;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/bookmarks/browser/
H A Dbookmark_model.h272 int64_t next_node_id() const { return next_node_id_; } in next_node_id()
380 void set_next_node_id(int64_t id) { next_node_id_ = id; } in set_next_node_id()
404 int64_t next_node_id_ = 1; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/test/network/
H A Dnetwork_emulation_manager.cc49 next_node_id_(1), in NetworkEmulationManagerImpl()
101 next_node_id_++, *ip, config.start_as_enabled, config.type, &task_queue_, in CreateEndpoint()
H A Dnetwork_emulation_manager.h94 int next_node_id_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/test/network/
H A Dnetwork_emulation_manager.cc49 next_node_id_(1), in NetworkEmulationManagerImpl()
101 next_node_id_++, *ip, config.stats_gathering_mode, in CreateEndpoint()
H A Dnetwork_emulation_manager.h99 int next_node_id_; variable

12