Lines Matching refs:function
80 - ``"arg"``: Used to describe an argument/parameter in a function or a function pointer.
101 - ``"function_pointer"``: Describes a function pointer. These are used when
105 - ``"name"``: The name of the function pointer.
106 - ``"type"``: This contains the return type information for the function pointer.
108 - ``"args"``: array of ``"arg"`` Widgets. This describes the function arguments/parameters.
124 for a function.
201 - ``"ret_type"``: return type from a function. This is only going to be seen in the ``"type"``
202 element of a ``"function"`` type.
210 - ``"function"``: Describes a function.
213 - ``"name"``: The name of the function.
216 - ``"args"``: array of ``"arg"`` json types. This describes the function arguments/parameters.
311 "json_type":"function",