Searched refs:FRIENDLYNAME (Results 1 – 2 of 2) sorted by relevance
116 let friendly = subject.entries_by_nid(Nid::FRIENDLYNAME).next().unwrap(); in test_nid_values()139 assert_eq!(friendly.object().nid().as_raw(), Nid::FRIENDLYNAME.as_raw()); in test_nameref_iterator()
367 pub const FRIENDLYNAME: Nid = Nid(ffi::NID_friendlyName); constant