Home
last modified time | relevance | path

Searched defs:TokenBlock_Rec (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
Dtokens.h64 struct TokenBlock_Rec { struct
65 TokenBlock *next;
66 int current;
67 int count;
68 int max;
69 unsigned char *data;