Lines Matching refs:ClassName
294 const std::string clazz = ClassName(interface, ClassNames::INTERFACE); in GenerateConstantDefinitions()
328 const std::string clazz = ClassName(defined_type, ClassNames::CLIENT); in GenerateClientMethodDefinition()
358 out << cpp::GenLogBeforeExecute(ClassName(defined_type, ClassNames::CLIENT), method, in GenerateClientMethodDefinition()
363 << "::" << ClassName(defined_type, ClassNames::INTERFACE) << "::" << method.GetName() in GenerateClientMethodDefinition()
399 const std::string iface = ClassName(defined_type, ClassNames::INTERFACE); in GenerateClientMethodDefinition()
440 out << cpp::GenLogAfterExecute(ClassName(defined_type, ClassNames::CLIENT), defined_type, in GenerateClientMethodDefinition()
465 << "::" << ClassName(defined_type, ClassNames::INTERFACE) << "::" << method.GetName() in GenerateServerCaseDefinition()
482 out << cpp::GenLogBeforeExecute(ClassName(defined_type, ClassNames::SERVER), method, in GenerateServerCaseDefinition()
489 out << cpp::GenLogAfterExecute(ClassName(defined_type, ClassNames::SERVER), defined_type, in GenerateServerCaseDefinition()
523 const std::string clazz = ClassName(defined_type, ClassNames::INTERFACE); in GenerateClassSource()
524 const std::string bn_clazz = ClassName(defined_type, ClassNames::SERVER); in GenerateClassSource()
571 const std::string clazz = ClassName(defined_type, ClassNames::CLIENT); in GenerateClientSource()
585 const std::string clazz = ClassName(defined_type, ClassNames::SERVER); in GenerateServerSource()
586 const std::string iface = ClassName(defined_type, ClassNames::INTERFACE); in GenerateServerSource()
635 const std::string clazz = ClassName(defined_type, ClassNames::INTERFACE); in GenerateInterfaceSource()
636 const std::string bp_clazz = ClassName(defined_type, ClassNames::CLIENT); in GenerateInterfaceSource()
757 const std::string clazz = ClassName(defined_type, ClassNames::CLIENT); in GenerateClientHeader()
776 << ClassName(defined_type, ClassNames::INTERFACE) << "> {\n"; in GenerateClientHeader()
803 const std::string clazz = ClassName(defined_type, ClassNames::SERVER); in GenerateServerHeader()
804 const std::string iface = ClassName(defined_type, ClassNames::INTERFACE); in GenerateServerHeader()
848 const std::string clazz = ClassName(defined_type, ClassNames::INTERFACE); in GenerateInterfaceHeader()
925 const std::string clazz = ClassName(defined_type, ClassNames::RAW); in GenerateParcelHeader()
959 const std::string clazz = ClassName(defined_type, ClassNames::RAW); in GenerateParcelSource()