Searched refs:Impl (Results 1 - 19 of 19) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Ddifference.h46 using ComposeFst<A>::Impl;
61 Impl()->SetProperties(DifferenceProperties(props1, props2),
75 Impl()->SetProperties(DifferenceProperties(props1, props2),
H A Dintersect.h43 using ComposeFst<A>::Impl;
55 Impl()->SetProperties(IntersectProperties(props1, props2),
67 Impl()->SetProperties(IntersectProperties(props1, props2),
H A Dclosure.h69 fst->Impl()->AddClosure(closure_type);
98 using RationalFst<A>::Impl;
103 Impl()->InitClosure(fst, closure_type);
108 Impl()->InitClosure(fst, opts.type);
H A Dconcat.h86 fst1->Impl()->AddConcat(fst2);
107 using RationalFst<A>::Impl;
114 Impl()->InitConcat(fst1, fst2);
119 Impl()->InitConcat(fst1, fst2);
H A Dunion.h88 fst1->Impl()->AddUnion(fst2);
109 using RationalFst<A>::Impl;
116 Impl()->InitUnion(fst1, fst2);
121 Impl()->InitUnion(fst1, fst2);
H A Dsymbol-table.h309 const SymbolTableImpl* Impl() const { function in class:fst::SymbolTable
328 impl_ = symbol_table.Impl();
H A Drational.h245 RationalFstImpl<A> *Impl() { return impl_; } function in class:fst::RationalFst
H A Dfactor-weight.h405 FactorWeightFstImpl<A, F> *Impl() { return impl_; } function in class:fst::FactorWeightFst
H A Drmepsilon.h494 RmEpsilonFstImpl<A> *Impl() { return impl_; } function in class:fst::RmEpsilonFst
H A Dsynchronize.h388 SynchronizeFstImpl<A> *Impl() { return impl_; } function in class:fst::SynchronizeFst
H A Dcompose.h756 ComposeFstImplBase<A> *Impl() { return impl_; } function in class:fst::ComposeFst
H A Ddeterminize.h608 DeterminizeFstImplBase<A> *Impl() { return impl_; } function in class:fst::DeterminizeFst
/external/guava/src/com/google/common/collect/
H A DCustomConcurrentHashMap.java211 return new Impl<K, V, E>(strategy, this);
536 static class Impl<K, V, E> extends AbstractMap<K, V> class in class:CustomConcurrentHashMap
595 Impl(Strategy<K, V, E> strategy, Builder builder) { method in class:CustomConcurrentHashMap.Impl
792 Strategy<K, V, E> s = Impl.this.strategy;
823 Strategy<K, V, E> s = Impl.this.strategy;
846 Strategy<K, V, E> s = Impl.this.strategy;
871 Strategy<K, V, E> s = Impl.this.strategy;
899 Strategy<K, V, E> s = Impl.this.strategy;
925 Strategy<K, V, E> s = Impl.this.strategy;
993 Strategy<K, V, E> s = Impl
[all...]
/external/skia/include/xml/
H A DSkXMLParser.h158 struct Impl;
159 Impl* fImpl;
/external/chromium/googleurl/base/
H A Dlogging.h212 // Build the error message string. This is separate from the "Impl"
214 // be out of line, while the "Impl" code should be inline.
255 inline std::string* Check##name##Impl(const t1& v1, const t2& v2, \
260 inline std::string* Check##name##Impl(int v1, int v2, const char* names) { \
276 logging::Check##name##Impl((val1), (val2), #val1 " " #op " " #val2)) \
307 std::string* Check##func##expected##Impl(const char* s1, \
320 logging::Check##func##expected##Impl((s1), (s2), \
/external/chromium/base/
H A Dlogging.h315 // Build the error message string. This is separate from the "Impl"
317 // be out of line, while the "Impl" code should be inline.
457 logging::Check##name##Impl((val1), (val2), #val1 " " #op " " #val2)) \
463 std::string* Check##func##expected##Impl(const char* s1, \
476 logging::Check##func##expected##Impl((s1), (s2), \
545 logging::Check##name##Impl((val1), (val2), #val1 " " #op " " #val2)) \
569 inline std::string* Check##name##Impl(const t1& v1, const t2& v2, \
574 inline std::string* Check##name##Impl(int v1, int v2, const char* names) { \
/external/skia/src/ports/
H A DSkXMLPullParser_expat.cpp134 struct SkXMLPullParser::Impl { struct in class:SkXMLPullParser
151 fImpl = new Impl;
/external/sqlite/dist/
H A Dsqlite3.c.orig24786 static const sqlite3_io_methods *FINDER##Impl(const char *z, unixFile *p){ \
24791 = FINDER##Impl;
[all...]
H A Dsqlite3.c24791 static const sqlite3_io_methods *FINDER##Impl(const char *z, unixFile *p){ \
24796 = FINDER##Impl;
[all...]

Completed in 330 milliseconds