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

  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
std_vector.i 87 val array_to_vector : c_obj -> ('a -> c_obj) -> 'a array -> c_obj
88 val vector_to_array : c_obj -> (c_obj -> 'a) -> 'a array -> c_obj
ocaml.i 22 val swig_val : c_enum_type -> c_obj -> Swig.c_obj
carray.i 2 type _value = c_obj
6 type _value = c_obj
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
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...]
std_string.i 124 val c_string_array: string array -> c_obj
  /external/libcxx/test/std/utilities/function.objects/func.not_fn/
not_fn.pass.cpp 468 const auto& c_obj = obj; local
474 c_obj();
476 std::move(c_obj)();
510 c_obj(x);
512 c_obj(cx);
514 c_obj(std::move(x));
516 c_obj(std::move(cx));
518 c_obj(42);
524 std::move(c_obj)(x);
526 std::move(c_obj)(cx)
    [all...]

Completed in 1051 milliseconds