Searched defs:clsname (Results 1 – 7 of 7) sorted by relevance
/third_party/cef/tools/ |
D | make_ctocpp_impl.py | 9 def make_ctocpp_impl_proto(clsname, name, func, parts): argument 28 def make_ctocpp_function_impl_existing(clsname, name, func, impl): argument 42 def make_ctocpp_function_impl_new(clsname, name, func, base_scoped): argument 501 def make_ctocpp_function_impl(clsname, funcs, existing, base_scoped): argument 573 def make_ctocpp_class_impl(header, clsname, impl): argument 693 def write_ctocpp_impl(header, clsname, dir): argument
|
D | make_cpptoc_header.py | 9 def make_cpptoc_header(header, clsname): argument 85 def write_cpptoc_header(header, clsname, dir): argument
|
D | make_ctocpp_header.py | 43 def make_ctocpp_header(header, clsname): argument 130 def write_ctocpp_header(header, clsname, dir): argument
|
D | make_views_stub_impl.py | 10 def make_views_function_stub_impl(clsname, func): argument
|
D | make_cpptoc_impl.py | 565 def make_cpptoc_class_impl(header, clsname, impl): argument 700 def write_cpptoc_impl(header, clsname, dir): argument
|
D | cef_parser.py | 33 def is_base_class(clsname): argument
|
/third_party/python/Modules/ |
D | _xxsubinterpretersmodule.c | 1664 const char *clsname = (end == CHANNEL_RECV) ? "RecvChannel" : in _channel_from_cid() local
|