Home
last modified time | relevance | path

Searched defs:ByteStringOrLong (Results 1 – 1 of 1) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Dtestbinding.rs150 fn Union9Attribute(&self) -> ByteStringOrLong { in Union9Attribute()
153 fn SetUnion9Attribute(&self, _: ByteStringOrLong) {} in SetUnion9Attribute()
245 fn GetUnion6AttributeNullable(&self) -> Option<ByteStringOrLong> { in GetUnion6AttributeNullable()
248 fn SetUnion6AttributeNullable(&self, _: Option<ByteStringOrLong>) {} in SetUnion6AttributeNullable()
288 …fn ReceiveUnion10(&self) -> ByteStringOrLong { ByteStringOrLong::ByteString(ByteString::new(vec!()… in ReceiveUnion10()
336 fn ReceiveNullableUnion6(&self) -> Option<ByteStringOrLong> { in ReceiveNullableUnion6()
487 fn PassNullableUnion6(&self, _: Option<ByteStringOrLong>) {} in PassNullableUnion6()
515 fn PassOptionalUnion6(&self, _: Option<ByteStringOrLong>) {} in PassOptionalUnion6()
549 fn PassOptionalNullableUnion6(&self, _: Option<Option<ByteStringOrLong>>) {} in PassOptionalNullableUnion6()
639 fn PassVariadicUnion7(&self, _: Vec<ByteStringOrLong>) {} in PassVariadicUnion7()