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()
559 string result; in RemoveBaseDir()
567 string GetPackageName(const ComponentSpecificationMessage& message) { in GetPackageName()
574 string GetPackagePath(const ComponentSpecificationMessage& message) { in GetPackagePath()
575 string package_path = GetPackageName(message); in GetPackagePath()
580 string GetPackageNamespaceToken(const ComponentSpecificationMessage& message) { in GetPackageNamespaceToken()
581 string package_token = GetPackageName(message); in GetPackageNamespaceToken()
586 string GetVersion(const ComponentSpecificationMessage& message, in GetVersion()
600 string GetComponentBaseName(const ComponentSpecificationMessage& message) { in GetComponentBaseName()
609 string GetComponentName(const ComponentSpecificationMessage& message) { in GetComponentName()
614 string component_name = message.original_data_structure_name(); in GetComponentName()
620 if (pos != std::string::npos) { in GetComponentName()
633 string GetVarString(const string& var_name) { in GetVarString()
634 string var_str = var_name; in GetVarString()