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

  /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...]
  /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 3659 milliseconds