Home
last modified time | relevance | path

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

/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/quad/pquads/
H A Dquads.pb.go634 type Value_LangString struct { struct
635 Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
636 Lang string `protobuf:"bytes,2,opt,name=lang,proto3" json:"lang,omitempty"`
639 func (m *Value_LangString) Reset() { *m = Value_LangString{} }
640 func (m *Value_LangString) String() string { return proto.CompactTextString(m) }
641 func (*Value_LangString) ProtoMessage() {}
642 func (*Value_LangString) Descriptor() ([]byte, []int) { return fileDescriptorQuads, []int{3, 1} }
1075 func (m *Value_LangString) Marshal() (data []byte, err error) {
1085 func (m *Value_LangString) MarshalTo(data []byte) (int, error) {
1401 func (m *Value_LangString) ProtoSize() (n int) {
[all …]