HomeSort by relevance Sort by last modified time
    Searched refs:TupleKey (Results 1 - 2 of 2) sorted by null

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
encode.h 71 class TupleKey {
74 TupleKey()
77 TupleKey(const TupleKey& key)
80 explicit TupleKey(uint32 encode_flags)
98 TupleKey,
103 encode_hash_(1024, TupleKey(encode_flags)) {}
  /external/openfst/src/include/fst/
encode.h 86 class TupleKey {
88 TupleKey()
91 TupleKey(const TupleKey& key)
94 explicit TupleKey(uint32 encode_flags)
114 TupleKey,
119 encode_hash_(1024, TupleKey(encode_flags)),

Completed in 67 milliseconds