HomeSort by relevance Sort by last modified time
    Searched refs:GPR_SWAP (Results 1 - 12 of 12) sorted by null

  /external/grpc-grpc/src/core/lib/backoff/
backoff.cc 42 if (a > b) GPR_SWAP(double, a, b); // make sure a < b
  /external/grpc-grpc/src/core/lib/gpr/
useful.h 33 #define GPR_SWAP(type, a, b) \
  /external/grpc-grpc/src/core/lib/slice/
slice_buffer.cc 218 GPR_SWAP(grpc_slice*, a->base_slices, b->base_slices);
221 /* Update the slices pointers (cannot do a GPR_SWAP on slices fields here).
228 GPR_SWAP(size_t, a->count, b->count);
229 GPR_SWAP(size_t, a->capacity, b->capacity);
230 GPR_SWAP(size_t, a->length, b->length);
  /external/grpc-grpc/src/core/ext/filters/client_channel/
subchannel_index.cc 198 GPR_SWAP(grpc_avl, updated, g_subchannel_index);
243 GPR_SWAP(grpc_avl, updated, g_subchannel_index);
  /external/grpc-grpc/test/core/iomgr/
timer_heap_test.cc 144 GPR_SWAP(size_t, search_order[a], search_order[b]);
  /external/grpc-grpc/src/core/lib/iomgr/
ev_poll_posix.cc     [all...]
ev_epollex_linux.cc     [all...]
ev_epollsig_linux.cc 666 GPR_SWAP(polling_island*, p, q);
    [all...]
  /external/grpc-grpc/test/core/end2end/fixtures/
proxy.cc 336 GPR_SWAP(grpc_metadata_array, pc->c2p_initial_metadata,
  /external/grpc-grpc/src/core/lib/surface/
completion_queue.cc 611 GPR_SWAP(void*, cq->outstanding_tags[i],
    [all...]
server.cc 454 GPR_SWAP(grpc_metadata_array, *rc->initial_metadata, calld->initial_metadata);
    [all...]
  /external/grpc-grpc/src/core/ext/transport/chttp2/transport/
chttp2_transport.cc     [all...]

Completed in 2406 milliseconds