Lines Matching defs:FieldDescriptor
377 func setField(msg protoreflect.Message, fdesc protoreflect.FieldDescriptor, value starlark.Value) e…
434 func toProto(fdesc protoreflect.FieldDescriptor, v starlark.Value) (protoreflect.Value, error) {
553 func toStarlark(typ protoreflect.FieldDescriptor, x protoreflect.Value, frozen *bool) starlark.Valu…
565 func toStarlark1(typ protoreflect.FieldDescriptor, x protoreflect.Value, frozen *bool) starlark.Val…
747 func defaultValue(fdesc protoreflect.FieldDescriptor) starlark.Value {
832 func typeString(fdesc protoreflect.FieldDescriptor) string {
933 func writeString(buf *bytes.Buffer, fdesc protoreflect.FieldDescriptor, v protoreflect.Value) {
1058 type FieldDescriptor struct { struct
1067 func (d FieldDescriptor) Type() string { return "proto.FieldDescriptor" }
1068 func (d FieldDescriptor) Truth() starlark.Bool { return true }
1069 func (d FieldDescriptor) Freeze() {} // immutable
1070 func (d FieldDescriptor) Hash() (h uint32, err error) {
1073 func (d FieldDescriptor) Attr(name string) (starlark.Value, error) {
1077 func (d FieldDescriptor) AttrNames() []string {