HomeSort by relevance Sort by last modified time
    Searched full:take_ownership (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/Support/
circular_raw_ostream.h 28 /// TAKE_OWNERSHIP - Tell this stream that it owns the underlying
32 static const bool TAKE_OWNERSHIP = true;
  /external/llvm/bindings/python/llvm/
common.py 40 def take_ownership(self, obj): member in class:LLVMObject
object.py 118 self.take_ownership(contents)
  /external/openfst/src/include/fst/
replace.h 273 bool take_ownership; // take ownership of input Fst(s) member in struct:fst::ReplaceFstOptions
280 take_ownership(false),
285 take_ownership(false),
290 take_ownership(false),
295 take_ownership(false),
376 fst_array_.push_back(opts.take_ownership ? fst : fst->Copy());
    [all...]
  /external/chromium/base/
basictypes.h 266 // of a passed in argument. If TAKE_OWNERSHIP is passed, the called
270 TAKE_OWNERSHIP

Completed in 199 milliseconds