Lines Matching refs:exists
159 void* table_lookup( bool& exists );
214 void* ets_base<ETS_key_type>::table_lookup( bool& exists ) {
229 exists = true;
233 exists = true;
243 exists = false;
319 void* table_lookup( bool& exists ) {
322 exists=true;
324 found = super::table_lookup(exists);
887 bool exists;
888 return local(exists);
892 reference local(bool& exists) {
893 void* ptr = this->table_lookup(exists);