Home | History | Annotate | Download | only in api

Lines Matching refs:Definition

134     // Either 0, 32 or 64.  If 0, this definition is valid for both 32 and 64 bits.
153 class Definition {
156 /* If greater than 0, this definition is deprecated. It's the API level at which
168 Definition(const std::string& name);
188 class Constant : public Definition {
193 Constant(const std::string& name) : Definition(name) {}
204 class Type : public Definition {
209 Type(const std::string& name) : Definition(name) {}
220 class Function : public Definition {
296 std::string mSimpleType; // The definition of the type