Searched refs:DiscardData (Results 1 – 1 of 1) sorted by relevance
/external/libchrome/mojo/core/ |
D | data_pipe_unittest.cc | 113 MojoResult DiscardData(uint32_t* num_bytes, bool all_or_none = false) { in DiscardData() function in mojo::core::__anon5ac0e12b0111::DataPipeTest 249 ASSERT_EQ(MOJO_RESULT_SHOULD_WAIT, DiscardData(&num_bytes)); in TEST_F() 513 ASSERT_EQ(MOJO_RESULT_OK, DiscardData(&num_bytes, true)); in TEST_F() 926 ASSERT_EQ(MOJO_RESULT_OUT_OF_RANGE, DiscardData(&num_bytes, true)); in TEST_F() 970 ASSERT_EQ(MOJO_RESULT_OUT_OF_RANGE, DiscardData(&num_bytes, true)); in TEST_F() 974 ASSERT_EQ(MOJO_RESULT_OK, DiscardData(&num_bytes, true)); in TEST_F() 1004 ASSERT_EQ(MOJO_RESULT_FAILED_PRECONDITION, DiscardData(&num_bytes, true)); in TEST_F() 1017 ASSERT_EQ(MOJO_RESULT_OK, DiscardData(&num_bytes, true)); in TEST_F() 1336 ASSERT_EQ(MOJO_RESULT_FAILED_PRECONDITION, DiscardData(&num_bytes)); in TEST_F()
|