Home
last modified time | relevance | path

Searched refs:take_id (Results 1 – 10 of 10) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/clippy_lints/src/methods/
H A Dmanual_str_repeat.rs63 if let Some(take_id) = cx.typeck_results().type_dependent_def_id(take_expr.hir_id); in check()
66 if cx.tcx.trait_of_item(take_id) == Some(iter_trait_id); in check()
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Deditor_sources.h67 add (take_id); in Columns()
84 Gtk::TreeModelColumn<std::string> take_id; member
H A Deditor_sources.cc131 TreeViewColumn* col_take_id = manage (new TreeViewColumn ("", _columns.take_id)); in EditorSources()
418 row[_columns.take_id] = source->take_id(); in populate_row()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dsource.h82 const std::string& take_id () const { return _take_id; } in take_id() function
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dsource.cc115 node->set_property (X_("take-id"), take_id()); in get_state()
H A Dtrack.cc1061 pl->set_pgroup_id (afs->take_id ()); in use_captured_audio_sources()
H A Dluabindings.cc1377 .addFunction ("take_id", &FileSource::take_id) in common()
/dports/devel/py-mypy/mypy-0.910/test-data/unit/
H A Dcheck-type-aliases.test534 def take_id(x: Id[int]) -> None:
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/librespot-protocol-0.1.2/src/
H A Dmetadata.rs6652 pub fn take_id(&mut self) -> ::std::string::String { in take_id() method
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/librespot-protocol-0.1.1/src/
H A Dmetadata.rs6188 pub fn take_id(&mut self) -> ::std::string::String { in take_id() method