HomeSort by relevance Sort by last modified time
    Searched defs:WeightClass (Results 1 - 8 of 8) sorted by null

  /external/openfst/src/script/
weight-class.cc 29 WeightClass::WeightClass(const string &weight_type,
36 impl_ = stw(weight_str, "WeightClass", 0);
39 ostream& operator << (ostream &o, const WeightClass &c) {
  /external/openfst/src/include/fst/script/
weight-class.h 77 class WeightClass {
79 WeightClass() : element_type_(ZERO), impl_(0) { }
82 explicit WeightClass(const W& weight)
85 WeightClass(const string &weight_type, const string &weight_str);
87 WeightClass(const WeightClass &other) :
91 WeightClass &operator = (const WeightClass &other) {
113 bool operator == (const WeightClass &other) const {
119 static const WeightClass &Zero()
    [all...]
  /external/skia/src/sfnt/
SkOTTable_OS_2_V0.h 26 struct WeightClass {
SkOTTable_OS_2_VA.h 27 struct WeightClass {
SkOTTable_OS_2_V1.h 24 struct WeightClass {
SkOTTable_OS_2_V2.h 24 struct WeightClass {
SkOTTable_OS_2_V3.h 24 struct WeightClass {
SkOTTable_OS_2_V4.h 24 struct WeightClass {

Completed in 554 milliseconds