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

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dsymbol-table.h327 SymbolTableIterator(const SymbolTable& symbol_table) { argument
328 impl_ = symbol_table.Impl();
/external/bison/src/
H A Dsymtab.c452 static struct hash_table *symbol_table = NULL; variable in typeref:struct:hash_table
488 symbol_table = hash_initialize (HT_INITIAL_CAPACITY,
509 entry = hash_lookup (symbol_table, &probe);
515 hash_insert (symbol_table, entry);
550 hash_free (symbol_table);
563 hash_do_for_each (symbol_table, processor, processor_data);
/external/bluetooth/glib/glib/
H A Dgscanner.h198 GHashTable *symbol_table; member in struct:_GScanner
/external/icu4c/test/intltest/
H A Dwbnf.cpp522 if ((symbol_table = symbols)){
523 symbol_table->put(varName, varRef);
532 if (symbol_table){
534 symbol_table->find(var_name, &var_ref);
543 SymbolTable * symbol_table; member in class:Variable
/external/v8/src/
H A Dmark-compact.cc531 SymbolTable* symbol_table = Heap::raw_unchecked_symbol_table(); local
533 SetMark(symbol_table);
536 symbol_table->IteratePrefix(&marker);
720 // symbol table. Cannot use symbol_table() here because the symbol
722 SymbolTable* symbol_table = Heap::raw_unchecked_symbol_table(); local
724 symbol_table->IterateElements(&v);
725 symbol_table->ElementsRemoved(v.PointersRemoved());
/external/v8/src/ia32/
H A Dcodegen-ia32.cc10622 Register symbol_table = c2; local
10625 __ mov(symbol_table,
10633 __ mov(mask, FieldOperand(symbol_table, kCapacityOffset));
10640 // symbol_table: symbol table
10664 FieldOperand(symbol_table,

Completed in 389 milliseconds