Searched refs:GOOGLE_CHECK (Results 26 - 50 of 61) sorted by path

123

/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc241 GOOGLE_CHECK(result != NULL);
443 GOOGLE_CHECK(dest);
695 GOOGLE_CHECK(i >= 0) << "FastHexToBuffer() wants non-negative integers, not " << i;
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dtest_util.cc1087 GOOGLE_CHECK(message);
2195 GOOGLE_CHECK(result != NULL);
H A Dtest_util_lite.cc39 #define EXPECT_TRUE GOOGLE_CHECK
40 #define ASSERT_TRUE GOOGLE_CHECK
41 #define EXPECT_FALSE(COND) GOOGLE_CHECK(!(COND))
H A Dtext_format.cc120 GOOGLE_CHECK(trees);
382 GOOGLE_CHECK(allow_unknown_field_);
H A Dwire_format_lite.cc509 GOOGLE_CHECK(value.size() <= kint32max);
516 GOOGLE_CHECK(value.size() <= kint32max);
H A Dwire_format_unittest.cc698 GOOGLE_CHECK(field != NULL);
719 GOOGLE_CHECK(field != NULL);
/external/chromium_org/third_party/protobuf/src/google/protobuf/testing/
H A Dfile.cc82 GOOGLE_CHECK(ReadFileToString(name, output)) << "Could not read: " << name;
87 GOOGLE_CHECK(file != NULL)
92 GOOGLE_CHECK(fclose(file) == 0)
H A Dgoogletest.cc125 GOOGLE_CHECK(mkdir(name_.c_str(), 0777) == 0) << strerror(errno);
160 GOOGLE_CHECK(fd >= 0) << "open: " << strerror(errno);
175 GOOGLE_CHECK(fd >= 0) << "open: " << strerror(errno);
216 GOOGLE_CHECK(active_log_ == NULL);
227 GOOGLE_CHECK(level == ERROR ||
234 GOOGLE_CHECK(active_log_ != NULL);
/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc671 GOOGLE_CHECK(pool.BuildFile(file) != NULL);
1105 GOOGLE_CHECK(HasPrefixString(output_directive.name, "--") &&
H A Dcommand_line_interface_unittest.cc218 GOOGLE_CHECK(File::CreateDir(temp_directory_.c_str(), DEFAULT_FILE_MODE));
1257 GOOGLE_CHECK(RedirectStdinFromFile(filename));
H A Dimporter_unittest.cc339 GOOGLE_CHECK(File::CreateDir(dirnames_[i].c_str(), DEFAULT_FILE_MODE));
354 GOOGLE_CHECK(File::CreateDir(dirname.c_str(), DEFAULT_FILE_MODE));
H A Dparser.cc670 GOOGLE_CHECK(uninterpreted_option_field != NULL)
H A Dplugin.pb.cc37 GOOGLE_CHECK(file != NULL);
H A Dsubprocess.cc150 GOOGLE_CHECK(child_handle_ != NULL) << "Must call Start() first.";
/external/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.cc256 GOOGLE_CHECK(output.get());
774 GOOGLE_CHECK(extension_field.is_extension());
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc860 GOOGLE_CHECK(generated_database_->Add(encoded_file_descriptor, size));
1291 GOOGLE_CHECK(has_default_value()) << "No default value";
2176 GOOGLE_CHECK(fallback_database_ == NULL)
2180 GOOGLE_CHECK(mutex_ == NULL); // Implied by the above GOOGLE_CHECK.
2187 GOOGLE_CHECK(fallback_database_ == NULL)
2191 GOOGLE_CHECK(mutex_ == NULL); // Implied by the above GOOGLE_CHECK.
3796 GOOGLE_CHECK(builder_);
3816 GOOGLE_CHECK(uninterpreted_options_fiel
[all...]
H A Ddescriptor.pb.cc85 GOOGLE_CHECK(file != NULL);
H A Ddynamic_message.cc383 GOOGLE_CHECK(is_prototype());
H A Dextension_set.cc151 GOOGLE_CHECK(type == WireFormatLite::TYPE_MESSAGE ||
244 GOOGLE_CHECK(iter != extensions_.end()) << "Index out-of-bounds (field is empty)."; \
252 GOOGLE_CHECK(iter != extensions_.end()) << "Index out-of-bounds (field is empty)."; \
314 GOOGLE_CHECK(iter != extensions_.end()) << "Index out-of-bounds (field is empty).";
321 GOOGLE_CHECK(iter != extensions_.end()) << "Index out-of-bounds (field is empty).";
375 GOOGLE_CHECK(iter != extensions_.end()) << "Index out-of-bounds (field is empty).";
382 GOOGLE_CHECK(iter != extensions_.end()) << "Index out-of-bounds (field is empty).";
446 GOOGLE_CHECK(iter != extensions_.end()) << "Index out-of-bounds (field is empty).";
453 GOOGLE_CHECK(iter != extensions_.end()) << "Index out-of-bounds (field is empty).";
492 GOOGLE_CHECK(ite
[all...]
H A Dextension_set_heavy.cc135 GOOGLE_CHECK(prototype != NULL);
165 GOOGLE_CHECK(prototype != NULL);
193 GOOGLE_CHECK(output->message_prototype != NULL)
H A Dgenerated_message_reflection.cc895 GOOGLE_CHECK(result != NULL);
925 GOOGLE_CHECK(result != NULL);
H A Dgenerated_message_reflection_unittest.cc63 GOOGLE_CHECK(result != NULL);
/external/protobuf/src/google/protobuf/io/
H A Dgzip_stream.cc66 GOOGLE_CHECK(output_buffer_ != NULL);
204 GOOGLE_CHECK(input_buffer_ != NULL);
H A Dzero_copy_stream_impl.cc122 GOOGLE_CHECK(!is_closed_);
137 GOOGLE_CHECK(!is_closed_);
153 GOOGLE_CHECK(!is_closed_);
220 GOOGLE_CHECK(!is_closed_);
236 GOOGLE_CHECK(!is_closed_);
H A Dzero_copy_stream_impl_lite.cc256 GOOGLE_CHECK(backup_bytes_ == 0 && buffer_.get() != NULL)

Completed in 485 milliseconds

123