/external/openfst/src/include/fst/ |
D | string-weight.h | 51 class StringWeight; variable 60 bool operator==(const StringWeight<L, S> &, const StringWeight<L, S> &); 65 class StringWeight { 68 typedef StringWeight<L, REVERSE_STRING_TYPE(S)> ReverseWeight; 72 friend bool operator==<>(const StringWeight<L, S> &, 73 const StringWeight<L, S> &); 75 StringWeight() { Init(); } in StringWeight() function 78 StringWeight(const Iter &begin, const Iter &end) { in StringWeight() function 84 explicit StringWeight(L l) { Init(); PushBack(l); } in StringWeight() function 86 static const StringWeight<L, S> &Zero() { in Zero() [all …]
|
D | factor-weight.h | 100 StringFactor(const StringWeight<L, S> &w) in StringFactor() 107 pair< StringWeight<L, S>, StringWeight<L, S> > Value() const { in Value() 109 StringWeight<L, S> w1(iter.Value()); in Value() 110 StringWeight<L, S> w2; in Value() 119 StringWeight<L, S> weight_;
|
D | push.h | 155 : StringWeight<typename Arc::Label, stype>::One(),
|
D | random-weight.h | 149 typedef StringWeight<L, S> Weight;
|
D | arc.h | 80 typedef StringWeight<int, S> Weight;
|
D | arc-map.h | 770 typedef StringWeight<typename A::Label, S> SW; 810 typedef StringWeight<Label, S> SW; 868 typedef StringWeight<Label, S> SW;
|
D | determinize.h | 70 typedef StringWeight<L, S> Weight; 76 if (!(StringWeight<L, S>::Properties() & kLeftSemiring)) { in operator()
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | string-weight.h | 48 class StringWeight; variable 57 bool operator==(const StringWeight<L, S> &, const StringWeight<L, S> &); 62 class StringWeight { 65 typedef StringWeight<L, REVERSE_STRING_TYPE(S)> ReverseWeight; 69 friend bool operator==<>(const StringWeight<L, S> &, 70 const StringWeight<L, S> &); 72 StringWeight() { Init(); } in StringWeight() function 75 StringWeight(const Iter &begin, const Iter &end) { in StringWeight() function 81 explicit StringWeight(L l) { Init(); PushBack(l); } in StringWeight() function 83 static const StringWeight<L, S> &Zero() { in Zero() [all …]
|
D | factor-weight.h | 80 StringFactor(const StringWeight<L, S> &w) in StringFactor() 87 pair< StringWeight<L, S>, StringWeight<L, S> > Value() const { in Value() 89 StringWeight<L, S> w1(iter.Value()); in Value() 90 StringWeight<L, S> w2; in Value() 99 StringWeight<L, S> weight_;
|
D | random-weight.h | 94 typedef StringWeight<L, S> Weight;
|
D | arc.h | 81 typedef StringWeight<int, S> Weight;
|
D | map.h | 686 typedef StringWeight<typename A::Label, S> SW; 722 typedef StringWeight<Label, S> SW; 762 typedef StringWeight<Label, S> SW;
|
D | determinize.h | 60 typedef StringWeight<L, S> Weight; 66 if (!(StringWeight<L, S>::Properties() & kLeftSemiring)) in operator()
|
/external/openfst/src/test/ |
D | weight_test.cc | 47 using fst::StringWeight; 121 WeightTester<StringWeight<int>, StringWeightGenerator<int> > in main() 126 WeightTester<StringWeight<int, STRING_RIGHT>, in main()
|