Searched defs:next_value (Results 1 - 3 of 3) sorted by last modified time

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dneteq_impl_unittest.cc445 uint16_t next_value() const { return next_value_; } function in class:webrtc::CountingSamplesDecoder
475 EXPECT_EQ(kPayloadLengthSamples, decoder_.next_value() - 1);
/external/chromium_org/sync/test/engine/
H A Dtest_id_factory.h53 std::string("_auto ") + base::IntToString(-next_value()));
59 std::string("_auto ") + base::IntToString(next_value()));
63 int next_value() { function in class:syncer::TestIdFactory
/external/chromium_org/extensions/browser/value_store/
H A Dleveldb_value_store.cc263 scoped_ptr<base::Value> next_value; local
264 whole_db.RemoveWithoutPathExpansion(next_key, &next_value);
266 ValueStoreChange(next_key, next_value.release(), NULL));

Completed in 268 milliseconds