Searched refs:TABLE (Results 1 – 3 of 3) sorted by relevance
35 inline constexpr CKey<Data> TABLE("table"); variable241 big[TABLE] = small; // ONE COPY HERE of the MoveCount (embedded in small). in TEST()246 ASSERT_EQ(1, big[TABLE][MOVE_COUNT].mCopyCount); // one copy done for small. in TEST()267 ASSERT_EQ("abc", data[TABLE][MY_NAME_IS]); in TEST()273 ASSERT_EQ(1, data[TABLE][MOVE_COUNT].mCopyCount); // no additional copies. in TEST()
80 static const char* TABLE; variable
63 const char* FirewallController::TABLE = "filter"; member in android::net::FirewallController