Home
last modified time | relevance | path

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

/dports/sysutils/istio/istio-1.6.7/vendor/github.com/google/cel-go/common/types/
H A Dprovider.go36 type protoTypeRegistry struct { struct
45 p := &protoTypeRegistry{
74 return &protoTypeRegistry{
80 func (p *protoTypeRegistry) EnumValue(enumName string) ref.Val { argument
88 func (p *protoTypeRegistry) FindFieldType(messageType string, argument
106 func (p *protoTypeRegistry) FindIdent(identName string) (ref.Val, bool) { argument
116 func (p *protoTypeRegistry) FindType(typeName string) (*exprpb.Type, bool) { argument
177 func (p *protoTypeRegistry) RegisterMessage(message proto.Message) error { argument
185 func (p *protoTypeRegistry) RegisterType(types ...ref.Type) error { argument
193 func (p *protoTypeRegistry) registerAllTypes(fd *pb.FileDescription) error { argument
[all …]