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

  /external/googletest/googlemock/scripts/generator/cpp/
gmock_class.py 73 template_args = [arg.name for arg in node.return_type.templated_types]
74 if template_args:
75 return_type += '<' + ', '.join(template_args) + '>'
76 if len(template_args) > 1:
149 template_args = ['T%d' % n for n in range(template_arg_count)]
150 template_decls = ['typename ' + arg for arg in template_args]
152 parent_name += '<' + ', '.join(template_args) + '>'
  /external/v8/testing/gmock/scripts/generator/cpp/
gmock_class.py 73 template_args = [arg.name for arg in node.return_type.templated_types]
74 if template_args:
75 return_type += '<' + ', '.join(template_args) + '>'
76 if len(template_args) > 1:
149 template_args = ['T%d' % n for n in range(template_arg_count)]
150 template_decls = ['typename ' + arg for arg in template_args]
152 parent_name += '<' + ', '.join(template_args) + '>'
  /external/google-breakpad/src/testing/scripts/generator/cpp/
gmock_class.py 72 template_args = [arg.name for arg in node.return_type.templated_types]
73 if template_args:
74 return_type += '<' + ', '.join(template_args) + '>'
75 if len(template_args) > 1:
  /external/libcxxabi/src/
cxa_demangle.cpp     [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_demangle.cpp     [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/src/
cxa_demangle.cpp     [all...]

Completed in 8252 milliseconds