Home
last modified time | relevance | path

Searched defs:owned (Results 1 – 4 of 4) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
Dstream.cc142 bool owned) in StreamAdapterInterface()
148 void StreamAdapterInterface::Attach(StreamInterface* stream, bool owned) { in Attach()
/external/openfst/src/include/fst/extensions/ngram/
Dngram-fst.h510 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()
/external/icu4c/i18n/
Dalphaindex.cpp64 UnicodeString *ownedString(const UnicodeString &s, LocalPointer<UnicodeString> &owned, in ownedString()
/external/v8/src/
Dspaces.cc2713 bool owned = (chunk->owner() == this); in Contains() local