OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:param_types
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/glib/gobject/
gsignal.c
210
GType *
param_types
; /* mangled with G_SIGNAL_TYPE_STATIC_SCOPE flag */
member in struct:_SignalNode
1676
GType *
param_types
;
local
[
all
...]
gsignal.h
226
* @
param_types
: The individual parameter types for user callbacks, note that the
230
* [#
param_types
param_names,]
245
const GType *
param_types
; /* mangled with G_SIGNAL_TYPE_STATIC_SCOPE flag */
member in struct:_GSignalQuery
259
GType *
param_types
);
/external/llvm/bindings/ocaml/llvm/
llvm.ml
194
external
param_types
: lltype -> lltype array = "llvm_param_types"
[
all
...]
llvm.mli
357
(** [
param_types
fty] gets the parameter types of the function type [fty].
359
val
param_types
: lltype -> lltype array
var
[
all
...]
Completed in 199 milliseconds