Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/tool/
Dmockcify_test.pl28 "void" eq comment_out_input_vars("void")
30 "one /* two */" eq comment_out_input_vars("one two")
32 "one /* two */, three /* four */, five /* six */" eq comment_out_input_vars("one two, three four, f…
34 "std::string /* s */, tSOME_STRUCT /* struct */" eq comment_out_input_vars("std::string s , tS…
36 "const std::string& /* s */, tSOME_STRUCT /* struct */" eq comment_out_input_vars(" const std::…
Dmockcify_util.pl26 sub comment_out_input_vars { subroutine
Dmockcify.pl709 my $vars_commented_out_input_params = comment_out_input_vars($input_params);