Classes | |
class | iterator |
Public Member Functions | |
size_t | count () |
bool | Insert (const std::string &key, upb_value val) |
std::pair< bool, upb_value > | Lookup (const std::string &key) const |
std::pair< bool, upb_value > | Remove (const std::string &key) |
void | Resize (size_t size_lg2) |
StrTable () | |
Public Attributes | |
upb::Arena | arena_ |
upb_strtable | table_ |
Definition at line 149 of file test_table.cc.
|
inline |
Definition at line 151 of file test_table.cc.
|
inline |
Definition at line 153 of file test_table.cc.
Definition at line 155 of file test_table.cc.
Definition at line 167 of file test_table.cc.
Definition at line 160 of file test_table.cc.
|
inline |
Definition at line 174 of file test_table.cc.
upb::Arena upb::StrTable::arena_ |
Definition at line 211 of file test_table.cc.
upb_strtable upb::StrTable::table_ |
Definition at line 212 of file test_table.cc.