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

  /external/chromium/net/tools/dump_cache/
upgrade.cc 129 IoBuffer* input_; member in class:__anon2818::BaseSM
138 input_ = reinterpret_cast<IoBuffer*>(in_buffer_.get());
172 if (!ReadFile(channel_, input_, kChannelSize, &read,
340 DCHECK(input_->msg.command == GET_PREV_ENTRY);
341 if (input_->msg.result != RESULT_OK)
344 if (!input_->msg.long_arg1) {
348 remote_entry_ = input_->msg.long_arg1;
359 DCHECK(input_->msg.command == GET_KEY);
360 if (input_->msg.result == RESULT_NAME_OVERFLOW) {
366 if (input_->msg.result != RESULT_OK
    [all...]
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.cc 296 : input_(input) {
303 input_->read(reinterpret_cast<char*>(buffer), size);
304 int result = input_->gcount();
305 if (result == 0 && input_->fail() && !input_->eof()) {
415 : input_(input), limit_(limit) {}
419 if (limit_ < 0) input_->BackUp(-limit_);
424 if (!input_->Next(data, size)) return false;
436 input_->BackUp(count - limit_);
439 input_->BackUp(count)
    [all...]
zero_copy_stream_impl.h 242 istream* input_; member in class:google::protobuf::io::IstreamInputStream::CopyingIstreamInputStream
345 ZeroCopyInputStream* input_; member in class:google::protobuf::io::LimitingInputStream
tokenizer.h 184 ZeroCopyInputStream* input_; member in class:google::protobuf::io::Tokenizer
188 const char* buffer_; // Current buffer returned from input_.
coded_stream.h 436 ZeroCopyInputStream* input_; member in class:google::protobuf::io::CodedInputStream
439 int total_bytes_read_; // total bytes read from input_, including
489 // Back up input_ to the current buffer position.
    [all...]
coded_stream.cc 67 input_->BackUp(backup_bytes);
182 input_->Skip(bytes_until_limit);
188 return input_->Skip(count);
492 if (input_->Next(&void_buffer, &buffer_size)) {
503 // we discarded, though, so that we can call input_->BackUp() to back
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 97 : input_(NULL),
111 return input_->current().text == text;
115 return input_->current().type == token_type;
124 input_->Next();
151 *output = input_->current().text;
152 input_->Next();
163 if (!io::Tokenizer::ParseInteger(input_->current().text,
169 input_->Next();
180 if (!io::Tokenizer::ParseInteger(input_->current().text, max_value,
186 input_->Next()
    [all...]
parser_unittest.cc 104 input_.reset(new io::Tokenizer(raw_input_.get(), &error_collector_));
117 parser_->Parse(input_.get(), &actual);
118 EXPECT_EQ(io::Tokenizer::TYPE_END, input_->current().type);
135 EXPECT_EQ(io::Tokenizer::TYPE_END, input_->current().type);
143 parser_->Parse(input_.get(), &file);
157 parser_->Parse(input_.get(), &file);
158 EXPECT_EQ(io::Tokenizer::TYPE_END, input_->current().type);
172 scoped_ptr<io::Tokenizer> input_; member in class:google::protobuf::compiler::__anon5747::ParserTest
185 EXPECT_TRUE(parser_->Parse(input_.get(), NULL));
195 EXPECT_TRUE(parser_->Parse(input_.get(), NULL))
    [all...]
parser.h 291 io::Tokenizer* input_; member in class:google::protobuf::compiler::Parser
  /external/v8/src/
unicode-inl.h 202 buffer_ = R::ReadBlock(input_, util_buffer_, s, &remaining_, &offset_);
207 Reset(input_);
212 input_ = input;
216 buffer_ = R::ReadBlock(input_, util_buffer_, s, &remaining_, &offset_);
227 buffer_ = R::ReadBlock(input_, util_buffer_, s, &remaining_, &offset_);
unicode.h 193 Input input_; member in class:unibrow::InputBuffer
objects.cc     [all...]
  /external/v8/test/cctest/
test-api.cc 8332 i::Handle<i::String> input_; member in class:RegExpStringModificationTest
    [all...]

Completed in 1105 milliseconds