Searched defs:owned (Results 1 – 4 of 4) sorted by relevance
142 bool owned) in StreamAdapterInterface()148 void StreamAdapterInterface::Attach(StreamInterface* stream, bool owned) { in Attach()
510 inline void NGramFstImpl<A>::Init(const char* data, bool owned, in Init()658 NGramFst(const char* data, bool owned) : ImplToExpandedFst<Impl>(new Impl()) { in NGramFst()
64 UnicodeString *ownedString(const UnicodeString &s, LocalPointer<UnicodeString> &owned, in ownedString()
2713 bool owned = (chunk->owner() == this); in Contains() local