• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/xnu-2782.1.97/libkern/libkern/c++/

Lines Matching refs:name

156     * @param type    The name of the desired class to be created,
184 * Returns the type ID (metaclass) of a class based on its name.
186 * @param type The name of the desired class, as a raw token,
231 * @param type The name of the desired class type, as a raw token,
783 * keeping track of inheritance relationships, class lookup by name,
871 /* className OSSymbol of the class' name. */
917 * @param name The name of the desired class's metaclass.
922 static const OSMetaClass * getMetaClassWithName(const OSSymbol * name);
1261 * @param name The name of the desired class.
1277 static OSObject * allocClassWithName(const OSSymbol * name);
1286 * @param name The name of the desired class.
1302 static OSObject * allocClassWithName(const OSString * name);
1311 * @param name The name of the desired class.
1327 static OSObject * allocClassWithName(const char * name);
1334 * Search the metaclass inheritance hierarchy by name for an object instance.
1336 * @param className The name of the desired class or superclass.
1357 * Search the metaclass inheritance hierarchy by name for an object instance.
1359 * @param className The name of the desired class or superclass.
1379 * Search the metaclass inheritance hierarchy by name for an object instance.
1381 * @param className The name of the desired class or superclass.
1509 * Returns the name of the C++ class managed by this metaclass.
1512 * Returns the name of the C++ class managed by this metaclass.
1552 const OSSymbol * name,
1571 * @param className The name of the C++ class, as a raw token,
1599 * @param className The name of the C++ class, as a raw token,
1622 * @param className The name of the C++ class, as a raw token,
1645 * @param className The name of the C++ class, as a raw token,
1678 * @param className The name of the C++ class, as a raw token,
1680 * @param superclassName The name of the superclass of the C++ class,
1714 * @param className The name of the C++ class, as a raw token,
1716 * @param superclassName The name of the superclass of the C++ class,
1733 * @param className The name of the C++ class, as a raw token,
1735 * @param superclassName The name of the superclass of the C++ class,
1754 * @param className The name of the C++ class, as a raw token,
1756 * @param superclassName The name of the superclass of the C++ class,
1774 * @param className The name of the C++ class, as a raw token,
1776 * @param superclassName The name of the superclass of the C++ class,
1796 * @param className The name of the C++ class, as a raw token,
1798 * @param superclassName The name of the superclass of the C++ class,
1818 * @param className The name of the C++ class, as a raw token,
1820 * @param superclassName The name of the superclass of the C++ class,
1842 * @param className The name of the C++ class, as a raw token,
1844 * @param superclassName The name of the superclass of the C++ class,
1862 * @param className The name of the C++ class, as a raw token,
1864 * @param superclassName The name of the superclass of the C++ class,
1885 * @param className The name of the C++ class, as a raw token,
1887 * @param superclassName The name of the superclass of the C++ class,
1909 * @param className The name of the C++ class, as a raw token,
1911 * @param superclassName The name of the superclass of the C++ class,
1946 * @param className The name of the C++ class, as a raw token,
1986 * @param className The name of the C++ class, as a raw token,
2008 * @param className The name of the C++ class, as a raw token,
2051 * @param className The name of the C++ class, as a raw token,