OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetCppVariableType
(Results
1 - 7
of
7
) sorted by null
/test/vts/compilation_tools/vtsc/code_gen/driver/
LibSharedCodeGen.cpp
56
out << " " <<
GetCppVariableType
(arg) << " "
58
out << "reinterpret_cast<" <<
GetCppVariableType
(arg) << ">("
83
out << " " <<
GetCppVariableType
(arg) << " "
90
out << "reinterpret_cast<" <<
GetCppVariableType
(arg) << ">(";
100
out << " " <<
GetCppVariableType
(arg) << " "
HalCodeGen.cpp
330
out <<
GetCppVariableType
(arg) << " ";
331
out << "arg" << arg_count << " = (" <<
GetCppVariableType
(arg)
332
<< ") malloc(sizeof(" <<
GetCppVariableType
(arg) << "));"
368
out <<
GetCppVariableType
(arg) << " ";
374
out << "reinterpret_cast<" <<
GetCppVariableType
(arg) << ">("
389
out << "reinterpret_cast<" <<
GetCppVariableType
(arg) << ">";
554
out <<
GetCppVariableType
(arg) << " ";
560
out << "reinterpret_cast<" <<
GetCppVariableType
(arg) << ">("
576
out << "reinterpret_cast<" <<
GetCppVariableType
(arg) << ">";
[
all
...]
HalHidlCodeGen.cpp
45
<<
GetCppVariableType
(api.return_type_hidl(0)) << "> ";
56
out <<
GetCppVariableType
(arg, IsConstType(arg.type())) << " arg" << index
67
out <<
GetCppVariableType
(return_val, IsConstType(return_val.type()))
223
string var_type =
GetCppVariableType
(arg);
250
out <<
GetCppVariableType
(return_val) << " result" << index << ";\n";
254
out << "std::unique_ptr<" <<
GetCppVariableType
(return_val) << "> result"
301
out <<
GetCppVariableType
(return_val, IsConstType(return_val.type()))
317
<<
GetCppVariableType
(return_val) << "(arg" << index << "));\n";
462
<<
GetCppVariableType
(api.return_type_hidl(0)) << "> ";
471
out <<
GetCppVariableType
(arg, IsConstType(arg.type())) << " arg
[
all
...]
/test/vts/compilation_tools/vtsc/
VtsCompilerUtils.h
38
extern string
GetCppVariableType
(const string primitive_type_string);
41
string
GetCppVariableType
(const VariableSpecificationMessage& arg,
VtsCompilerUtils.cpp
120
string
GetCppVariableType
(const std::string scalar_type_string) {
156
string
GetCppVariableType
(const VariableSpecificationMessage& arg,
171
result =
GetCppVariableType
(arg.scalar_type());
194
string element_type =
GetCppVariableType
(arg.vector_value(0));
207
string element_type =
GetCppVariableType
(cur_val);
278
result =
GetCppVariableType
(arg.scalar_type());
296
string element_type =
GetCppVariableType
(arg.fmq_value(0));
302
string element_type =
GetCppVariableType
(arg.fmq_value(0));
315
string element_type =
GetCppVariableType
(cur_val);
/test/vts/compilation_tools/vtsc/code_gen/fuzzer/
HalHidlFuzzerCodeGen.cpp
114
out <<
GetCppVariableType
(return_val, IsConstType(return_val.type()));
174
string type =
GetCppVariableType
(var_spec);
175
types.emplace_back(
GetCppVariableType
(var_spec));
/test/vts/compilation_tools/vtsc/code_gen/profiler/
HalHidlProfilerCodeGen.cpp
277
string element_type =
GetCppVariableType
(val.fmq_value(0));
305
string element_type =
GetCppVariableType
(val.fmq_value(0));
362
out <<
GetCppVariableType
(arg) << " *" << arg_value
364
<<
GetCppVariableType
(arg) << "*> ((*args)[" << i << "]);\n";
401
out <<
GetCppVariableType
(arg) << " *" << result_value
403
<<
GetCppVariableType
(arg) << "*> ((*args)[" << i << "]);\n";
Completed in 271 milliseconds