Home
last modified time | relevance | path

Searched refs:expand_string (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/templates/
Dcommon.rb96 return '{' + default.map { |e| expand_string(e) }.join(', ') + '}' if type == 'arg_list_t'
97 return expand_string(default) if type == 'std::string'
110 def expand_string(s) method in Option