OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FCode
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/forth/
ForthParser.h
15
class
FCode
;
22
const char* parse(const char text[],
FCode
*);
Forth.cpp
116
class
FCode
{
170
void
FCode
::appendInt(int32_t value) {
182
void
FCode
::appendWord(ForthWord* word) {
187
void
FCode
::appendIF() {
193
bool
FCode
::appendELSE() {
210
bool
FCode
::appendTHEN() {
224
void
FCode
::done() {
228
void
FCode
::Exec(const intptr_t* curr, ForthEngine* engine) {
269
CustomWord(intptr_t code[]) :
fCode
(code) {}
270
virtual ~CustomWord() { sk_free(
fCode
); }
[
all
...]
Completed in 26 milliseconds