Classes | |
class | iterator |
Public Member Functions | |
iterator | begin () |
void | Compact () |
size_t | count () |
iterator | end () |
bool | Insert (uintptr_t key, T val) |
std::pair< bool, T > | Lookup (uintptr_t key) const |
std::pair< bool, T > | Remove (uintptr_t key) |
bool | Replace (uintptr_t key, T val) |
Public Attributes | |
IntTable | table_ |
Definition at line 285 of file test_table.cc.
|
inline |
Definition at line 349 of file test_table.cc.
|
inline |
Definition at line 317 of file test_table.cc.
|
inline |
Definition at line 287 of file test_table.cc.
|
inline |
Definition at line 350 of file test_table.cc.
|
inline |
Definition at line 289 of file test_table.cc.
Definition at line 307 of file test_table.cc.
Definition at line 297 of file test_table.cc.
|
inline |
Definition at line 293 of file test_table.cc.
IntTable upb::TypedIntTable< T >::table_ |
Definition at line 352 of file test_table.cc.