HomeSort by relevance Sort by last modified time
    Searched refs:GetVarString (Results 1 - 4 of 4) sorted by null

  /test/vts/compilation_tools/vtsc/
VtsCompilerUtils.h 100 string GetVarString(const string& var_name);
VtsCompilerUtils.cpp 622 string GetVarString(const string& var_name) {
  /test/vts/compilation_tools/vtsc/code_gen/profiler/
HalHidlProfilerCodeGen.cpp 67 std::string index_name = GetVarString(arg_name) + "_index";
72 GetVarString(arg_name) + "_vector_" + index_name;
88 std::string index_name = GetVarString(arg_name) + "_index";
93 GetVarString(arg_name) + "_array_" + index_name;
  /test/vts/compilation_tools/vtsc/code_gen/driver/
HalHidlCodeGen.cpp 846 std::string index_name = GetVarString(arg_name) + "_index";
860 std::string index_name = GetVarString(arg_name) + "_index";
    [all...]

Completed in 672 milliseconds