Searched defs:CompositeIndices (Results 1 – 2 of 2) sorted by relevance
2639 type CompositeIndices struct { struct2640 Index []*CompositeIndex `protobuf:"bytes,1,rep,name=index" json:"index,omitempty"`2641 XXX_unrecognized []byte `json:"-"`2644 func (m *CompositeIndices) Reset() { *m = CompositeIndices{} }2645 func (m *CompositeIndices) String() string { return proto.CompactTextString(m) }2646 func (*CompositeIndices) ProtoMessage() {}2648 func (m *CompositeIndices) GetIndex() []*CompositeIndex {
513 message CompositeIndices { message