Searched refs:DELEGATOR_IMPL (Results 1 – 4 of 4) sorted by relevance
42 DELEGATOR_IMPL, // IFooDelegator enumerator
996 const std::string clazz = ClassName(defined_type, ClassNames::DELEGATOR_IMPL); in GenerateDelegatorClassDecl()1113 out << "class " << ClassName(defined_type, ClassNames::DELEGATOR_IMPL) << ";\n\n"; in GenerateInterfaceClassDecl()1119 out << "typedef " << ClassName(defined_type, ClassNames::DELEGATOR_IMPL) in GenerateInterfaceClassDecl()
853 std::string d_name = ClassName(interface, ClassNames::DELEGATOR_IMPL); in GenerateServerClassDecl()1007 out << "class " << ClassName(interface, ClassNames::DELEGATOR_IMPL) << ";\n\n"; in GenerateInterfaceClassDecl()1013 out << "typedef " << ClassName(interface, ClassNames::DELEGATOR_IMPL) << " DefaultDelegator;\n"; in GenerateInterfaceClassDecl()
75 case ClassNames::DELEGATOR_IMPL: in ClassName()