Home
last modified time | relevance | path

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

/external/libmojo/mojo/public/tools/bindings/generators/
Dmojom_cpp_generator.py155 def GetCppWrapperType(kind): function
172 return pattern % GetCppWrapperType(kind.kind)
184 return pattern % (GetCppWrapperType(kind.key_kind),
185 GetCppWrapperType(kind.value_kind))
234 cpp_wrapper_type = GetCppWrapperType(kind)
273 return "%s&" % GetCppWrapperType(kind)
274 return GetCppWrapperType(kind)
412 "cpp_wrapper_type": GetCppWrapperType,