Home
last modified time | relevance | path

Searched refs:add_kind (Results 1 – 5 of 5) sorted by relevance

/dports/devel/py-guppy3/guppy3-3.1.2/guppy/gsl/
H A DTester.py362 def add_kind(kind): function
390 tgt_name = add_kind(ret_kind)
416 tgt_name = add_kind(atk)
425 tgt_name = add_kind(ret_kind)
434 asp_name = add_kind(asptgt)
442 tgt_name = add_kind(ak)
449 add_kind(self.kind)
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/ty/
H A Dflags.rs21 result.add_kind(kind); in for_kind()
86 fn add_kind(&mut self, kind: &ty::TyKind<'_>) { in add_kind() method
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/srv/
H A Dopds.py143 ignore_count=False, add_kind=False): argument
160 TITLE(name + ('' if not add_kind else ' (%s)'%item_kind)),
344 …m.category, request_context, updated, which, ignore_count=ignore_count, add_kind=which != item.cat…
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/generated/
H A DExpression_generated.h1425 void add_kind(org::apache::arrow::computeir::flatbuf::Frame kind) {
1481 builder_.add_kind(kind);
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/third_party/appengine/datastore/
H A Ddatastore_v4_pb.py384 def add_kind(self): member in Query
498 for i in range(x.kind_size()): self.add_kind().CopyFrom(x.kind(i))
672 self.add_kind().TryMerge(tmp)