Home
last modified time | relevance | path

Searched refs:idref (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/libkern/c++/
H A DOSUnserializeXML.y92 int idref; member
314 | idref { $$ = retrieveObject(STATE, $1->idref);
418 idref: IDREF
952 object->idref = -1; in yylex()
1240 if (header->idref >= 0) { in buildDictionary()
1282 if (header->idref >= 0) { in buildArray()
1312 if (header->idref >= 0) { in buildSet()
1328 if (o->idref >= 0) { in buildString()
1345 if (o->idref >= 0) { in buildSymbol()
1366 if (o->idref >= 0) { in buildData()
[all …]
/xnu-11215/iokit/System/
H A DOSUnserializeXMLSharedImplementation.h187 int idref; member
2563 object->idref = -1; in yylex()
2851 if (header->idref >= 0) { in buildDictionary()
2893 if (header->idref >= 0) { in buildArray()
2923 if (header->idref >= 0) { in buildSet()
2939 if (o->idref >= 0) { in buildString()
2940 rememberObject(state, o->idref, string); in buildString()
2956 if (o->idref >= 0) { in buildSymbol()
2977 if (o->idref >= 0) { in buildData()
2978 rememberObject(state, o->idref, data); in buildData()
[all …]
/xnu-11215/libkern/libkern/c++/
H A DOSUnserializeXMLSharedImplementation.h187 int idref; member
2563 object->idref = -1; in yylex()
2851 if (header->idref >= 0) { in buildDictionary()
2893 if (header->idref >= 0) { in buildArray()
2923 if (header->idref >= 0) { in buildSet()
2939 if (o->idref >= 0) { in buildString()
2940 rememberObject(state, o->idref, string); in buildString()
2956 if (o->idref >= 0) { in buildSymbol()
2977 if (o->idref >= 0) { in buildData()
2978 rememberObject(state, o->idref, data); in buildData()
[all …]