Searched refs:doc_string (Results 1 – 10 of 10) sorted by relevance
/third_party/mindspore/mindspore/core/proto/ |
D | mind_ir.proto | 43 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/ |
D | dbustypes.py | 64 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 …]
|
D | parser.py | 158 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
|
D | codegen_docbook.py | 217 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/ |
D | init.hpp | 112 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/ |
D | defaults_gen.hpp | 45 char const* doc_string() const in doc_string() function 112 policies, this->doc_string(), this->keywords()); in operator []()
|
D | defaults_def.hpp | 256 , overloads.doc_string()); in define_with_defaults()
|
/third_party/mindspore/third_party/proto/onnx/ |
D | onnx.proto | 133 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/ |
D | lower_jump_cases.py | 417 doc_string = """If one branch of an if ends in a jump, and control cannot
|
/third_party/boost/libs/python/doc/ |
D | internals.rst | 57 ... , '__doc__' : doc_string # optional
|