OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MatcherData
(Results
1 - 2
of
2
) sorted by null
/external/openfst/src/include/fst/
matcher-fst.h
37
// typedef ...
MatcherData
; // Initialization data
42
// Matcher(const F &fst, MatchType type,
MatcherData
*data);
46
//
MatcherData
*GetData() const;
50
// class
MatcherData
{
53
//
MatcherData
(const
MatcherData
&);
56
// static
MatcherData
*Read(istream &istrm);
69
typedef AddOnPair<typename M::
MatcherData
, typename M::
MatcherData
> D;
81
AddOnPair<typename M::
MatcherData
,
[
all
...]
lookahead-matcher.h
258
typedef NullAddOn
MatcherData
;
266
MatcherData
*data = 0)
303
MatcherData
*GetData() const { return 0; }
431
typedef LabelReachableData<Label>
MatcherData
;
439
MatcherData
*data = 0, S *s = 0)
519
MatcherData
*GetData() const {
631
typedef LabelReachableData<Label>
MatcherData
;
632
typedef AddOnPair<
MatcherData
,
MatcherData
> D;
Completed in 62 milliseconds