Lines Matching refs:UninterpretedOption
748 …UninterpretedOption []*UninterpretedOption `protobuf:"bytes,999,rep,name=uninterpreted_op… member
788 func (m *ExtensionRangeOptions) GetUninterpretedOption() []*UninterpretedOption {
790 return m.UninterpretedOption
1388 …UninterpretedOption []*UninterpretedOption `protobuf:"bytes,999,rep,name=uninterpreted_op… member
1579 func (m *FileOptions) GetUninterpretedOption() []*UninterpretedOption {
1581 return m.UninterpretedOption
1638 …UninterpretedOption []*UninterpretedOption `protobuf:"bytes,999,rep,name=uninterpreted_op… member
1710 func (m *MessageOptions) GetUninterpretedOption() []*UninterpretedOption {
1712 return m.UninterpretedOption
1778 …UninterpretedOption []*UninterpretedOption `protobuf:"bytes,999,rep,name=uninterpreted_op… member
1866 func (m *FieldOptions) GetUninterpretedOption() []*UninterpretedOption {
1868 return m.UninterpretedOption
1875 …UninterpretedOption []*UninterpretedOption `protobuf:"bytes,999,rep,name=uninterpreted_op… member
1915 func (m *OneofOptions) GetUninterpretedOption() []*UninterpretedOption {
1917 return m.UninterpretedOption
1932 …UninterpretedOption []*UninterpretedOption `protobuf:"bytes,999,rep,name=uninterpreted_op… member
1988 func (m *EnumOptions) GetUninterpretedOption() []*UninterpretedOption {
1990 return m.UninterpretedOption
2002 …UninterpretedOption []*UninterpretedOption `protobuf:"bytes,999,rep,name=uninterpreted_op… member
2051 func (m *EnumValueOptions) GetUninterpretedOption() []*UninterpretedOption {
2053 return m.UninterpretedOption
2065 …UninterpretedOption []*UninterpretedOption `protobuf:"bytes,999,rep,name=uninterpreted_op… member
2114 func (m *ServiceOptions) GetUninterpretedOption() []*UninterpretedOption {
2116 return m.UninterpretedOption
2129 …UninterpretedOption []*UninterpretedOption `protobuf:"bytes,999,rep,name=uninterpreted_op… member
2186 func (m *MethodOptions) GetUninterpretedOption() []*UninterpretedOption {
2188 return m.UninterpretedOption
2199 type UninterpretedOption struct { struct
2214 func (m *UninterpretedOption) Reset() { *m = UninterpretedOption{} } argument
2215 func (m *UninterpretedOption) String() string { return proto.CompactTextString(m) } argument
2216 func (*UninterpretedOption) ProtoMessage() {} argument
2217 func (*UninterpretedOption) Descriptor() ([]byte, []int) { argument
2221 func (m *UninterpretedOption) XXX_Unmarshal(b []byte) error { argument
2224 func (m *UninterpretedOption) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
2227 func (m *UninterpretedOption) XXX_Merge(src proto.Message) { argument
2230 func (m *UninterpretedOption) XXX_Size() int { argument
2233 func (m *UninterpretedOption) XXX_DiscardUnknown() { argument
2239 func (m *UninterpretedOption) GetName() []*UninterpretedOption_NamePart { argument
2246 func (m *UninterpretedOption) GetIdentifierValue() string { argument
2253 func (m *UninterpretedOption) GetPositiveIntValue() uint64 { argument
2260 func (m *UninterpretedOption) GetNegativeIntValue() int64 { argument
2267 func (m *UninterpretedOption) GetDoubleValue() float64 { argument
2274 func (m *UninterpretedOption) GetStringValue() []byte { argument
2281 func (m *UninterpretedOption) GetAggregateValue() string { argument
2713 proto.RegisterType((*UninterpretedOption)(nil), "google.protobuf.UninterpretedOption")