Searched refs:bsCFType (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/RubyCocoa-80/RubyCocoa/framework/src/objc/
H A DBridgeSupport.h121 struct bsCFType { struct
147 struct bsCFType *find_bs_cf_type_by_encoding(const char *encoding);
148 struct bsCFType *find_bs_cf_type_by_type_id(CFTypeID type_id);
H A DBridgeSupport.m38 static struct st_table *bsCFTypes; // encoding -> struct bsCFType
39 static struct st_table *bsCFTypes2; // CFTypeID -> struct bsCFType
1448 struct bsCFType *bs_cf_type;
1452 bs_cf_type = (struct bsCFType *)malloc(sizeof(struct bsCFType));
1960 struct bsCFType *bs_cftype;
1996 struct bsCFType *
1999 struct bsCFType *cf_type;
2007 struct bsCFType *
2010 struct bsCFType *cf_typ
[all...]
H A Dmdl_osxobjc.m267 struct bsCFType *bs_cf_type;

Completed in 260 milliseconds