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

  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
swig.ml 22 | C_list of 'a c_obj_t list
45 match arg with C_list l -> l | C_void -> [] | _ -> [ arg ]
138 C_list argl -> (C_list ((dircore :: argl)))
139 | C_void -> (C_list [ dircore ])
140 | a -> (C_list [ dircore ; a ])) in
swig.mli 20 | C_list of 'a c_obj_t list

Completed in 160 milliseconds