Home
last modified time | relevance | path

Searched refs:has_annotation (Results 1 – 25 of 170) sorted by relevance

1234567

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DGeneratedCodeInfo.php29 private $has_annotation = false; variable in Google\\Protobuf\\Internal\\GeneratedCodeInfo
71 $this->has_annotation = true;
78 return $this->has_annotation;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DGeneratedCodeInfo.php29 private $has_annotation = false; variable in Google\\Protobuf\\Internal\\GeneratedCodeInfo
71 $this->has_annotation = true;
78 return $this->has_annotation;
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/generate/
H A Dt_mstch_rust_generator.cc200 if (type->has_annotation("rust.ord")) { in can_derive_ord()
257 if (node.has_annotation("rust.arc")) { in field_kind()
260 if (node.has_annotation("rust.box")) { in field_kind()
516 if (!strct_->has_annotation("rust.name")) { in rust_name()
525 if (strct_->has_annotation("rust.ord")) { in rust_is_ord()
555 return strct_->has_annotation("message"); in has_exception_message()
558 if (!strct_->has_annotation("message")) { in is_exception_message_optional()
790 if (!enm_->has_annotation("rust.name")) { in rust_name()
839 if (!type_->has_annotation("rust.name")) { in rust_name()
1189 if (!field_->has_annotation("rust.name")) { in rust_name()
[all …]
H A Dt_mstch_cpp2_generator.cc526 return resolved_type_->has_annotation( in cpp_declare_hash()
530 return resolved_type_->has_annotation( in cpp_declare_equal_to()
535 type_->has_annotation("cpp.use_allocator"); in cpp_use_allocator()
691 return field_->get_type()->has_annotation( in cpp_noncopyable()
933 return strct_->has_annotation( in cpp_declare_equal_to()
942 if (!field->get_type()->has_annotation( in cpp_noncopyable()
1245 return function_->has_annotation("cpp.coroutine") || in coroutine()
1544 return strct->has_annotation( in cpp_declare_hash()
1551 return typedf->get_type()->has_annotation( in cpp_declare_hash()
2304 if (!func.has_annotation(suppress_key) && in visit()
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/ast/
H A Dt_node.h69 bool has_annotation(alias_span name) const { in has_annotation() function
72 bool has_annotation(const char* name) const { in has_annotation() function
73 return has_annotation(alias_span{name}); in has_annotation()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/polly/lib/External/isl/interface/
H A Dgenerator.cc177 return has_annotation(decl, "isl_overload"); in is_overload()
184 return has_annotation(decl, "isl_constructor"); in is_constructor()
191 return has_annotation(decl, "isl_take"); in takes()
198 return has_annotation(decl, "isl_keep"); in keeps()
205 return has_annotation(decl, "isl_give"); in gives()
/dports/finance/ledger/ledger-3.2.1/src/
H A Dcommodity.cc438 if (! leftcomm.has_annotation() && rightcomm.has_annotation()) { in operator ()()
442 else if (leftcomm.has_annotation() && ! rightcomm.has_annotation()) { in operator ()()
446 else if (! leftcomm.has_annotation() && ! rightcomm.has_annotation()) { in operator ()()
567 if (commodity_details && comm.has_annotation()) in put_commodity()
H A Dbalance.cc80 amt.commodity().has_annotation() ? in operator +=()
107 amt.commodity().has_annotation() ? in operator -=()
253 commodity->has_annotation() ? in commodity_amount()
399 if (pair.first->has_annotation()) { in average_lot_prices()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/lib/cpp2/
H A Dutil.cc54 bool has_disqualifying_annotation = type.has_annotation({ in is_orderable()
186 if (t->has_annotation("cpp.indirection")) { in operator ()()
196 } else if (t->has_annotation( in operator ()()
235 if (function.has_annotation("cpp.stack_arguments")) { in is_stack_arguments()
284 return field.has_annotation("cpp.mixin"); in is_mixin()
343 bool const ind = type.has_annotation("cpp.indirection"); in get_gen_type_class_()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/gen/cpp/
H A Dreference_type.cc44 if (node.has_annotation({"cpp.box", "thrift.box"})) { in find_ref_type()
66 if (node.has_annotation({"cpp.ref", "cpp2.ref"})) { in find_ref_type()
/dports/math/py-pysmt/pysmt-0.9.0/pysmt/test/smtlib/
H A Dtest_annotations.py118 self.assertTrue(ann.has_annotation(a1, "next"))
119 self.assertFalse(ann.has_annotation(a1, "non-existent"))
120 self.assertTrue(ann.has_annotation(a1, "next", "A_1__AT1"))
121 self.assertFalse(ann.has_annotation(a1, "next", "non-existent"))
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/sema/
H A Dstandard_validator.cc269 if (node.has_annotation({ in validate_boxed_field_attributes()
427 !node.has_annotation("cpp.deprecated_allow_zero_as_field_id")) { in validate_field_id()
448 if (node.has_annotation("cpp.methods")) { in validate_compatibility_with_lazy_field()
459 node.has_annotation( in validate_ref_annotation()
510 if (node.has_annotation("cpp.box")) { in validate_box_annotation()
529 if (node.has_annotation({"cpp.ref", "cpp2.ref"})) { in validate_ref_unique_and_box_annotation()
/dports/graphics/py-python-poppler-qt5/python-poppler-qt5-0.75.0/demo/
H A Dmerge-annotations.py14 if not has_annotation(p_tgt,a):
20 def has_annotation(page,a): function
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/session/internal/
H A Dsession_output_test.cc96 EXPECT_FALSE(candidate_proto.has_annotation()); in TEST()
104 EXPECT_TRUE(candidate_proto.has_annotation()); in TEST()
116 EXPECT_FALSE(candidate_proto.has_annotation()); in TEST()
316 EXPECT_TRUE(candidates_proto.candidates(0).has_annotation()); in TEST()
317 EXPECT_TRUE(candidates_proto.candidates(1).has_annotation()); in TEST()
318 EXPECT_TRUE(candidates_proto.candidates(2).has_annotation()); in TEST()
319 EXPECT_TRUE(candidates_proto.candidates(3).has_annotation()); in TEST()
320 EXPECT_TRUE(candidates_proto.candidates(4).has_annotation()); in TEST()
321 EXPECT_TRUE(candidates_proto.candidates(5).has_annotation()); in TEST()
322 EXPECT_TRUE(candidates_proto.candidates(6).has_annotation()); in TEST()
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/session/internal/
H A Dsession_output_test.cc96 EXPECT_FALSE(candidate_proto.has_annotation()); in TEST()
104 EXPECT_TRUE(candidate_proto.has_annotation()); in TEST()
116 EXPECT_FALSE(candidate_proto.has_annotation()); in TEST()
316 EXPECT_TRUE(candidates_proto.candidates(0).has_annotation()); in TEST()
317 EXPECT_TRUE(candidates_proto.candidates(1).has_annotation()); in TEST()
318 EXPECT_TRUE(candidates_proto.candidates(2).has_annotation()); in TEST()
319 EXPECT_TRUE(candidates_proto.candidates(3).has_annotation()); in TEST()
320 EXPECT_TRUE(candidates_proto.candidates(4).has_annotation()); in TEST()
321 EXPECT_TRUE(candidates_proto.candidates(5).has_annotation()); in TEST()
322 EXPECT_TRUE(candidates_proto.candidates(6).has_annotation()); in TEST()
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/session/internal/
H A Dsession_output_test.cc96 EXPECT_FALSE(candidate_proto.has_annotation()); in TEST()
104 EXPECT_TRUE(candidate_proto.has_annotation()); in TEST()
116 EXPECT_FALSE(candidate_proto.has_annotation()); in TEST()
316 EXPECT_TRUE(candidates_proto.candidates(0).has_annotation()); in TEST()
317 EXPECT_TRUE(candidates_proto.candidates(1).has_annotation()); in TEST()
318 EXPECT_TRUE(candidates_proto.candidates(2).has_annotation()); in TEST()
319 EXPECT_TRUE(candidates_proto.candidates(3).has_annotation()); in TEST()
320 EXPECT_TRUE(candidates_proto.candidates(4).has_annotation()); in TEST()
321 EXPECT_TRUE(candidates_proto.candidates(5).has_annotation()); in TEST()
322 EXPECT_TRUE(candidates_proto.candidates(6).has_annotation()); in TEST()
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/session/internal/
H A Dsession_output_test.cc96 EXPECT_FALSE(candidate_proto.has_annotation()); in TEST()
104 EXPECT_TRUE(candidate_proto.has_annotation()); in TEST()
116 EXPECT_FALSE(candidate_proto.has_annotation()); in TEST()
316 EXPECT_TRUE(candidates_proto.candidates(0).has_annotation()); in TEST()
317 EXPECT_TRUE(candidates_proto.candidates(1).has_annotation()); in TEST()
318 EXPECT_TRUE(candidates_proto.candidates(2).has_annotation()); in TEST()
319 EXPECT_TRUE(candidates_proto.candidates(3).has_annotation()); in TEST()
320 EXPECT_TRUE(candidates_proto.candidates(4).has_annotation()); in TEST()
321 EXPECT_TRUE(candidates_proto.candidates(5).has_annotation()); in TEST()
322 EXPECT_TRUE(candidates_proto.candidates(6).has_annotation()); in TEST()
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/session/internal/
H A Dsession_output_test.cc96 EXPECT_FALSE(candidate_proto.has_annotation()); in TEST()
104 EXPECT_TRUE(candidate_proto.has_annotation()); in TEST()
116 EXPECT_FALSE(candidate_proto.has_annotation()); in TEST()
316 EXPECT_TRUE(candidates_proto.candidates(0).has_annotation()); in TEST()
317 EXPECT_TRUE(candidates_proto.candidates(1).has_annotation()); in TEST()
318 EXPECT_TRUE(candidates_proto.candidates(2).has_annotation()); in TEST()
319 EXPECT_TRUE(candidates_proto.candidates(3).has_annotation()); in TEST()
320 EXPECT_TRUE(candidates_proto.candidates(4).has_annotation()); in TEST()
321 EXPECT_TRUE(candidates_proto.candidates(5).has_annotation()); in TEST()
322 EXPECT_TRUE(candidates_proto.candidates(6).has_annotation()); in TEST()
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/session/internal/
H A Dsession_output_test.cc96 EXPECT_FALSE(candidate_proto.has_annotation()); in TEST()
104 EXPECT_TRUE(candidate_proto.has_annotation()); in TEST()
116 EXPECT_FALSE(candidate_proto.has_annotation()); in TEST()
316 EXPECT_TRUE(candidates_proto.candidates(0).has_annotation()); in TEST()
317 EXPECT_TRUE(candidates_proto.candidates(1).has_annotation()); in TEST()
318 EXPECT_TRUE(candidates_proto.candidates(2).has_annotation()); in TEST()
319 EXPECT_TRUE(candidates_proto.candidates(3).has_annotation()); in TEST()
320 EXPECT_TRUE(candidates_proto.candidates(4).has_annotation()); in TEST()
321 EXPECT_TRUE(candidates_proto.candidates(5).has_annotation()); in TEST()
322 EXPECT_TRUE(candidates_proto.candidates(6).has_annotation()); in TEST()
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/unix/fcitx/
H A Dmozc_response_parser.cc338 candidate.has_annotation() && in ParseCandidates()
344 candidate.has_annotation() && in ParseCandidates()
349 candidate.has_annotation() && in ParseCandidates()
370 if (candidate.has_annotation() && in ParseCandidates()
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/unix/fcitx/
H A Dmozc_response_parser.cc338 candidate.has_annotation() && in ParseCandidates()
344 candidate.has_annotation() && in ParseCandidates()
349 candidate.has_annotation() && in ParseCandidates()
370 if (candidate.has_annotation() && in ParseCandidates()
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/unix/fcitx/
H A Dmozc_response_parser.cc338 candidate.has_annotation() && in ParseCandidates()
344 candidate.has_annotation() && in ParseCandidates()
349 candidate.has_annotation() && in ParseCandidates()
370 if (candidate.has_annotation() && in ParseCandidates()
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/unix/fcitx/
H A Dmozc_response_parser.cc338 candidate.has_annotation() && in ParseCandidates()
344 candidate.has_annotation() && in ParseCandidates()
349 candidate.has_annotation() && in ParseCandidates()
370 if (candidate.has_annotation() && in ParseCandidates()
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/unix/fcitx/
H A Dmozc_response_parser.cc338 candidate.has_annotation() && in ParseCandidates()
344 candidate.has_annotation() && in ParseCandidates()
349 candidate.has_annotation() && in ParseCandidates()
370 if (candidate.has_annotation() && in ParseCandidates()
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/unix/fcitx/
H A Dmozc_response_parser.cc338 candidate.has_annotation() && in ParseCandidates()
344 candidate.has_annotation() && in ParseCandidates()
349 candidate.has_annotation() && in ParseCandidates()
370 if (candidate.has_annotation() && in ParseCandidates()

1234567