◆ Metadata()
◆ Add()
void grpc_core::ClientChannel::LoadBalancedCall::Metadata::Add |
( |
absl::string_view |
key, |
|
|
absl::string_view |
value |
|
) |
| |
|
inlineoverridevirtual |
Adds a key/value pair.
Does NOT take ownership of key or value. Implementations must ensure that the key and value remain alive until the call ends. If desired, they may be allocated via CallState::Alloc().
Implements grpc_core::LoadBalancingPolicy::MetadataInterface.
◆ begin()
iterator grpc_core::ClientChannel::LoadBalancedCall::Metadata::begin |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ end()
iterator grpc_core::ClientChannel::LoadBalancedCall::Metadata::end |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ erase()
iterator grpc_core::ClientChannel::LoadBalancedCall::Metadata::erase |
( |
iterator |
it | ) |
|
|
inlineoverridevirtual |
The documentation for this class was generated from the following file: