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

  /external/protobuf/src/google/protobuf/compiler/
parser.h 291 io::Tokenizer* input_; member in class:google::protobuf::compiler::Parser
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...]
  /external/protobuf/src/google/protobuf/io/
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...]
  /external/v8/src/
unicode.h 193 Input input_; member in class:unibrow::InputBuffer
  /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/v8/test/cctest/
test-api.cc 8332 i::Handle<i::String> input_; member in class:RegExpStringModificationTest
    [all...]

Completed in 1091 milliseconds