Searched refs:keyOOP (Results 1 – 3 of 3) sorted by relevance
/dports/lang/smalltalk/smalltalk-3.2.5/libgst/ |
H A D | dict.c | 192 OOP keyOOP); 198 OOP keyOOP); 1234 OOP keyOOP; in add_file_stream_object() local 1517 OOP keyOOP) in find_key_or_nil() argument 1528 index = scramble (OOP_INDEX (keyOOP)); in find_key_or_nil() 1540 if (association->key == keyOOP) in find_key_or_nil() 1636 OOP keyOOP) in identity_dictionary_find_key() argument 1672 OOP keyOOP) in identity_dictionary_find_key_or_nil() argument 1721 OOP keyOOP, in _gst_identity_dictionary_at_put() argument 1755 OOP keyOOP) in _gst_identity_dictionary_at() argument [all …]
|
H A D | dict.inl | 165 OOP keyOOP); 170 OOP keyOOP); 390 #define DICTIONARY_AT_PUT(dictionaryOOP, keyOOP, valueOOP) \ argument 396 #define NAMESPACE_AT_PUT(dictionaryOOP, keyOOP, valueOOP) \ argument 398 variable_binding_new((keyOOP), (valueOOP), (dictionaryOOP)))) 403 #define DICTIONARY_AT_PUT(dictionaryOOP, keyOOP, valueOOP) \ argument 405 association_new((keyOOP), (valueOOP)))) 840 OOP keyOOP) argument 853 index = scramble (OOP_INDEX (keyOOP)); 865 if COMMON (association->key == keyOOP) [all …]
|
H A D | dict.h | 490 OOP keyOOP) 576 OOP keyOOP,
|