Home
last modified time | relevance | path

Searched defs:CelValue (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/authorization/mock_cel/
Dcel_value.h56 CelValue() : CelValue(nullptr) {} in CelValue() function
80 explicit CelValue(T value) {} in CelValue() function
89 absl::Span<std::pair<CelValue, CelValue>> key_values) { in Create()