Searched defs:CompiledCursor_Position_IndexValue (Results 1 – 1 of 1) sorted by relevance
1869 type CompiledCursor_Position_IndexValue struct { struct1870 Property *string `protobuf:"bytes,30,opt,name=property" json:"property,omitempty"`1871 Value *PropertyValue `protobuf:"bytes,31,req,name=value" json:"value,omitempty"`1872 XXX_unrecognized []byte `json:"-"`1875 … *CompiledCursor_Position_IndexValue) Reset() { *m = CompiledCursor_Position_IndexValue{} }1876 func (m *CompiledCursor_Position_IndexValue) String() string { return proto.CompactTextString(m) }1877 func (*CompiledCursor_Position_IndexValue) ProtoMessage() {}1879 func (m *CompiledCursor_Position_IndexValue) GetProperty() string {1886 func (m *CompiledCursor_Position_IndexValue) GetValue() *PropertyValue {