Searched refs:make_ctocpp_impl_proto (Results 1 – 2 of 2) sorted by relevance
/third_party/cef/tools/ |
D | make_views_stub_impl.py | 15 result = make_ctocpp_impl_proto(clsname, name, func, parts) + ' {'
|
D | make_ctocpp_impl.py | 9 def make_ctocpp_impl_proto(clsname, name, func, parts): function 38 return make_ctocpp_impl_proto(clsname, name, func, parts)+'{'+ \ 49 result = make_ctocpp_impl_proto(clsname, name, func, parts) + ' {'
|