Searched defs:ForthWord (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/skia/forth/
H A DForth.h77 class ForthWord { class
79 virtual ~ForthWord() {}
92 void addWord(const char name[], ForthWord*);
96 ForthWord* findWord(const char name[]);

Completed in 86 milliseconds