Searched refs:ForthEnv (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/skia/forth/
H A DForth.h86 class ForthEnv { class
88 ForthEnv();
89 ~ForthEnv();
H A DForth.cpp461 class ForthEnv::Impl {
467 ForthEnv::ForthEnv() { function in class:ForthEnv
471 ForthEnv::~ForthEnv() {
475 void ForthEnv::addWord(const char name[], ForthWord* word) {
479 void ForthEnv::parse(const char text[]) {
483 ForthWord* ForthEnv::findWord(const char name[]) {
487 void ForthEnv::run(ForthOutput* output) {
493 void ForthEnv
[all...]
H A DForthTests.cpp383 ForthEnv env;

Completed in 80 milliseconds