HomeSort by relevance Sort by last modified time
    Searched refs:next_value_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/sync/test/engine/
test_id_factory.h 19 TestIdFactory() : next_value_(1337000) {}
64 return next_value_++;
66 int next_value_; member in class:syncer::TestIdFactory
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
neteq_impl_unittest.cc 426 : AudioDecoder(type), next_value_(1) {}
434 decoded[i] = next_value_++;
441 next_value_ = 1;
445 uint16_t next_value() const { return next_value_; }
448 int16_t next_value_; member in class:webrtc::CountingSamplesDecoder

Completed in 71 milliseconds