Searched refs:last_encoded_message_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/sync/notifier/
H A Dsync_system_resources_unittest.cc188 last_encoded_message_ = encoded_message;
191 std::string last_encoded_message_; member in class:syncer::__anon10773::TestSyncNetworkChannel
317 ASSERT_EQ(expected_encoded_message, network_channel_.last_encoded_message_);
368 ASSERT_FALSE(network_channel_.last_encoded_message_.empty());
374 network_channel_.last_encoded_message_,
386 network_channel_.last_encoded_message_.clear();
388 ASSERT_FALSE(network_channel_.last_encoded_message_.empty());
394 network_channel_.last_encoded_message_,

Completed in 51 milliseconds