Searched defs:auto_local (Results 1 – 6 of 6) sorted by relevance
43 mod auto_local; module
46 mod auto_local; module
892 let auto_local = env.auto_local(orig_obj); in test_conversion() localVariable
1105 let auto_local = env.auto_local(obj); in test_conversion() localVariable
492 pub fn auto_local<'b, O>(&'b self, obj: O) -> AutoLocal<'a, 'b> in auto_local() method
756 pub fn auto_local<O>(&self, obj: O) -> AutoLocal<'local, O> in auto_local() method