Home
last modified time | relevance | path

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

/dports/security/iaikpkcs11wrapper/src/java/src/iaik/pkcs/pkcs11/objects/
H A DLongAttribute.java11 public class LongAttribute extends Attribute { class
16 LongAttribute() { in LongAttribute() method in LongAttribute
28 public LongAttribute(Long type) { in LongAttribute() method in LongAttribute
/dports/science/hepmc3/HepMC3-3.2.4/include/HepMC3/
H A DAttribute.h202 LongAttribute(): Attribute(), m_val(0) {} in LongAttribute() function
205 LongAttribute(long val): Attribute(), m_val(val) {} in LongAttribute() function
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Dtestbinding.rs94 fn LongAttribute(&self) -> i32 { 0 } in LongAttribute() method