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

  /external/protobuf/src/google/protobuf/testing/
googletest.cc 154 GOOGLE_CHECK_EQ(original_stdout_, -1) << "Already capturing.";
169 GOOGLE_CHECK_EQ(original_stderr_, -1) << "Already capturing.";
227 GOOGLE_CHECK_EQ(dummy, ERROR);
file.cc 89 GOOGLE_CHECK_EQ(fwrite(contents.data(), 1, contents.size(), file),
  /external/protobuf/src/google/protobuf/compiler/java/
java_field.cc 101 GOOGLE_CHECK_EQ(field->containing_type(), descriptor_);
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_field.cc 91 GOOGLE_CHECK_EQ(field->containing_type(), descriptor_);
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_field.cc 131 GOOGLE_CHECK_EQ(field->containing_type(), descriptor_);
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl_lite.cc 301 GOOGLE_CHECK_EQ(backup_bytes_, 0);
346 GOOGLE_CHECK_EQ(buffer_used_, buffer_size_)
  /external/protobuf/src/google/protobuf/
message.cc 62 GOOGLE_CHECK_EQ(from.GetDescriptor(), descriptor)
75 GOOGLE_CHECK_EQ(from.GetDescriptor(), descriptor)
message_lite.cc 63 GOOGLE_CHECK_EQ(byte_size_before_serialization, byte_size_after_serialization)
65 GOOGLE_CHECK_EQ(bytes_produced_by_serialization, byte_size_before_serialization)
reflection_ops.cc 54 GOOGLE_CHECK_EQ(to->GetDescriptor(), descriptor)
generated_message_reflection.cc 318 GOOGLE_CHECK_EQ(message1->GetReflection(), this)
325 GOOGLE_CHECK_EQ(message2->GetReflection(), this)
    [all...]
wire_format.cc 731 GOOGLE_CHECK_EQ(output->ByteCount(), expected_endpoint)
    [all...]
test_util_lite.cc 42 #define EXPECT_EQ GOOGLE_CHECK_EQ
43 #define ASSERT_EQ GOOGLE_CHECK_EQ
    [all...]
extension_set.cc 139 GOOGLE_CHECK_EQ(type, WireFormatLite::TYPE_ENUM);
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
common.h 657 #undef GOOGLE_CHECK_EQ
682 #define GOOGLE_CHECK_EQ(A, B) GOOGLE_CHECK((A) == (B))
706 #define GOOGLE_DCHECK_EQ GOOGLE_CHECK_EQ
    [all...]
strutil.cc     [all...]
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 539 GOOGLE_CHECK_EQ(target_ptr,
    [all...]
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 720 GOOGLE_CHECK_EQ(field.file(), file_) << field.file()->name() << " vs. "
    [all...]

Completed in 697 milliseconds