Home
last modified time | relevance | path

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

/aosp_15_r20/external/golang-protobuf/internal/impl/
H A Dlegacy_extension.go156 func (x placeholderExtension) HasJSONName() bool { return false } func
/aosp_15_r20/external/golang-protobuf/internal/filedesc/
H A Ddesc.go272 func (fd *Field) HasJSONName() bool { return fd.L1.StringName.hasJSON } func
387 func (xd *Extension) HasJSONName() bool { return xd.lazyInit().StringName.hasJS… func
/aosp_15_r20/external/golang-protobuf/reflect/protoreflect/
H A Dtype.go302 HasJSONName() bool methodSpec