Searched refs:C_nReservedElements (Results 1 – 6 of 6) sorted by relevance
30 C_nReservedElements = ary::idl::predefined::ce_MAX; // Skipping "0" and the GlobalNamespace variable45 : stg::Storage<CodeEntity>(C_nReservedElements) in Ce_Storage()
33 C_nReservedElements = ary::idl::predefined::type_MAX; // Skipping "0" and the built in types. variable47 : stg::Storage<Type>(C_nReservedElements), in Type_Storage()
31 C_nReservedElements = ary::loc::predefined::le_MAX; // Skipping "0" variable47 : stg::Storage<LocationEntity>(C_nReservedElements) in Le_Storage()
31 C_nReservedElements = ::ary::cpp::predefined::de_MAX; // Skipping "0" variable47 : stg::Storage<DefineEntity>(C_nReservedElements) in Def_Storage()
33 C_nReservedElements = ::ary::cpp::predefined::ce_MAX; // Skipping "0" and the GlobalNamespace variable49 : stg::Storage<CodeEntity>(C_nReservedElements), in Ce_Storage()
32 C_nReservedElements = ary::cpp::predefined::t_MAX; // Skipping "0" and the builtin types variable49 : stg::Storage<Type>(C_nReservedElements), in Type_Storage()
Completed in 19 milliseconds