Searched refs:io_entity (Results 1 – 2 of 2) sorted by relevance
67 CeNode_Traits::NodeOf_(entity_base_type & io_entity) in NodeOf_() argument69 if (is_type<Namespace>(io_entity)) in NodeOf_()70 return & ary_cast<Namespace>(io_entity).AsNode(); in NodeOf_()71 else if (is_type<Class>(io_entity)) in NodeOf_()72 return & ary_cast<Class>(io_entity).AsNode(); in NodeOf_()
49 LeNode_Traits::NodeOf_(entity_base_type & io_entity) in NodeOf_() argument51 if (is_type<Directory>(io_entity)) in NodeOf_()52 return & ary_cast<Directory>(io_entity).AsNode(); in NodeOf_()
Completed in 13 milliseconds