HomeSort by relevance Sort by last modified time
    Searched defs:c_obj (Results 1 - 2 of 2) sorted by null

  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
swig.ml 23 | C_obj of (string -> 'a c_obj_t -> 'a c_obj_t)
28 type c_obj = enum c_obj_t type
32 exception NotObject of c_obj
33 exception NotEnumType of c_obj
34 exception LabelNotFromThisEnum of c_obj
35 exception InvalidDirectorCall of c_obj
39 C_obj o -> o
61 | C_obj o -> (try (get_int (o "int" C_void))
77 | C_obj o -> (try (get_float (o "float" C_void))
103 C_obj _ -> (invoke obj) "&" C_voi
    [all...]
swig.mli 21 | C_obj of (string -> 'a c_obj_t -> 'a c_obj_t)
26 type c_obj = enum c_obj_t type
28 exception InvalidDirectorCall of c_obj

Completed in 48 milliseconds