Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/lib/transport/
Dmetadata.h213 : kv_({key, value}), hash_(0), static_idx_(idx) {} in StaticMetadata()
219 uintptr_t StaticIndex() { return static_idx_; } in StaticIndex()
226 uintptr_t static_idx_; variable