Searched refs:GetFunctionNamePrefix (Results 1 – 7 of 7) sorted by relevance
37 string GetFunctionNamePrefix(const ComponentSpecificationMessage& message);
211 string function_name_prefix = GetFunctionNamePrefix(spec_msg); in LoadDriver()236 string function_name_prefix = GetFunctionNamePrefix(spec_msg); in LoadDriverWithInterfacePointer()
212 string function_name_prefix = GetFunctionNamePrefix(message); in GenerateHeaderGlobalFunctionDeclarations()227 string function_name_prefix = GetFunctionNamePrefix(message); in GenerateCppBodyGlobalFunctions()
373 string function_name_prefix = GetFunctionNamePrefix(message); in GenerateHeaderGlobalFunctionDeclarations()394 string function_name_prefix = GetFunctionNamePrefix(message); in GenerateCppBodyGlobalFunctions()
56 string GetFunctionNamePrefix(const ComponentSpecificationMessage& message) { in GetFunctionNamePrefix() function
135 string function_name = GetFunctionNamePrefix(comp_spec); in LoadInterface()
123 string function_name_prefix = GetFunctionNamePrefix(*message); in Fuzz()