Searched defs:RoleProperties (Results 1 – 2 of 2) sorted by relevance
90 struct RoleProperties { struct96 typedef std::pair<std::string, RoleProperties> Role; argument
39 struct RoleProperties { struct40 string roleName;41 string typeName;65 void setRoleProperties(string roleName, bool isEncoder, int32_t order, string typeName, argument