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

  /external/protobuf/src/google/protobuf/io/
strtod.cc 61 GOOGLE_CHECK_EQ(temp[0], '1');
62 GOOGLE_CHECK_EQ(temp[size-1], '5');
zero_copy_stream_impl_lite.cc 313 GOOGLE_CHECK_EQ(backup_bytes_, 0);
358 GOOGLE_CHECK_EQ(buffer_used_, buffer_size_)
  /external/protobuf/src/google/protobuf/
lite_unittest.cc 280 GOOGLE_CHECK_EQ(data, empty_message2.SerializeAsString());
281 GOOGLE_CHECK_EQ(data2, empty_message.SerializeAsString());
290 GOOGLE_CHECK_EQ(data, empty_message.SerializeAsString());
316 GOOGLE_CHECK_EQ(message.SerializeAsString(), message2.SerializeAsString());
337 GOOGLE_CHECK_EQ(data, buffer);
345 GOOGLE_CHECK_EQ(0, empty_message.unknown_fields().size());
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)
message.cc 64 GOOGLE_CHECK_EQ(from.GetDescriptor(), descriptor)
77 GOOGLE_CHECK_EQ(from.GetDescriptor(), descriptor)
reflection_ops.cc 58 GOOGLE_CHECK_EQ(to->GetDescriptor(), descriptor)
generated_message_reflection.cc 537 GOOGLE_CHECK_EQ(message1->GetReflection(), this)
544 GOOGLE_CHECK_EQ(message2->GetReflection(), this)
585 GOOGLE_CHECK_EQ(message1->GetReflection(), this)
592 GOOGLE_CHECK_EQ(message2->GetReflection(), this)
    [all...]
wire_format.cc 756 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 154 GOOGLE_CHECK_EQ(type, WireFormatLite::TYPE_ENUM);
    [all...]
descriptor.cc     [all...]
  /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.";
file.cc 107 GOOGLE_CHECK_EQ(fwrite(contents.data(), 1, contents.size(), file),
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_field.cc 91 GOOGLE_CHECK_EQ(field->containing_type(), descriptor_);
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_field.cc 136 GOOGLE_CHECK_EQ(field->containing_type(), descriptor_);
  /external/protobuf/src/google/protobuf/compiler/java/
java_field.h 116 GOOGLE_CHECK_EQ(field->containing_type(), descriptor_);
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_field.cc 158 GOOGLE_CHECK_EQ(field->containing_type(), descriptor_);
  /external/protobuf/src/google/protobuf/stubs/
common.h 689 #undef GOOGLE_CHECK_EQ
716 #define GOOGLE_CHECK_EQ(A, B) GOOGLE_CHECK((A) == (B))
753 #define GOOGLE_DCHECK_EQ GOOGLE_CHECK_EQ
    [all...]
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc     [all...]
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 575 GOOGLE_CHECK_EQ(target_ptr,
    [all...]
parser_unittest.cc     [all...]
  /external/protobuf/python/google/protobuf/pyext/
message.cc 812 GOOGLE_CHECK_EQ(0, ForEachCompositeField(self, ClearWeakReferences()));
    [all...]

Completed in 464 milliseconds