Lines Matching refs:LOG
46 LOG(ERROR) << "Verify: Fst start state ID unset"; in Verify()
49 LOG(ERROR) << "Verify: Fst start state ID exceeds number of states"; in Verify()
63 LOG(ERROR) << "Verify: Fst input label ID of arc at position " in Verify()
67 LOG(ERROR) << "Verify: Fst input label ID " << arc.ilabel in Verify()
73 LOG(ERROR) << "Verify: Fst output label ID of arc at position " in Verify()
77 LOG(ERROR) << "Verify: Fst output label ID " << arc.olabel in Verify()
83 LOG(ERROR) << "Verify: Fst weight of arc at position " in Verify()
87 LOG(ERROR) << "Verify: Fst destination state ID of arc at position " in Verify()
91 LOG(ERROR) << "Verify: Fst destination state ID of arc at position " in Verify()
99 LOG(ERROR) << "Verify: Fst final weight of state " << s << " is invalid"; in Verify()
108 LOG(ERROR) << "Verify: stored Fst properties incorrect " in Verify()