Searched refs:DESCRIPTOR_DST (Results 1 – 1 of 1) sorted by relevance
75 static DESCRIPTOR_DST: RefCell<Option<Vec<RawDescriptor>>> = Default::default(); constant81 DESCRIPTOR_DST.with(|d| { in init_descriptor_dst()96 match DESCRIPTOR_DST.with(|d| d.replace(None)) { in take_descriptor_dst()107 DESCRIPTOR_DST.with(|d| { in push_descriptor()