Searched refs:google_api_expr_v1alpha1_Expr (Results 1 – 8 of 8) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/src/core/ext/upb-generated/google/api/expr/v1alpha1/ |
D | syntax.upb.h | 24 struct google_api_expr_v1alpha1_Expr; 37 typedef struct google_api_expr_v1alpha1_Expr google_api_expr_v1alpha1_Expr; typedef 89 …google_api_expr_v1alpha1_Expr* google_api_expr_v1alpha1_ParsedExpr_expr(const google_api_expr_v1al… in google_api_expr_v1alpha1_ParsedExpr_expr() 93 …ParsedExpr_set_expr(google_api_expr_v1alpha1_ParsedExpr *msg, google_api_expr_v1alpha1_Expr* value… in google_api_expr_v1alpha1_ParsedExpr_set_expr() 95 *UPB_PTR_AT(msg, UPB_SIZE(4, 8), google_api_expr_v1alpha1_Expr*) = value; in google_api_expr_v1alpha1_ParsedExpr_set_expr() 97 UPB_INLINE struct google_api_expr_v1alpha1_Expr* google_api_expr_v1alpha1_ParsedExpr_mutable_expr(g… in google_api_expr_v1alpha1_ParsedExpr_mutable_expr() 98 …struct google_api_expr_v1alpha1_Expr* sub = (struct google_api_expr_v1alpha1_Expr*)google_api_expr… in google_api_expr_v1alpha1_ParsedExpr_mutable_expr() 100 …sub = (struct google_api_expr_v1alpha1_Expr*)_upb_msg_new(&google_api_expr_v1alpha1_Expr_msginit, … in google_api_expr_v1alpha1_ParsedExpr_mutable_expr() 122 UPB_INLINE google_api_expr_v1alpha1_Expr *google_api_expr_v1alpha1_Expr_new(upb_arena *arena) { in google_api_expr_v1alpha1_Expr_new() 123 …return (google_api_expr_v1alpha1_Expr *)_upb_msg_new(&google_api_expr_v1alpha1_Expr_msginit, arena… in google_api_expr_v1alpha1_Expr_new() [all …]
|
D | checked.upb.h | 63 struct google_api_expr_v1alpha1_Expr; 118 …google_api_expr_v1alpha1_Expr* google_api_expr_v1alpha1_CheckedExpr_expr(const google_api_expr_v1a… in google_api_expr_v1alpha1_CheckedExpr_expr() 130 …pr_set_expr(google_api_expr_v1alpha1_CheckedExpr *msg, struct google_api_expr_v1alpha1_Expr* value… in google_api_expr_v1alpha1_CheckedExpr_set_expr() 132 *UPB_PTR_AT(msg, UPB_SIZE(4, 8), struct google_api_expr_v1alpha1_Expr*) = value; in google_api_expr_v1alpha1_CheckedExpr_set_expr() 134 UPB_INLINE struct google_api_expr_v1alpha1_Expr* google_api_expr_v1alpha1_CheckedExpr_mutable_expr(… in google_api_expr_v1alpha1_CheckedExpr_mutable_expr() 135 …struct google_api_expr_v1alpha1_Expr* sub = (struct google_api_expr_v1alpha1_Expr*)google_api_expr… in google_api_expr_v1alpha1_CheckedExpr_mutable_expr() 137 …sub = (struct google_api_expr_v1alpha1_Expr*)_upb_msg_new(&google_api_expr_v1alpha1_Expr_msginit, … in google_api_expr_v1alpha1_CheckedExpr_mutable_expr()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/authorization/mock_cel/ |
D | cel_expression.h | 57 const google_api_expr_v1alpha1_Expr* expr, 61 const google_api_expr_v1alpha1_Expr* expr,
|
D | flat_expr_builder.h | 37 const google_api_expr_v1alpha1_Expr* expr, in CreateExpression() 45 const google_api_expr_v1alpha1_Expr* expr, in CreateExpression()
|
D | evaluator_core.h | 51 CelExpressionFlatImpl(const google_api_expr_v1alpha1_Expr* root_expr,
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/authorization/ |
D | authorization_engine.h | 72 std::map<const std::string, const google_api_expr_v1alpha1_Expr*> 74 std::map<const std::string, const google_api_expr_v1alpha1_Expr*>
|
D | authorization_engine.cc | 75 const google_api_expr_v1alpha1_Expr* condition = in AuthorizationEngine() 81 const google_api_expr_v1alpha1_Expr* parsed_condition = in AuthorizationEngine()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/upb-generated/envoy/config/rbac/v3/ |
D | rbac.upb.h | 53 struct google_api_expr_v1alpha1_Expr; 146 …google_api_expr_v1alpha1_Expr* envoy_config_rbac_v3_Policy_condition(const envoy_config_rbac_v3_Po… in envoy_config_rbac_v3_Policy_condition() 176 …Policy_set_condition(envoy_config_rbac_v3_Policy *msg, struct google_api_expr_v1alpha1_Expr* value… in envoy_config_rbac_v3_Policy_set_condition() 178 *UPB_PTR_AT(msg, UPB_SIZE(4, 8), struct google_api_expr_v1alpha1_Expr*) = value; in envoy_config_rbac_v3_Policy_set_condition() 180 UPB_INLINE struct google_api_expr_v1alpha1_Expr* envoy_config_rbac_v3_Policy_mutable_condition(envo… in envoy_config_rbac_v3_Policy_mutable_condition() 181 …struct google_api_expr_v1alpha1_Expr* sub = (struct google_api_expr_v1alpha1_Expr*)envoy_config_rb… in envoy_config_rbac_v3_Policy_mutable_condition() 183 …sub = (struct google_api_expr_v1alpha1_Expr*)_upb_msg_new(&google_api_expr_v1alpha1_Expr_msginit, … in envoy_config_rbac_v3_Policy_mutable_condition()
|