Home
last modified time | relevance | path

Searched refs:move64 (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/transport/
Dtransport.cc102 static void move64(uint64_t* from, uint64_t* to) { function
109 move64(&from->framing_bytes, &to->framing_bytes);
110 move64(&from->data_bytes, &to->data_bytes);
111 move64(&from->header_bytes, &to->header_bytes);
/external/grpc-grpc/src/core/lib/transport/
Dtransport.cc133 static void move64(uint64_t* from, uint64_t* to) { function
140 move64(&from->framing_bytes, &to->framing_bytes);
141 move64(&from->data_bytes, &to->data_bytes);
142 move64(&from->header_bytes, &to->header_bytes);