Lines Matching refs:string
42 string ComponentClassToString(int component_class) { in ComponentClassToString()
63 string ComponentTypeToString(int component_type) { in ComponentTypeToString()
120 string GetCppVariableType(const std::string scalar_type_string) { in GetCppVariableType()
156 string GetCppVariableType(const VariableSpecificationMessage& arg, in GetCppVariableType()
158 string result; in GetCppVariableType()
194 string element_type = GetCppVariableType(arg.vector_value(0)); in GetCppVariableType()
207 string element_type = GetCppVariableType(cur_val); in GetCppVariableType()
307 string element_type = GetCppVariableType(arg.fmq_value(0)); in GetCppVariableType()
313 string element_type = GetCppVariableType(arg.fmq_value(0)); in GetCppVariableType()
326 string element_type = GetCppVariableType(cur_val); in GetCppVariableType()
347 string GetConversionToProtobufFunctionName(VariableSpecificationMessage arg) { in GetConversionToProtobufFunctionName()
362 string GetCppInstanceType( in GetCppInstanceType()
364 const string& msg, in GetCppInstanceType()
470 std::string predefined_type_name = arg.predefined_type(); in GetCppInstanceType()
531 string ClearStringWithNameSpaceAccess(const string& str) { in ClearStringWithNameSpaceAccess()
532 string result = str; in ClearStringWithNameSpaceAccess()
538 string PathJoin(const char* dir_path, const char* file_name) { in PathJoin()
539 string result; in PathJoin()
555 string RemoveBaseDir(const string& file_path, const string& base_path) { in RemoveBaseDir()
560 string result; in RemoveBaseDir()
568 string GetPackageName(const ComponentSpecificationMessage& message) { in GetPackageName()
575 string GetPackagePath(const ComponentSpecificationMessage& message) { in GetPackagePath()
576 string package_path = GetPackageName(message); in GetPackagePath()
581 string GetPackageNamespaceToken(const ComponentSpecificationMessage& message) { in GetPackageNamespaceToken()
582 string package_token = GetPackageName(message); in GetPackageNamespaceToken()
587 string GetVersion(const ComponentSpecificationMessage& message, in GetVersion()
601 string GetComponentBaseName(const ComponentSpecificationMessage& message) { in GetComponentBaseName()
610 string GetComponentName(const ComponentSpecificationMessage& message) { in GetComponentName()
615 string component_name = message.original_data_structure_name(); in GetComponentName()
621 if (pos != std::string::npos) { in GetComponentName()
634 string GetVarString(const string& var_name) { in GetVarString()
635 string var_str = var_name; in GetVarString()