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

  /external/clang/test/CodeGenObjC/
objc-gc-aggr-assign.m 10 struct type_s {
17 struct type_s type_s_ivar;
19 - (void) setSome : (struct type_s) arg;
20 - (struct type_s) getSome;
21 @property(assign) struct type_s aggre_prop;
25 - (void) setSome : (struct type_s) arg
29 - (struct type_s) getSome
36 struct type_s some = {{1234}, (id)0};
38 struct type_s get(void)
43 void f(const struct type_s *in, struct type_s *out)
    [all...]
  /external/tcpdump/
print-vrrp.c 91 const char *type_s; local
96 type_s = tok2str(type2str, "unknown type (%u)", type);
97 printf("VRRPv%u, %s", version, type_s);
  /external/libvpx/
libs.doxy_template 239 # typedef struct type_s {} type_t, will appear in the documentation as a struct
241 # namespace, or class. And the struct will be named type_s. This can typically
    [all...]

Completed in 70 milliseconds