Searched refs:Owns (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Support/
H A Dcircular_raw_ostream.h104 /// "Owns" tells the circular_raw_ostream whether it is
109 size_t BuffSize = 0, bool Owns = REFERENCE_ONLY)
111 OwnsStream(Owns), BufferSize(BuffSize), BufferArray(nullptr),
116 setStream(Stream, Owns);
127 /// different stream. "Owns" tells circular_raw_ostream whether
131 void setStream(raw_ostream &Stream, bool Owns = REFERENCE_ONLY) {
134 OwnsStream = Owns;
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A Dcircular_raw_ostream.h105 /// "Owns" tells the circular_raw_ostream whether it is
110 size_t BuffSize = 0, bool Owns = REFERENCE_ONLY)
113 OwnsStream(Owns),
121 setStream(Stream, Owns);
141 /// different stream. "Owns" tells circular_raw_ostream whether
145 void setStream(raw_ostream &Stream, bool Owns = REFERENCE_ONLY) {
148 OwnsStream = Owns;
/external/libmojo/ipc/
H A Dipc_platform_file_attachment_posix.h29 bool Owns() const { return owning_.is_valid(); } function in class:IPC::internal::PlatformFileAttachment
H A Dipc_message_attachment_set.cc227 if (file->Owns())

Completed in 111 milliseconds