Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/dawn/generator/templates/dawn_wire/server/
DServerDoers.cpp23 {% set is_method = method is not none %}
27 {% if is_method and Suffix not in server_handwritten_commands %}
DServerHandlers.cpp22 {% set is_method = method != None %}
23 {% set returns = is_method and method.return_type.name.canonical_case() != "void" %}
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_wire/server/
DServerDoers.cpp23 {% set is_method = method is not none %}
27 {% if is_method and Suffix not in server_handwritten_commands %}
DServerHandlers.cpp21 {% set is_method = method != None %}
22 {% set returns = is_method and method.return_type.name.canonical_case() != "void" %}
/third_party/python/Objects/
Dcall.c844 int is_method = _PyObject_GetMethod(obj, name, &callable); in PyObject_CallMethodObjArgs() local
848 obj = is_method ? obj : NULL; in PyObject_CallMethodObjArgs()
875 int is_method = _PyObject_GetMethod(obj, oname, &callable); in _PyObject_CallMethodIdObjArgs() local
879 obj = is_method ? obj : NULL; in _PyObject_CallMethodIdObjArgs()
/third_party/cef/include/base/
Dcef_bind_helpers.h471 template <bool is_method, typename T>