• Home
  • Raw
  • Download

Lines Matching refs:ClassName

208   const std::string clazz = ClassName(interface, ClassNames::INTERFACE);  in GenerateConstantDefinitions()
241 const std::string clazz = ClassName(defined_type, ClassNames::CLIENT); in GenerateClientMethodDefinition()
262 out << cpp::GenLogBeforeExecute(ClassName(defined_type, ClassNames::CLIENT), method, in GenerateClientMethodDefinition()
294 const std::string iface = ClassName(defined_type, ClassNames::INTERFACE); in GenerateClientMethodDefinition()
331 out << cpp::GenLogAfterExecute(ClassName(defined_type, ClassNames::CLIENT), defined_type, in GenerateClientMethodDefinition()
367 out << cpp::GenLogBeforeExecute(ClassName(defined_type, ClassNames::SERVER), method, in GenerateServerCaseDefinition()
374 out << cpp::GenLogAfterExecute(ClassName(defined_type, ClassNames::SERVER), defined_type, in GenerateServerCaseDefinition()
408 const std::string clazz = ClassName(defined_type, ClassNames::INTERFACE); in GenerateClassSource()
409 const std::string bn_clazz = ClassName(defined_type, ClassNames::SERVER); in GenerateClassSource()
444 const std::string clazz = ClassName(defined_type, ClassNames::CLIENT); in GenerateClientSource()
464 const std::string clazz = ClassName(defined_type, ClassNames::SERVER); in GenerateServerSource()
465 const std::string iface = ClassName(defined_type, ClassNames::INTERFACE); in GenerateServerSource()
497 const std::string clazz = ClassName(defined_type, ClassNames::INTERFACE); in GenerateInterfaceSource()
498 const std::string bp_clazz = ClassName(defined_type, ClassNames::CLIENT); in GenerateInterfaceSource()
606 const std::string clazz = ClassName(defined_type, ClassNames::CLIENT); in GenerateClientHeader()
622 << ClassName(defined_type, ClassNames::INTERFACE) << "> {\n"; in GenerateClientHeader()
644 const std::string clazz = ClassName(defined_type, ClassNames::SERVER); in GenerateServerHeader()
645 const std::string iface = ClassName(defined_type, ClassNames::INTERFACE); in GenerateServerHeader()
687 const std::string clazz = ClassName(defined_type, ClassNames::INTERFACE); in GenerateInterfaceHeader()
759 const std::string clazz = ClassName(defined_type, ClassNames::BASE); in GenerateParcelHeader()
790 const std::string clazz = ClassName(defined_type, ClassNames::BASE); in GenerateParcelSource()