Home
last modified time | relevance | path

Searched refs:use_definitions (Results 1 – 4 of 4) sorted by relevance

/dports/cad/iverilog/verilog-11.0/
H A Delab_type.cc87 Definitions*use_definitions = scope; in elaborate_type() local
89 … map<Definitions*,ivl_type_s*>::iterator pos = cache_type_elaborate_.lower_bound(use_definitions); in elaborate_type()
90 if (pos != cache_type_elaborate_.end() && pos->first == use_definitions) in elaborate_type()
/dports/www/py-drf-yasg/drf-yasg-1.20.0/src/drf_yasg/inspectors/
H A Dfield.py30 use_definitions = False variable in InlineSerializerInspector
33 return self.probe_field_inspectors(serializer, openapi.Schema, self.use_definitions)
50 value, openapi.Parameter, self.use_definitions,
143 use_definitions = True variable in ReferencingSerializerInspector
/dports/www/py-dj32-drf-yasg/drf-yasg-1.20.0/src/drf_yasg/inspectors/
H A Dfield.py30 use_definitions = False variable in InlineSerializerInspector
33 return self.probe_field_inspectors(serializer, openapi.Schema, self.use_definitions)
50 value, openapi.Parameter, self.use_definitions,
143 use_definitions = True variable in ReferencingSerializerInspector
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/src/
H A Dacl.c840 …s_match_list_init_from_text(address_match_list *aml, const char *description, bool use_definitions) in acl_address_match_list_init_from_text() argument
843 …address_match_list_init_from_text(%p, \"%s\", %i)", (void*)aml, STR(description), use_definitions); in acl_address_match_list_init_from_text()
1112 if(use_definitions) in acl_address_match_list_init_from_text()
1141 …om_text(%p, %s, %u) : adding %p (%s)", (void*)aml, STR(description), use_definitions, (void*)ami, … in acl_address_match_list_init_from_text()
1238 …om_text(%p, %s, %u) : adding %p (---)", (void*)aml, STR(description), use_definitions, (void*)ami); in acl_address_match_list_init_from_text()
1253 (void*)aml, STR(description), use_definitions, (void*)list.data); in acl_address_match_list_init_from_text()