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

  /external/grpc-grpc/include/grpc/impl/codegen/
grpc_types.h 405 #define GRPC_WRITE_THROUGH (0x00000004u)
408 (GRPC_WRITE_BUFFER_HINT | GRPC_WRITE_NO_COMPRESS | GRPC_WRITE_THROUGH)
429 GRPC_INITIAL_METADATA_CORKED | GRPC_WRITE_THROUGH)
  /external/grpc-grpc/include/grpcpp/impl/codegen/
call.h 175 SetBit(GRPC_WRITE_THROUGH);
179 inline bool is_write_through() const { return GetBit(GRPC_WRITE_THROUGH); }
  /external/grpc-grpc/src/core/ext/transport/chttp2/transport/
chttp2_transport.cc     [all...]

Completed in 39 milliseconds