Searched defs:other (Results 1 - 25 of 79) sorted by relevance

1234

/fuchsia/zircon/system/ulib/cobalt-client/include/cobalt-client/cpp/
H A Dcounter.h28 Counter(const Counter& other) : remote_counter_(other.remote_counter_){}; argument
/fuchsia/zircon/system/ulib/cobalt-client/
H A Devent_buffer.cpp19 template <typename T> EventBuffer<T>::EventBuffer(EventBuffer&& other) { argument
H A Dcounter.cpp13 BaseCounter::BaseCounter(BaseCounter&& other) : counter_(other.Exchange(0)) {} argument
20 RemoteCounter::RemoteCounter(RemoteCounter&& other) argument
/fuchsia/zircon/system/dev/nand/skip-block/
H A Dlogical-to-physical-map.h27 LogicalToPhysicalMap(LogicalToPhysicalMap&& other) argument
32 LogicalToPhysicalMap& operator=(LogicalToPhysicalMap&& other) { argument
/fuchsia/zircon/system/ulib/zx/include/lib/zx/
H A Deventpair.h22 eventpair(eventpair&& other) : object(other.release()) {} argument
24 eventpair& operator=(eventpair&& other) { argument
H A Devent.h22 event(event&& other) : object(other.release()) {} argument
24 event& operator=(event&& other) { argument
H A Dpmt.h22 pmt(pmt&& other) : object(other.release()) {} argument
24 pmt& operator=(pmt&& other) { argument
H A Dresource.h22 resource(resource&& other) : object(other.release()) {} argument
24 resource& operator=(resource&& other) { argument
H A Dsuspend_token.h24 suspend_token(suspend_token&& other) : object<suspend_token>(other.release()) {} argument
26 suspend_token& operator=(suspend_token&& other) { argument
H A Dtimer.h24 timer(timer&& other) : object(other.release()) {} argument
26 timer& operator=(timer&& other) { argument
H A Dbti.h24 bti(bti&& other) : object(other.release()) {} argument
26 bti& operator=(bti&& other) { argument
H A Dfifo.h22 fifo(fifo&& other) : object(other.release()) {} argument
24 fifo& operator=(fifo&& other) { argument
H A Ddebuglog.h23 debuglog(debuglog&& other) : object(other.release()) {} argument
25 debuglog& operator=(debuglog&& other) { argument
/fuchsia/zircon/kernel/lib/fbl/include/fbl/
H A Dname.h69 Name& operator=(const Name<Size>& other) { argument
/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/internal/
H A Dticker_inlines.h21 ticker_copy(ticker_t *ticker, const ticker_t *other) argument
/fuchsia/zircon/kernel/object/
H A Devent_pair_dispatcher.cpp60 DEBUG_ASSERT(other); variable
/fuchsia/zircon/system/dev/display/intel-i915/
H A Dpipe.h28 Pipe(const i915::Pipe& other) : Pipe(other.controller_, other.pipe_) {} argument
/fuchsia/zircon/system/ulib/block-client/
H A Dclient.cpp20 Client::Client(Client&& other) : client_(other.Release()) {} argument
22 Client& Client::operator=(Client&& other) { argument
/fuchsia/zircon/system/ulib/fidl/
H A Dbuilder.cpp22 Builder::Builder(Builder&& other) argument
29 Builder& Builder::operator=(Builder&& other) { argument
[all...]
/fuchsia/zircon/system/ulib/fidl/include/lib/fidl/cpp/
H A Dbuilder.h43 Builder(const Builder& other) = delete; member in class:fidl::Builder
44 Builder& operator=(const Builder& other) = delete; member in class:fidl::Builder
H A Dmessage_part.h36 MessagePart(const MessagePart& other) = delete; member in class:fidl::MessagePart
37 MessagePart& operator=(const MessagePart& other) = delete; member in class:fidl::MessagePart
39 MessagePart(MessagePart&& other) argument
48 MessagePart& operator=(MessagePart&& other) { argument
[all...]
/fuchsia/zircon/system/ulib/fit/include/lib/fit/
H A Ddefer.h41 deferred_action(deferred_action&& other) { argument
58 deferred_action& operator=(deferred_action&& other) { argument
84 deferred_action(const deferred_action& other) = delete; member in class:fit::deferred_action
85 deferred_action& operator=(const deferred_action& other) = delete; member in class:fit::deferred_action
88 void move_from(deferred_action&& other) { argument
[all...]
/fuchsia/zircon/system/ulib/fzl/include/lib/fzl/
H A Dvmo-mapper.h22 VmoMapper(VmoMapper&& other) { argument
26 VmoMapper& operator=(VmoMapper&& other) { argument
H A Dpinned-vmo.h29 PinnedVmo(PinnedVmo&& other) { argument
33 PinnedVmo& operator=(PinnedVmo&& other) { argument
/fuchsia/zircon/system/ulib/trace-reader/
H A Drecords.cpp137 void ArgumentValue::MoveFrom(ArgumentValue&& other) { argument
213 MoveFrom(MetadataContent&& other) argument
290 MoveFrom(EventData&& other) argument
392 MoveFrom(Record&& other) argument
[all...]

Completed in 173 milliseconds

1234