Home
last modified time | relevance | path

Searched refs:doc_string (Results 1 – 10 of 10) sorted by relevance

/third_party/mindspore/mindspore/core/proto/
Dmind_ir.proto43 optional string doc_string = 14; field
54 optional string doc_string = 3; field
65 optional string doc_string = 6; field
76 optional string doc_string = 6; field
87 optional string doc_string = 4; field
123 optional string doc_string = 8; field
/third_party/glib/gio/gdbus-2.0/codegen/
Ddbustypes.py64 self.doc_string = ""
68 if len(self.doc_string) == 0:
69 self.doc_string = utils.lookup_docs(self.annotations)
273 self.doc_string = ""
281 if len(self.doc_string) == 0:
282 self.doc_string = utils.lookup_docs(self.annotations)
331 self.doc_string = ""
338 if len(self.doc_string) == 0:
339 self.doc_string = utils.lookup_docs(self.annotations)
391 self.doc_string = ""
[all …]
Dparser.py158 self._cur_object.doc_string = self.doc_comment_body
193 self._cur_object.doc_string = self.doc_comment_body
223 doc_string = self.doc_comment_params[attrs["name"]]
224 if doc_string is not None:
225 self._cur_object.doc_string = doc_string
251 doc_string = self.doc_comment_params[attrs["name"]]
252 if doc_string is not None:
253 self._cur_object.doc_string = doc_string
Dcodegen_docbook.py217 self.out.write("%s\n" % (self.expand_paras(m.doc_string, True)))
228 % (self.expand_paras(a.doc_string, True))
239 % (self.expand_paras(a.doc_string, True))
272 self.out.write("%s\n" % (self.expand_paras(s.doc_string, True)))
283 % (self.expand_paras(a.doc_string, True))
316 self.out.write("%s\n" % (self.expand_paras(p.doc_string, True)))
436 self.out.write(" %s\n" % (self.expand_paras(i.doc_string, True)))
/third_party/boost/boost/python/
Dinit.hpp112 char const* doc_string() const in doc_string() function
154 , derived().doc_string() in visit()
244 policies, this->doc_string(), this->keywords()); in operator []()
/third_party/boost/boost/python/detail/
Ddefaults_gen.hpp45 char const* doc_string() const in doc_string() function
112 policies, this->doc_string(), this->keywords()); in operator []()
Ddefaults_def.hpp256 , overloads.doc_string()); in define_with_defaults()
/third_party/mindspore/third_party/proto/onnx/
Donnx.proto133 optional string doc_string = 13; field
170 optional string doc_string = 3; field
197 optional string doc_string = 6; field
243 optional string doc_string = 6; field
292 optional string doc_string = 10; field
404 optional string doc_string = 12; field
/third_party/mesa3d/src/compiler/glsl/tests/
Dlower_jump_cases.py417 doc_string = """If one branch of an if ends in a jump, and control cannot
/third_party/boost/libs/python/doc/
Dinternals.rst57 ... , '__doc__' : doc_string # optional