Home
last modified time | relevance | path

Searched defs:CelValue (Results 1 – 2 of 2) 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
82 explicit CelValue(T /*value*/) {} in CelValue() function
91 absl::Span<std::pair<CelValue, CelValue>> /*key_values*/) { in Create() argument
Dactivation.h51 void InsertValue(absl::string_view /*name*/, const CelValue& /*value*/) {} in InsertValue()