Searched defs:RHASH_SIZE (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/ruby-106/ruby/ext/json/fbuffer/
H A Dfbuffer.h8 #define RHASH_SIZE(hsh) (RHASH(hsh)->tbl->num_entries) macro
/macosx-10.10/ruby-106/ruby/include/ruby/
H A Druby.h931 #define RHASH_SIZE(h) (RHASH(h)->ntbl ? RHASH(h)->ntbl->num_entries : 0) macro

Completed in 164 milliseconds