Searched defs:FindLabel (Results 1 - 2 of 2) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dlogging.cc62 const char * FindLabel(int value, const ConstantLabel entries[]) { function in namespace:talk_base
76 if (const char * value = FindLabel(err, err_table))
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcompose.h451 // that will be passed to FindLabel.
471 // arguments are ordered so FindLabel is called with state SA of
513 if (FindLabel(&aitera, numarcsa, match_labelb, find_input)) {
542 if (FindLabel(&aiterf, numarcsf, match_labelb, find_input)) {
592 bool FindLabel(ArcIterator< Fst<A> > *aiter, size_t numarcs, function in class:fst::ComposeFstImpl

Completed in 88 milliseconds