Home
last modified time | relevance | path

Searched refs:field_entry (Results 1 – 25 of 90) sorted by relevance

1234

/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dfield.cpp12 std::string field_entry::symbol() const in symbol()
17 nc_color field_entry::color() const in color()
27 bool field_entry::is_dangerous() const in is_dangerous()
32 field_type_id field_entry::get_field_type() const in get_field_type()
43 int field_entry::get_max_field_intensity() const in get_max_field_intensity()
48 int field_entry::get_field_intensity() const in get_field_intensity()
53 int field_entry::set_field_intensity( int new_intensity ) in set_field_intensity()
60 void field_entry::mod_field_intensity( int mod ) in mod_field_intensity()
65 time_duration field_entry::get_field_age() const in get_field_age()
76 void field_entry::do_decay() in do_decay()
[all …]
H A Dfield.h19 class field_entry
22field_entry() : type( fd_null.id_or( INVALID_FIELD_TYPE_ID ) ), intensity( 1 ), age( 0_turns ), in field_entry() function
24 field_entry( const field_type_id &t, const int i, const time_duration &a ) : type( t ), in field_entry() function
113 field_entry *find_field( const field_type_id &field_type_to_find, bool alive_only = true );
119 const field_entry *find_field( const field_type_id &field_type_to_find,
143 void remove_field( std::map<field_type_id, field_entry>::iterator );
162 std::map<field_type_id, field_entry>::iterator begin();
163 std::map<field_type_id, field_entry>::const_iterator begin() const;
166 std::map<field_type_id, field_entry>::iterator end();
167 std::map<field_type_id, field_entry>::const_iterator end() const;
[all …]
H A Dmap_field.cpp217 bool map::gas_can_spread_to( field_entry &cur, const maptile &dst ) in gas_can_spread_to()
234 field_entry *f = dst.find_field( current_type ); in gas_spread_to()
445 field_entry &cur = it->second; in process_fields_in_submap()
516 field_entry *acid_there = pd.here.get_field( dst, fd_acid ); in field_processor_fd_acid()
1141 field_entry *dstfld = dst.find_field( fd_fire ); in field_processor_fd_fire()
1236 field_entry *nearfire = dst.find_field( fd_fire ); in field_processor_fd_fire()
1269 field_entry *nearwebfld = dst.find_field( fd_web ); in field_processor_fd_fire()
1326 field_entry *nearwebfld = dst.find_field( fd_web ); in field_processor_fd_fire()
1413 field_entry &cur = field_list_it.second; in player_in_field()
1745 field_entry &cur_field_entry = field_entry_it.second; in creature_in_field()
[all …]
H A Dmap_field.h5 class field_entry; variable
16 using FieldProcessorPtr = void( * )( const tripoint &p, field_entry &cur, field_proc_data &pd );
H A Dmap.h57 class field_entry; variable
188 friend void field_processor_fd_fire( const tripoint &, field_entry &, field_proc_data & );
189 … friend void field_processor_spread_gas( const tripoint &, field_entry &, field_proc_data & );
191 … friend void field_processor_fd_fire_vent( const tripoint &, field_entry &, field_proc_data & );
193 friend void field_processor_fd_bees( const tripoint &, field_entry &, field_proc_data & );
194 … friend void field_processor_fd_incendiary( const tripoint &, field_entry &, field_proc_data & );
448 void spread_gas( field_entry &cur, const tripoint &p, int percent_spread,
452 bool gas_can_spread_to( field_entry &cur, const maptile &dst );
453 void gas_spread_to( field_entry &cur, maptile &dst, const tripoint &p );
454 int burn_body_part( player &u, field_entry &cur, const bodypart_id &bp, int scale );
[all …]
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dfield.cpp12 std::string field_entry::symbol() const in symbol()
17 nc_color field_entry::color() const in color()
27 bool field_entry::is_dangerous() const in is_dangerous()
32 field_type_id field_entry::get_field_type() const in get_field_type()
43 int field_entry::get_max_field_intensity() const in get_max_field_intensity()
48 int field_entry::get_field_intensity() const in get_field_intensity()
53 int field_entry::set_field_intensity( int new_intensity ) in set_field_intensity()
60 void field_entry::mod_field_intensity( int mod ) in mod_field_intensity()
65 time_duration field_entry::get_field_age() const in get_field_age()
76 void field_entry::do_decay() in do_decay()
[all …]
H A Dfield.h19 class field_entry
22field_entry() : type( fd_null.id_or( INVALID_FIELD_TYPE_ID ) ), intensity( 1 ), age( 0_turns ), in field_entry() function
24 field_entry( const field_type_id &t, const int i, const time_duration &a ) : type( t ), in field_entry() function
113 field_entry *find_field( const field_type_id &field_type_to_find, bool alive_only = true );
119 const field_entry *find_field( const field_type_id &field_type_to_find,
143 void remove_field( std::map<field_type_id, field_entry>::iterator );
162 std::map<field_type_id, field_entry>::iterator begin();
163 std::map<field_type_id, field_entry>::const_iterator begin() const;
166 std::map<field_type_id, field_entry>::iterator end();
167 std::map<field_type_id, field_entry>::const_iterator end() const;
[all …]
H A Dmap_field.cpp217 bool map::gas_can_spread_to( field_entry &cur, const maptile &dst ) in gas_can_spread_to()
234 field_entry *f = dst.find_field( current_type ); in gas_spread_to()
445 field_entry &cur = it->second; in process_fields_in_submap()
516 field_entry *acid_there = pd.here.get_field( dst, fd_acid ); in field_processor_fd_acid()
1141 field_entry *dstfld = dst.find_field( fd_fire ); in field_processor_fd_fire()
1236 field_entry *nearfire = dst.find_field( fd_fire ); in field_processor_fd_fire()
1269 field_entry *nearwebfld = dst.find_field( fd_web ); in field_processor_fd_fire()
1326 field_entry *nearwebfld = dst.find_field( fd_web ); in field_processor_fd_fire()
1413 field_entry &cur = field_list_it.second; in player_in_field()
1745 field_entry &cur_field_entry = field_entry_it.second; in creature_in_field()
[all …]
H A Dmap_field.h5 class field_entry; variable
16 using FieldProcessorPtr = void( * )( const tripoint &p, field_entry &cur, field_proc_data &pd );
H A Dmap.h57 class field_entry; variable
188 friend void field_processor_fd_fire( const tripoint &, field_entry &, field_proc_data & );
189 … friend void field_processor_spread_gas( const tripoint &, field_entry &, field_proc_data & );
191 … friend void field_processor_fd_fire_vent( const tripoint &, field_entry &, field_proc_data & );
193 friend void field_processor_fd_bees( const tripoint &, field_entry &, field_proc_data & );
194 … friend void field_processor_fd_incendiary( const tripoint &, field_entry &, field_proc_data & );
448 void spread_gas( field_entry &cur, const tripoint &p, int percent_spread,
452 bool gas_can_spread_to( field_entry &cur, const maptile &dst );
453 void gas_spread_to( field_entry &cur, maptile &dst, const tripoint &p );
454 int burn_body_part( player &u, field_entry &cur, const bodypart_id &bp, int scale );
[all …]
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/tests/
H A Dfield_test.cpp23 field_entry *entry = m.get_field( cursor, field_type ); in count_fields()
57 std::vector<field_entry> test_fields; in test_field_expiry()
66 for( field_entry &test_field : test_fields ) { in test_field_expiry()
110 field_entry *this_field = m.get_field( fire_loc, fd_fire ); in fire_duration()
122 field_entry *this_field = m.get_field( fire_loc, fd_fire ); in fire_duration()
187 field_entry *acid_here = m.get_field( p, fd_acid );
270 field_entry *fire_vent = m.get_field( p, fd_fire_vent );
271 field_entry *flame_burst = m.get_field( p, fd_flame_burst );
288 field_entry *flame_burst = m.get_field( p, fd_flame_burst );
297 field_entry *fire_vent = m.get_field( p, fd_fire_vent );
[all …]
H A Dsubmap_load_test.cpp1116 const field_entry *fd_nw = field_nw.find_field( STATIC( field_type_id( "fd_web" ) ) );
1117 const field_entry *fd_ne = field_ne.find_field( STATIC( field_type_id( "fd_laser" ) ) );
1118 const field_entry *fd_sw = field_sw.find_field( STATIC( field_type_id( "fd_electricity" ) ) );
1119 const field_entry *fd_se = field_se.find_field( STATIC( field_type_id( "fd_acid" ) ) );
1120 const field_entry *fd_ra = field_ra.find_field( STATIC( field_type_id( "fd_nuke_gas" ) ) );
1121 const field_entry *fd_ow = field_nw.find_field( STATIC( field_type_id( "fd_smoke" ) ) );
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/tests/
H A Dfield_test.cpp23 field_entry *entry = m.get_field( cursor, field_type ); in count_fields()
57 std::vector<field_entry> test_fields; in test_field_expiry()
66 for( field_entry &test_field : test_fields ) { in test_field_expiry()
110 field_entry *this_field = m.get_field( fire_loc, fd_fire ); in fire_duration()
122 field_entry *this_field = m.get_field( fire_loc, fd_fire ); in fire_duration()
187 field_entry *acid_here = m.get_field( p, fd_acid );
270 field_entry *fire_vent = m.get_field( p, fd_fire_vent );
271 field_entry *flame_burst = m.get_field( p, fd_flame_burst );
288 field_entry *flame_burst = m.get_field( p, fd_flame_burst );
297 field_entry *fire_vent = m.get_field( p, fd_fire_vent );
[all …]
/dports/devel/p5-Thrift-XS/Thrift-XS-1.04/
H A DCompactProtocol.xs18 struct field_entry *entry; in resetState()
70 struct field_entry *entry; in writeStructBegin()
71 New(0, entry, sizeof(struct field_entry), struct field_entry); in writeStructBegin()
89 struct field_entry *entry = SIMPLEQ_FIRST(p->last_fields); in writeStructEnd()
337 struct field_entry *entry; in readStructBegin()
338 New(0, entry, sizeof(struct field_entry), struct field_entry); in readStructBegin()
356 struct field_entry *entry = SIMPLEQ_FIRST(p->last_fields); in readStructEnd()
394 struct field_entry *entry = SIMPLEQ_FIRST(p->last_fields); in readFieldBegin()
406 struct field_entry *entry = SIMPLEQ_FIRST(p->last_fields); in readFieldBegin()
422 struct field_entry *entry; in readFieldBegin()
[all …]
/dports/www/pecl-solr/solr-2.5.1/src/php7/
H A Dsolr_functions_document.c252 solr_field_list_t *field_entry = Z_PTR_P(zv_field_entry); local
253 solr_destroy_field_list(field_entry);
257 PHP_SOLR_API void solr_destroy_field_list(solr_field_list_t *field_entry) argument
260 solr_field_value_t *current_field_value = field_entry->head;
274 field_entry->head = NULL;
276 field_entry->last = NULL;
278 pefree(field_entry->field_name, SOLR_DOCUMENT_FIELD_PERSISTENT);
280 pefree(field_entry, SOLR_DOCUMENT_FIELD_PERSISTENT);
/dports/print/system-config-printer/system-config-printer-1.5.12/
H A Dauthconn.py76 self.field_entry = []
85 self.field_entry.append (entry)
87 self.field_entry[num_fields - 1].set_activates_default (True)
108 for i in range (len (self.field_entry)):
109 self.field_entry[i].set_text (auth_info[i])
112 return [x.get_text () for x in self.field_entry]
122 self.field_entry[i].grab_focus ()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/protobuf-codegen-2.10.0/src/
H A Dcode_writer.rs112 w.field_entry("lock", "::protobuf::lazy::ONCE_INIT"); in lazy_static()
113 w.field_entry("ptr", &format!("0 as *const {}", ty)); in lazy_static()
125 w.field_entry("lock", &format!("{}::lazy::ONCE_INIT", protobuf_crate_path)); in lazy_static_protobuf_path()
126 w.field_entry("ptr", &format!("0 as *const {}", ty)); in lazy_static_protobuf_path()
245 pub fn field_entry(&mut self, name: &str, value: &str) { in field_entry() method
/dports/devel/p5-Thrift-XS/Thrift-XS-1.04/src/
H A Dbinary_protocol.h6 struct field_entry { struct
8 SIMPLEQ_ENTRY(field_entry) entries; argument
10 SIMPLEQ_HEAD(fieldq, field_entry);
/dports/www/moodle310/moodle/backup/cc/
H A Dentity11.quiz.class.php168 $field_entry = $xpath->query('xmlns:fieldentry', $field);
169 … $response = !empty($field_entry->item(0)->nodeValue) ? $field_entry->item(0)->nodeValue : '';
998 $field_entry = $xpath->query('xmlns:fieldentry', $field);
999 … $type = !empty($field_entry->item(0)->nodeValue) ? $field_entry->item(0)->nodeValue : '';
H A Dentity.quiz.class.php174 $field_entry = $xpath->query('xmlns:fieldentry', $field);
175 … $response = !empty($field_entry->item(0)->nodeValue) ? $field_entry->item(0)->nodeValue : '';
975 $field_entry = $xpath->query('xmlns:fieldentry', $field);
976 … $type = !empty($field_entry->item(0)->nodeValue) ? $field_entry->item(0)->nodeValue : '';
/dports/www/moodle311/moodle/backup/cc/
H A Dentity.quiz.class.php174 $field_entry = $xpath->query('xmlns:fieldentry', $field);
175 … $response = !empty($field_entry->item(0)->nodeValue) ? $field_entry->item(0)->nodeValue : '';
975 $field_entry = $xpath->query('xmlns:fieldentry', $field);
976 … $type = !empty($field_entry->item(0)->nodeValue) ? $field_entry->item(0)->nodeValue : '';
H A Dentity11.quiz.class.php168 $field_entry = $xpath->query('xmlns:fieldentry', $field);
169 … $response = !empty($field_entry->item(0)->nodeValue) ? $field_entry->item(0)->nodeValue : '';
998 $field_entry = $xpath->query('xmlns:fieldentry', $field);
999 … $type = !empty($field_entry->item(0)->nodeValue) ? $field_entry->item(0)->nodeValue : '';
/dports/www/moodle39/moodle/backup/cc/
H A Dentity.quiz.class.php174 $field_entry = $xpath->query('xmlns:fieldentry', $field);
175 … $response = !empty($field_entry->item(0)->nodeValue) ? $field_entry->item(0)->nodeValue : '';
975 $field_entry = $xpath->query('xmlns:fieldentry', $field);
976 … $type = !empty($field_entry->item(0)->nodeValue) ? $field_entry->item(0)->nodeValue : '';
H A Dentity11.quiz.class.php168 $field_entry = $xpath->query('xmlns:fieldentry', $field);
169 … $response = !empty($field_entry->item(0)->nodeValue) ? $field_entry->item(0)->nodeValue : '';
998 $field_entry = $xpath->query('xmlns:fieldentry', $field);
999 … $type = !empty($field_entry->item(0)->nodeValue) ? $field_entry->item(0)->nodeValue : '';
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_cranelift/src/debuginfo/
H A Dmod.rs172 let field_entry = self.dwarf.unit.get_mut(field_id); in dwarf_ty() localVariable
174 field_entry.set( in dwarf_ty()
178 field_entry.set( in dwarf_ty()
182 field_entry.set(gimli::DW_AT_type, AttributeValue::UnitRef(field_type)); in dwarf_ty()

1234