Home
last modified time | relevance | path

Searched refs:get_accessor (Results 1 – 25 of 35) sorted by relevance

12

/dports/dns/packetq/PacketQ-1.4.1/src/
H A Ddns.cpp209 acc_qr = table->get_accessor<bool_column>("qr"); in on_table_created()
210 acc_aa = table->get_accessor<bool_column>("aa"); in on_table_created()
211 acc_tc = table->get_accessor<bool_column>("tc"); in on_table_created()
212 acc_rd = table->get_accessor<bool_column>("rd"); in on_table_created()
213 acc_cd = table->get_accessor<bool_column>("cd"); in on_table_created()
214 acc_ra = table->get_accessor<bool_column>("ra"); in on_table_created()
215 acc_ad = table->get_accessor<bool_column>("ad"); in on_table_created()
216 acc_do = table->get_accessor<bool_column>("do"); in on_table_created()
217 acc_edns0 = table->get_accessor<bool_column>("edns0"); in on_table_created()
219 acc_qname = table->get_accessor<text_column>("qname"); in on_table_created()
[all …]
H A Dicmp.cpp228 acc_type = table->get_accessor<int_column>("type"); in on_table_created()
229 acc_code = table->get_accessor<int_column>("code"); in on_table_created()
230 acc_echo_identifier = table->get_accessor<int_column>("echo_identifier"); in on_table_created()
231 acc_echo_sequence = table->get_accessor<int_column>("echo_sequence"); in on_table_created()
232 acc_du_protocol = table->get_accessor<int_column>("du_protocol"); in on_table_created()
233 acc_du_src_addr = table->get_accessor<text_column>("du_src_addr"); in on_table_created()
234 acc_du_dst_addr = table->get_accessor<text_column>("du_dst_addr"); in on_table_created()
235 acc_desc = table->get_accessor<text_column>("desc"); in on_table_created()
H A Dpacket_handler.cpp444 acc_src_addr = table->get_accessor<text_column>("src_addr"); in on_table_created()
445 acc_dst_addr = table->get_accessor<text_column>("dst_addr"); in on_table_created()
446 acc_ether_type = table->get_accessor<int_column>("ether_type"); in on_table_created()
447 acc_protocol = table->get_accessor<int_column>("protocol"); in on_table_created()
448 acc_ip_ttl = table->get_accessor<int_column>("ip_ttl"); in on_table_created()
450 acc_src_port = table->get_accessor<int_column>("src_port"); in on_table_created()
451 acc_dst_port = table->get_accessor<int_column>("dst_port"); in on_table_created()
452 acc_s = table->get_accessor<int_column>("s"); in on_table_created()
453 acc_us = table->get_accessor<int_column>("us"); in on_table_created()
454 acc_id = table->get_accessor<int_column>("id"); in on_table_created()
[all …]
/dports/lang/vala/vala-0.48.18/vala/
H A Dvalaproperty.vala46 public PropertyAccessor? get_accessor {
106 bool has_get = (get_accessor != null);
241 * @param get_accessor get accessor
249 this.get_accessor = get_accessor;
260 if (get_accessor != null) {
261 get_accessor.accept (visitor);
281 if ((get_accessor == null && base_property.get_accessor != null) ||
282 (get_accessor != null && base_property.get_accessor == null)) {
295 if (get_accessor != null) {
482 if (get_accessor != null) {
[all …]
H A Dvalamemberaccess.vala480 …prop.get_accessor = new PropertyAccessor (true, false, false, prop.property_type.copy (), null, pr…
799 if (prop.get_accessor == null) {
805 access = prop.get_accessor.access;
807 && prop.get_accessor.access != SymbolAccessibility.PUBLIC) {
808 access = prop.get_accessor.access;
H A Dvalacodewriter.vala902 if (prop.get_accessor != null) {
903 write_attributes (prop.get_accessor);
905 write_property_accessor_accessibility (prop.get_accessor);
907 if (prop.get_accessor.value_type.value_owned) {
912 write_code_block (prop.get_accessor.body);
H A Dvalaproperty.c736 ValaPropertyAccessor* get_accessor, in vala_property_construct() argument
745 vala_property_set_get_accessor (self, get_accessor); in vala_property_construct()
753 ValaPropertyAccessor* get_accessor, in vala_property_new() argument
758 …return vala_property_construct (VALA_TYPE_PROPERTY, name, property_type, get_accessor, set_accesso… in vala_property_new()
H A Dvalasemanticanalyzer.vala289 if (prop.get_accessor != null && prop.get_accessor.value_type != null) {
290 return prop.get_accessor.value_type.copy ();
/dports/lang/mono/mono-5.10.1.57/mcs/tests/
H A Dtest-397.cs52 MethodInfo get_accessor, set_accessor; in Main()
53 get_accessor = pi.GetGetMethod (true); in Main()
56 if (get_accessor != null) in Main()
57 CheckFlags (pi, get_accessor); in Main()
/dports/science/eccodes/eccodes-2.23.0-Source/src/
H A Dgrib_accessor_class_bufrdc_expanded_descriptors.c162 static grib_accessor* get_accessor(grib_accessor* a) in get_accessor() function
180 descriptors = get_accessor(a); in unpack_long()
209 descriptors = get_accessor(a); in unpack_string_array()
232 grib_accessor* descriptors = get_accessor(a); in value_count()
H A Dgrib_accessor_class_bufr_string_values.c162 static grib_accessor* get_accessor(grib_accessor* a) in get_accessor() function
181 data = get_accessor(a); in unpack_string_array()
223 grib_accessor* descriptors = get_accessor(a); in value_count()
/dports/x11-toolkits/p5-Gtk2-Ex-FormFactory/Gtk2-Ex-FormFactory-0.67/lib/Gtk2/Ex/FormFactory/
H A DProxy.pm16 sub get_accessor { shift->{accessor} } subroutine
113 my $accessor = $self->get_accessor;
137 my $accessor = $self->get_accessor;
178 $accessor = $self->get_accessor;
/dports/lang/vala/vala-0.48.18/codegen/
H A Dvalaccodememberaccessmodule.vala212 generate_property_accessor_declaration (prop.get_accessor, cfile);
250 var temp_value = (GLibValue) create_temp_value (prop.get_accessor.value_type, false, expr);
262 prop.get_accessor.automatic_body &&
263 !prop.get_accessor.value_type.value_owned &&
277 getter_cname = get_ccode_name (prop.get_accessor);
296 …var temp_value = (GLibValue) create_temp_value (prop.get_accessor.value_type, requires_init, expr);
359 if (!prop.get_accessor.value_type.value_owned) {
362 var owned_value_type = prop.get_accessor.value_type.copy ();
365 …Report.error (prop.get_accessor.source_reference, "unowned return value for getter of property `%s…
383 if (prop.get_accessor.value_type is GenericType) {
[all …]
H A Dvalagtypemodule.vala348 if (prop.get_accessor != null) {
1301 if (prop.get_accessor != null) {
1304 string cname = get_ccode_real_name (prop.get_accessor);
1462 if (prop.get_accessor != null) {
1465 string cname = get_ccode_real_name (prop.get_accessor);
1467 cname = get_ccode_name (prop.get_accessor);
1521 if (base_property.get_accessor != null && prop.get_accessor != null) {
1654 if (prop.get_accessor != null) {
2031 if (prop.get_accessor != null && prop.get_accessor.access != SymbolAccessibility.PRIVATE) {
2270 if (prop.get_accessor != null) {
[all …]
H A Dvalagobjectmodule.vala159 if (prop.get_accessor != null) {
202 if (prop.get_accessor == null || prop.is_abstract) {
217 generate_property_accessor_declaration (prop.base_property.get_accessor, cfile);
223 generate_property_accessor_declaration (prop.base_interface_property.get_accessor, cfile);
228 cfunc = new CCodeIdentifier (get_ccode_name (base_prop.get_accessor));
231 cfunc = new CCodeIdentifier (get_ccode_real_name (prop.get_accessor));
258 if (requires_destroy (prop.get_accessor.value_type)) {
259 …ccode.add_expression (destroy_value (new GLibValue (prop.get_accessor.value_type, new CCodeIdentif…
273 if (prop.get_accessor.value_type.value_owned) {
H A Dvalagdbusservermodule.vala565 string wrapper_name = "_dbus_%s".printf (get_ccode_name (prop.get_accessor));
573 var ccall = new CCodeFunctionCall (new CCodeIdentifier (get_ccode_name (prop.get_accessor)));
576 if (prop.get_accessor.value_type.is_real_non_null_struct_type ()) {
577 …get_ccode_name (prop.get_accessor.value_type), new CCodeVariableDeclarator.zero ("result", default…
582 …ccode.add_declaration (get_ccode_name (prop.get_accessor.value_type), new CCodeVariableDeclarator …
585 var array_type = prop.get_accessor.value_type as ArrayType;
603 …var reply_expr = serialize_expression (prop.get_accessor.value_type, new CCodeIdentifier ("result"…
607 if (requires_destroy (prop.get_accessor.value_type)) {
609 var local = new LocalVariable (prop.get_accessor.value_type, ".result");
812 if (prop.get_accessor == null) {
H A Dvalagdbusclientmodule.vala102 if (prop.get_accessor != null) {
958 var owned_type = prop.get_accessor.value_type.copy ();
960 if (owned_type.is_disposable () && !prop.get_accessor.value_type.value_owned) {
961 …Report.error (prop.get_accessor.value_type.source_reference, "Properties used in D-Bus clients req…
964 var array_type = prop.get_accessor.value_type as ArrayType;
972 …eter (new CCodeParameter ("result", "%s*".printf (get_ccode_name (prop.get_accessor.value_type))));
981 function.return_type = get_ccode_name (prop.get_accessor.value_type);
1045 …var result = deserialize_expression (prop.get_accessor.value_type, new CCodeIdentifier ("_inner_re…
1048 …ccode.add_declaration (get_ccode_name (prop.get_accessor.value_type), new CCodeVariableDeclarator …
1061 …var result = deserialize_expression (prop.get_accessor.value_type, new CCodeIdentifier ("_inner_re…
H A Dvalagirwriter.vala750 if (prop.get_accessor != null) {
751 var m = prop.get_accessor.get_method ();
1430 if (prop.get_accessor == null) {
1456 if (prop.get_accessor != null) {
1457 var m = prop.get_accessor.get_method ();
H A Dvalagdbusmodule.vala432 if (prop.get_accessor != null && prop.set_accessor != null) {
434 } else if (prop.get_accessor != null) {
/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/src/tlm_utils/
H A Dinstance_specific_extensions.h109 return *carrier->m_container->get_accessor(m_index); in operator()
H A Dinstance_specific_extensions_int.h136 instance_specific_extensions_per_accessor* get_accessor(unsigned int index);
H A Dinstance_specific_extensions.cpp200 instance_specific_extension_container::get_accessor(unsigned int idx) in get_accessor() function in tlm_utils::instance_specific_extension_container
/dports/lang/vala/vala-0.48.18/vapigen/
H A Dvalagidlparser.vala1653 if (prop.get_accessor != null && !current_type_symbol_set.contains (getter)) {
1664 if (prop.get_attribute ("NoAccessorMethod") != null && prop.get_accessor != null) {
1665 prop.get_accessor.value_type.value_owned = true;
1765 if (prop.get_accessor != null && !current_type_symbol_set.contains (getter)) {
1776 if (prop.get_attribute ("NoAccessorMethod") != null && prop.get_accessor != null) {
1777 prop.get_accessor.value_type.value_owned = true;
2742 …prop.get_accessor = new PropertyAccessor (true, false, false, prop.property_type.copy (), null, nu…
2779 prop.get_accessor.value_type.value_owned = true;
/dports/devel/redasm/REDasm-2.1.1/LibREDasm/depends/include/visit_struct/
H A Dvisit_struct.hpp250 VISIT_STRUCT_CONSTEXPR auto get_accessor() -> in get_accessor() function
253 … decltype(traits::visitable<traits::clean_t<S>>::get_accessor(std::integral_constant<int, idx>{})) in get_accessor()
256 return traits::visitable<traits::clean_t<S>>::get_accessor(std::integral_constant<int, idx>{});
260 VISIT_STRUCT_CONSTEXPR auto get_accessor(S &&) -> decltype(get_accessor<idx, S>()) { in get_accessor() function
261 return get_accessor<idx, S>(); in get_accessor()
453 get_accessor(std::integral_constant<int, fields_enum::MEMBER_NAME>) -> \
/dports/lang/vala/vala-0.48.18/valadoc/
H A Dtreebuilder.vala728 if (element.get_accessor != null) {
729 var accessor = element.get_accessor;

12