Home
last modified time | relevance | path

Searched refs:capacity_before (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/ipc/
Dipc_channel_reader_unittest.cc98 size_t capacity_before = reader.input_overflow_buf_.capacity(); in TEST() local
104 EXPECT_LE(reader.input_overflow_buf_.capacity(), capacity_before); in TEST()
110 EXPECT_LE(reader.input_overflow_buf_.capacity(), capacity_before); in TEST()
116 EXPECT_LE(reader.input_overflow_buf_.capacity(), capacity_before); in TEST()
/external/libchrome/base/containers/
Dflat_tree_unittest.cc539 IntTree::size_type capacity_before = cont.capacity(); in TEST() local
541 EXPECT_GE(capacity_before, cont.capacity()); in TEST()