Home
last modified time | relevance | path

Searched refs:NamedTag (Results 1 – 12 of 12) sorted by relevance

/dports/www/xh/xh-0.14.1/cargo-crates/digest_auth-0.3.0/src/
H A Ddigest.rs42 enum NamedTag<'a> { enum
47 impl Display for NamedTag<'_> { implementation
50 NamedTag::Quoted(name, content) => { in fmt()
339 let mut entries = Vec::<NamedTag>::new(); in fmt()
354 entries.push(NamedTag::Plain("stale", "true".into())); in fmt()
357 entries.push(NamedTag::Plain( in fmt()
671 let mut entries = Vec::<NamedTag>::new(); in fmt()
678 entries.push(NamedTag::Quoted("uri", (&self.uri).into())); in fmt()
681 entries.push(NamedTag::Plain( in fmt()
686 entries.push(NamedTag::Quoted( in fmt()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/webrender/src/
H A Dquery.rs12 pub trait NamedTag { trait
137 impl<T: NamedTag> GpuFrameProfile<T> {
235 impl<T: NamedTag> GpuProfiler<T> {
H A Dprofiler.rs8 use query::{GpuSampler, GpuTimer, NamedTag};
29 impl NamedTag for GpuProfileTag {
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/src/device/
H A Dquery_gl.rs12 pub trait NamedTag { interface
139 impl<T: NamedTag> GpuFrameProfile<T> {
239 impl<T: NamedTag> GpuProfiler<T> {
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/src/device/
H A Dquery_gl.rs18 pub trait NamedTag { trait
145 impl<T: NamedTag> GpuFrameProfile<T> {
245 impl<T: NamedTag> GpuProfiler<T> {
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dopen-type-layout.h8 } NamedTag; typedef
12 static NamedTag open_type_layout_features[] = {
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dopen-type-layout.h8 } NamedTag; typedef
12 static NamedTag open_type_layout_features[] = {
/dports/deskutils/gnome-font-viewer/gnome-font-viewer-41.0/src/
H A Dopen-type-layout.h8 } NamedTag; typedef
12 static NamedTag open_type_layout_features[] = {
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/Readers/
H A DHTML.hs22 , NamedTag(..)
884 class NamedTag a where constructor
887 instance NamedTag (Tag Text) where
892 instance NamedTag (Tag String) where
897 isInlineTag :: NamedTag (Tag a) => Tag a -> Bool
904 isBlockTag :: NamedTag (Tag a) => Tag a -> Bool
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/src/
H A Dprofiler.rs7 use device::query::{GpuSampler, GpuTimer, NamedTag};
92 impl NamedTag for GpuProfileTag {
/dports/textproc/libextractor/libextractor-1.11/src/plugins/
H A Dgstreamer_extractor.c723 struct NamedTag struct
741 struct NamedTag named_tags[] = { argument
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/src/
H A Dprofiler.rs7 use crate::device::query::{GpuSampler, GpuTimer, NamedTag};
183 impl NamedTag for GpuProfileTag {