Home
last modified time | relevance | path

Searched defs:Comment (Results 76 – 100 of 8312) sorted by relevance

12345678910>>...333

/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/alertmanager/silence/silencepb/
H A Dsilence.pb.go105 type Comment struct { struct
107Comment string `protobuf:"bytes,2,opt,name=comment,proto3" json:"comment,omitempty… argument
109 XXX_NoUnkeyedLiteral struct{} `json:"-"`
110 XXX_unrecognized []byte `json:"-"`
111 XXX_sizecache int32 `json:"-"`
116 func (*Comment) ProtoMessage() {}
117 func (*Comment) Descriptor() ([]byte, []int) {
135 func (m *Comment) XXX_Merge(src proto.Message) {
138 func (m *Comment) XXX_Size() int {
141 func (m *Comment) XXX_DiscardUnknown() {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/prometheus/alertmanager/silence/silencepb/
H A Dsilence.pb.go111 type Comment struct { struct
113Comment string `protobuf:"bytes,2,opt,name=comment,proto3" json:"comment,omitempty… member
115 XXX_NoUnkeyedLiteral struct{} `json:"-"`
116 XXX_unrecognized []byte `json:"-"`
117 XXX_sizecache int32 `json:"-"`
122 func (*Comment) ProtoMessage() {}
123 func (*Comment) Descriptor() ([]byte, []int) {
141 func (m *Comment) XXX_Merge(src proto.Message) {
144 func (m *Comment) XXX_Size() int {
147 func (m *Comment) XXX_DiscardUnknown() {
[all …]
/dports/www/gitea/gitea-1.16.5/modules/structs/
H A Dissue_comment.go12 type Comment struct { struct
13 ID int64 `json:"id"`
14 HTMLURL string `json:"html_url"`
15 PRURL string `json:"pull_request_url"`
16 IssueURL string `json:"issue_url"`
17 Poster *User `json:"user"`
18 OriginalAuthor string `json:"original_author"`
19 OriginalAuthorID int64 `json:"original_author_id"`
20 Body string `json:"body"`
22 Created time.Time `json:"created_at"`
[all …]
/dports/databases/py-sqlalchemy-utils/SQLAlchemy-Utils-0.37.9/tests/aggregate/
H A Dtest_with_column_alias.py25 def Comment(Base): function
26 class Comment(Base): class
34 def init_models(Thread, Comment): argument
40 def test_assigns_aggregates_on_insert(self, session, Thread, Comment): argument
53 Comment argument
64 def test_assigns_aggregates_on_delete(self, session, Thread, Comment): argument
H A Dtest_simple_paths.py23 def Comment(Base): function
24 class Comment(Base): class
33 def init_models(Thread, Comment): argument
39 def test_assigns_aggregates_on_insert(self, session, Thread, Comment): argument
53 Comment argument
65 def test_assigns_aggregates_on_delete(self, session, Thread, Comment): argument
H A Dtest_backrefs.py21 def Comment(Base, Thread): function
22 class Comment(Base): class
33 def init_models(Thread, Comment): argument
39 def test_assigns_aggregates_on_insert(self, session, Thread, Comment): argument
53 Comment argument
65 def test_assigns_aggregates_on_delete(self, session, Thread, Comment): argument
/dports/textproc/gmetadom/gmetadom-0.2.6/src/gdome_cpp_smart/core/
H A DGdomeSmartDOMComment.cc37 Comment::Comment(GdomeComment* obj) : CharacterData((GdomeCharacterData*) obj) { } in Comment() function in GdomeSmartDOM::Comment
39 Comment::Comment(const Comment& obj) : CharacterData(obj) { } in Comment() function in GdomeSmartDOM::Comment
41 Comment::Comment(const CharacterData& obj) : CharacterData((GdomeCharacterData*) gdome_cast_c(obj.g… in Comment() function in GdomeSmartDOM::Comment
43 Comment::Comment(const Node& obj) : CharacterData((GdomeCharacterData*) gdome_cast_c(obj.gdome_obj)… in Comment() function in GdomeSmartDOM::Comment
/dports/net/gdrive/gdrive-2.1.1/Godeps/
H A DGodeps.json11 "Comment": "v0.35.1-5-gb2f67320", string
16 "Comment": "1.0.2", string
21 "Comment": "v1.0.0", string
26 "Comment": "v0.0.0-27-g7b5d1f6", string
59 "Comment": "v0.1.0-17-gd236112f5", string
64 "Comment": "v0.1.0-17-gd236112f5", string
69 "Comment": "v0.1.0-17-gd236112f5", string
74 "Comment": "v0.1.0-17-gd236112f5", string
/dports/irc/smuxi/smuxi-1.1/lib/agsxmpp/agsxmpp/Xml/Dom/
H A DComment.cs27 public class Comment : Node class
29 public Comment() in Comment() method in agsXMPP.Xml.Dom.Comment
34 public Comment(string text) : this() in Comment() method in agsXMPP.Xml.Dom.Comment
/dports/net-mgmt/mk-livestatus/mk-livestatus-1.2.8p25/src/
H A DDowntimeOrComment.h104 struct Comment : public DowntimeOrComment { struct
110 explicit Comment(nebstruct_comment_struct *co); argument
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp101 const Twine &Comment) { in mapByteVectorTail()
117 const Twine &Comment) { in mapByteVectorTail()
127 Error CodeViewRecordIO::mapInteger(TypeIndex &TypeInd, const Twine &Comment) { in mapInteger()
149 const Twine &Comment) { in mapEncodedInteger()
174 const Twine &Comment) { in mapEncodedInteger()
189 Error CodeViewRecordIO::mapEncodedInteger(APSInt &Value, const Twine &Comment) { in mapEncodedInteger()
204 Error CodeViewRecordIO::mapStringZ(StringRef &Value, const Twine &Comment) { in mapStringZ()
222 Error CodeViewRecordIO::mapGuid(GUID &Guid, const Twine &Comment) { in mapGuid()
250 const Twine &Comment) { in mapStringZVectorZ()
275 const Twine &Comment) { in emitEncodedSignedInteger()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp101 const Twine &Comment) { in mapByteVectorTail()
117 const Twine &Comment) { in mapByteVectorTail()
127 Error CodeViewRecordIO::mapInteger(TypeIndex &TypeInd, const Twine &Comment) { in mapInteger()
149 const Twine &Comment) { in mapEncodedInteger()
174 const Twine &Comment) { in mapEncodedInteger()
189 Error CodeViewRecordIO::mapEncodedInteger(APSInt &Value, const Twine &Comment) { in mapEncodedInteger()
204 Error CodeViewRecordIO::mapStringZ(StringRef &Value, const Twine &Comment) { in mapStringZ()
222 Error CodeViewRecordIO::mapGuid(GUID &Guid, const Twine &Comment) { in mapGuid()
250 const Twine &Comment) { in mapStringZVectorZ()
275 const Twine &Comment) { in emitEncodedSignedInteger()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp101 const Twine &Comment) { in mapByteVectorTail()
117 const Twine &Comment) { in mapByteVectorTail()
127 Error CodeViewRecordIO::mapInteger(TypeIndex &TypeInd, const Twine &Comment) { in mapInteger()
149 const Twine &Comment) { in mapEncodedInteger()
174 const Twine &Comment) { in mapEncodedInteger()
189 Error CodeViewRecordIO::mapEncodedInteger(APSInt &Value, const Twine &Comment) { in mapEncodedInteger()
207 Error CodeViewRecordIO::mapStringZ(StringRef &Value, const Twine &Comment) { in mapStringZ()
225 Error CodeViewRecordIO::mapGuid(GUID &Guid, const Twine &Comment) { in mapGuid()
253 const Twine &Comment) { in mapStringZVectorZ()
278 const Twine &Comment) { in emitEncodedSignedInteger()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp101 const Twine &Comment) { in mapByteVectorTail()
117 const Twine &Comment) { in mapByteVectorTail()
127 Error CodeViewRecordIO::mapInteger(TypeIndex &TypeInd, const Twine &Comment) { in mapInteger()
149 const Twine &Comment) { in mapEncodedInteger()
174 const Twine &Comment) { in mapEncodedInteger()
189 Error CodeViewRecordIO::mapEncodedInteger(APSInt &Value, const Twine &Comment) { in mapEncodedInteger()
207 Error CodeViewRecordIO::mapStringZ(StringRef &Value, const Twine &Comment) { in mapStringZ()
225 Error CodeViewRecordIO::mapGuid(GUID &Guid, const Twine &Comment) { in mapGuid()
253 const Twine &Comment) { in mapStringZVectorZ()
278 const Twine &Comment) { in emitEncodedSignedInteger()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp101 const Twine &Comment) { in mapByteVectorTail()
117 const Twine &Comment) { in mapByteVectorTail()
127 Error CodeViewRecordIO::mapInteger(TypeIndex &TypeInd, const Twine &Comment) { in mapInteger()
149 const Twine &Comment) { in mapEncodedInteger()
174 const Twine &Comment) { in mapEncodedInteger()
189 Error CodeViewRecordIO::mapEncodedInteger(APSInt &Value, const Twine &Comment) { in mapEncodedInteger()
204 Error CodeViewRecordIO::mapStringZ(StringRef &Value, const Twine &Comment) { in mapStringZ()
222 Error CodeViewRecordIO::mapGuid(GUID &Guid, const Twine &Comment) { in mapGuid()
250 const Twine &Comment) { in mapStringZVectorZ()
275 const Twine &Comment) { in emitEncodedSignedInteger()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp101 const Twine &Comment) { in mapByteVectorTail()
117 const Twine &Comment) { in mapByteVectorTail()
127 Error CodeViewRecordIO::mapInteger(TypeIndex &TypeInd, const Twine &Comment) { in mapInteger()
149 const Twine &Comment) { in mapEncodedInteger()
174 const Twine &Comment) { in mapEncodedInteger()
189 Error CodeViewRecordIO::mapEncodedInteger(APSInt &Value, const Twine &Comment) { in mapEncodedInteger()
204 Error CodeViewRecordIO::mapStringZ(StringRef &Value, const Twine &Comment) { in mapStringZ()
222 Error CodeViewRecordIO::mapGuid(GUID &Guid, const Twine &Comment) { in mapGuid()
250 const Twine &Comment) { in mapStringZVectorZ()
275 const Twine &Comment) { in emitEncodedSignedInteger()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp101 const Twine &Comment) { in mapByteVectorTail()
117 const Twine &Comment) { in mapByteVectorTail()
127 Error CodeViewRecordIO::mapInteger(TypeIndex &TypeInd, const Twine &Comment) { in mapInteger()
149 const Twine &Comment) { in mapEncodedInteger()
174 const Twine &Comment) { in mapEncodedInteger()
189 Error CodeViewRecordIO::mapEncodedInteger(APSInt &Value, const Twine &Comment) { in mapEncodedInteger()
204 Error CodeViewRecordIO::mapStringZ(StringRef &Value, const Twine &Comment) { in mapStringZ()
222 Error CodeViewRecordIO::mapGuid(GUID &Guid, const Twine &Comment) { in mapGuid()
250 const Twine &Comment) { in mapStringZVectorZ()
275 const Twine &Comment) { in emitEncodedSignedInteger()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp101 const Twine &Comment) { in mapByteVectorTail()
117 const Twine &Comment) { in mapByteVectorTail()
127 Error CodeViewRecordIO::mapInteger(TypeIndex &TypeInd, const Twine &Comment) { in mapInteger()
149 const Twine &Comment) { in mapEncodedInteger()
174 const Twine &Comment) { in mapEncodedInteger()
189 Error CodeViewRecordIO::mapEncodedInteger(APSInt &Value, const Twine &Comment) { in mapEncodedInteger()
207 Error CodeViewRecordIO::mapStringZ(StringRef &Value, const Twine &Comment) { in mapStringZ()
225 Error CodeViewRecordIO::mapGuid(GUID &Guid, const Twine &Comment) { in mapGuid()
253 const Twine &Comment) { in mapStringZVectorZ()
278 const Twine &Comment) { in emitEncodedSignedInteger()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp101 const Twine &Comment) { in mapByteVectorTail()
117 const Twine &Comment) { in mapByteVectorTail()
127 Error CodeViewRecordIO::mapInteger(TypeIndex &TypeInd, const Twine &Comment) { in mapInteger()
149 const Twine &Comment) { in mapEncodedInteger()
174 const Twine &Comment) { in mapEncodedInteger()
189 Error CodeViewRecordIO::mapEncodedInteger(APSInt &Value, const Twine &Comment) { in mapEncodedInteger()
207 Error CodeViewRecordIO::mapStringZ(StringRef &Value, const Twine &Comment) { in mapStringZ()
225 Error CodeViewRecordIO::mapGuid(GUID &Guid, const Twine &Comment) { in mapGuid()
253 const Twine &Comment) { in mapStringZVectorZ()
278 const Twine &Comment) { in emitEncodedSignedInteger()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp101 const Twine &Comment) { in mapByteVectorTail()
117 const Twine &Comment) { in mapByteVectorTail()
127 Error CodeViewRecordIO::mapInteger(TypeIndex &TypeInd, const Twine &Comment) { in mapInteger()
149 const Twine &Comment) { in mapEncodedInteger()
174 const Twine &Comment) { in mapEncodedInteger()
189 Error CodeViewRecordIO::mapEncodedInteger(APSInt &Value, const Twine &Comment) { in mapEncodedInteger()
207 Error CodeViewRecordIO::mapStringZ(StringRef &Value, const Twine &Comment) { in mapStringZ()
225 Error CodeViewRecordIO::mapGuid(GUID &Guid, const Twine &Comment) { in mapGuid()
253 const Twine &Comment) { in mapStringZVectorZ()
278 const Twine &Comment) { in emitEncodedSignedInteger()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp101 const Twine &Comment) { in mapByteVectorTail()
117 const Twine &Comment) { in mapByteVectorTail()
127 Error CodeViewRecordIO::mapInteger(TypeIndex &TypeInd, const Twine &Comment) { in mapInteger()
149 const Twine &Comment) { in mapEncodedInteger()
174 const Twine &Comment) { in mapEncodedInteger()
189 Error CodeViewRecordIO::mapEncodedInteger(APSInt &Value, const Twine &Comment) { in mapEncodedInteger()
204 Error CodeViewRecordIO::mapStringZ(StringRef &Value, const Twine &Comment) { in mapStringZ()
222 Error CodeViewRecordIO::mapGuid(GUID &Guid, const Twine &Comment) { in mapGuid()
250 const Twine &Comment) { in mapStringZVectorZ()
275 const Twine &Comment) { in emitEncodedSignedInteger()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp101 const Twine &Comment) { in mapByteVectorTail()
117 const Twine &Comment) { in mapByteVectorTail()
127 Error CodeViewRecordIO::mapInteger(TypeIndex &TypeInd, const Twine &Comment) { in mapInteger()
149 const Twine &Comment) { in mapEncodedInteger()
174 const Twine &Comment) { in mapEncodedInteger()
189 Error CodeViewRecordIO::mapEncodedInteger(APSInt &Value, const Twine &Comment) { in mapEncodedInteger()
204 Error CodeViewRecordIO::mapStringZ(StringRef &Value, const Twine &Comment) { in mapStringZ()
222 Error CodeViewRecordIO::mapGuid(GUID &Guid, const Twine &Comment) { in mapGuid()
250 const Twine &Comment) { in mapStringZVectorZ()
275 const Twine &Comment) { in emitEncodedSignedInteger()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp101 const Twine &Comment) { in mapByteVectorTail()
117 const Twine &Comment) { in mapByteVectorTail()
127 Error CodeViewRecordIO::mapInteger(TypeIndex &TypeInd, const Twine &Comment) { in mapInteger()
149 const Twine &Comment) { in mapEncodedInteger()
174 const Twine &Comment) { in mapEncodedInteger()
189 Error CodeViewRecordIO::mapEncodedInteger(APSInt &Value, const Twine &Comment) { in mapEncodedInteger()
204 Error CodeViewRecordIO::mapStringZ(StringRef &Value, const Twine &Comment) { in mapStringZ()
222 Error CodeViewRecordIO::mapGuid(GUID &Guid, const Twine &Comment) { in mapGuid()
250 const Twine &Comment) { in mapStringZVectorZ()
275 const Twine &Comment) { in emitEncodedSignedInteger()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp101 const Twine &Comment) { in mapByteVectorTail()
117 const Twine &Comment) { in mapByteVectorTail()
127 Error CodeViewRecordIO::mapInteger(TypeIndex &TypeInd, const Twine &Comment) { in mapInteger()
149 const Twine &Comment) { in mapEncodedInteger()
174 const Twine &Comment) { in mapEncodedInteger()
189 Error CodeViewRecordIO::mapEncodedInteger(APSInt &Value, const Twine &Comment) { in mapEncodedInteger()
207 Error CodeViewRecordIO::mapStringZ(StringRef &Value, const Twine &Comment) { in mapStringZ()
225 Error CodeViewRecordIO::mapGuid(GUID &Guid, const Twine &Comment) { in mapGuid()
253 const Twine &Comment) { in mapStringZVectorZ()
278 const Twine &Comment) { in emitEncodedSignedInteger()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp101 const Twine &Comment) { in mapByteVectorTail()
117 const Twine &Comment) { in mapByteVectorTail()
127 Error CodeViewRecordIO::mapInteger(TypeIndex &TypeInd, const Twine &Comment) { in mapInteger()
145 const Twine &Comment) { in mapEncodedInteger()
170 const Twine &Comment) { in mapEncodedInteger()
185 Error CodeViewRecordIO::mapEncodedInteger(APSInt &Value, const Twine &Comment) { in mapEncodedInteger()
200 Error CodeViewRecordIO::mapStringZ(StringRef &Value, const Twine &Comment) { in mapStringZ()
218 Error CodeViewRecordIO::mapGuid(GUID &Guid, const Twine &Comment) { in mapGuid()
246 const Twine &Comment) { in mapStringZVectorZ()
271 const Twine &Comment) { in emitEncodedSignedInteger()
[all …]

12345678910>>...333