OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SymbolTableImpl
(Results
1 - 4
of
4
) sorted by null
/external/srec/tools/thirdparty/OpenFst/fst/lib/
symbol-table.cpp
35
SymbolTableImpl
*
SymbolTableImpl
::ReadText(const string &filename) {
43
SymbolTableImpl
* impl = new
SymbolTableImpl
(filename);
74
void
SymbolTableImpl
::RecomputeCheckSum() const {
82
int64
SymbolTableImpl
::AddSymbol(const string& symbol, int64 key) {
102
SymbolTableImpl
*
SymbolTableImpl
::Read(istream &strm,
112
SymbolTableImpl
* impl = new
SymbolTableImpl
(name)
[
all
...]
symbol-table.h
37
class
SymbolTableImpl
{
40
SymbolTableImpl
(const string &name)
43
~
SymbolTableImpl
() {
55
void AddTable(
SymbolTableImpl
* table) {
61
static
SymbolTableImpl
* ReadText(const string& filename);
63
static
SymbolTableImpl
* Read(istream &strm, const string& source);
124
static
SymbolTableImpl
* Read1(istream &, const string &);
137
DISALLOW_EVIL_CONSTRUCTORS(
SymbolTableImpl
);
162
SymbolTable(const string& name) : impl_(new
SymbolTableImpl
(name)) {}
228
SymbolTableImpl
* impl = SymbolTableImpl::ReadText(filename)
[
all
...]
/external/openfst/src/include/fst/
symbol-table.h
67
class
SymbolTableImpl
{
69
SymbolTableImpl
(const string &name)
75
explicit
SymbolTableImpl
(const
SymbolTableImpl
& impl)
85
~
SymbolTableImpl
() {
99
static
SymbolTableImpl
* ReadText(
103
static
SymbolTableImpl
* Read(istream &strm,
222
SymbolTable() : impl_(new
SymbolTableImpl
("<unspecified>")) {}
225
SymbolTable(const string& name) : impl_(new
SymbolTableImpl
(name)) {}
252
SymbolTableImpl
* impl = SymbolTableImpl::ReadText(strm, name, opts)
[
all
...]
/external/openfst/src/lib/
symbol-table.cc
42
SymbolTableImpl
*
SymbolTableImpl
::ReadText(istream &strm,
45
SymbolTableImpl
* impl = new
SymbolTableImpl
(filename);
82
void
SymbolTableImpl
::MaybeRecomputeCheckSum() const {
122
int64
SymbolTableImpl
::AddSymbol(const string& symbol, int64 key) {
160
SymbolTableImpl
*
SymbolTableImpl
::Read(istream &strm,
170
SymbolTableImpl
* impl = new
SymbolTableImpl
(name)
[
all
...]
Completed in 78 milliseconds