Searched defs:CreateImpl (Results 1 - 2 of 2) sorted by last modified time

/external/openfst/src/include/fst/
H A Dmatcher-fst.h97 : ImplToExpandedFst<Impl>(CreateImpl(fst, N)) {}
100 : ImplToExpandedFst<Impl>(CreateImpl(fst, N)) {}
158 static Impl *CreateImpl(const F &fst, const string &name) { function in class:fst::MatcherFst
169 static Impl *CreateImpl(const Fst<Arc> &fst, const string &name) { function in class:fst::MatcherFst
171 return CreateImpl(ffst, name);
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_registration_utility.cc173 return make_scoped_ptr(SupervisedUserRegistrationUtility::CreateImpl(
197 SupervisedUserRegistrationUtility::CreateImpl( function in class:SupervisedUserRegistrationUtility

Completed in 67 milliseconds