/external/protobuf/src/google/protobuf/io/ |
D | strtod.cc | 61 GOOGLE_CHECK_EQ(temp[0], '1'); in LocalizeRadix() 62 GOOGLE_CHECK_EQ(temp[size-1], '5'); in LocalizeRadix()
|
D | zero_copy_stream_impl_lite.cc | 313 GOOGLE_CHECK_EQ(backup_bytes_, 0); in FreeBuffer() 358 GOOGLE_CHECK_EQ(buffer_used_, buffer_size_) in BackUp()
|
/external/protobuf/src/google/protobuf/ |
D | lite_unittest.cc | 280 GOOGLE_CHECK_EQ(data, empty_message2.SerializeAsString()); in main() 281 GOOGLE_CHECK_EQ(data2, empty_message.SerializeAsString()); in main() 290 GOOGLE_CHECK_EQ(data, empty_message.SerializeAsString()); in main() 316 GOOGLE_CHECK_EQ(message.SerializeAsString(), message2.SerializeAsString()); in main() 337 GOOGLE_CHECK_EQ(data, buffer); in main() 345 GOOGLE_CHECK_EQ(0, empty_message.unknown_fields().size()); in main()
|
D | message_lite.cc | 63 GOOGLE_CHECK_EQ(byte_size_before_serialization, byte_size_after_serialization) in ByteSizeConsistencyError() 65 GOOGLE_CHECK_EQ(bytes_produced_by_serialization, byte_size_before_serialization) in ByteSizeConsistencyError()
|
D | message.cc | 64 GOOGLE_CHECK_EQ(from.GetDescriptor(), descriptor) in MergeFrom() 77 GOOGLE_CHECK_EQ(from.GetDescriptor(), descriptor) in CopyFrom()
|
D | generated_message_reflection.cc | 537 GOOGLE_CHECK_EQ(message1->GetReflection(), this) in Swap() 544 GOOGLE_CHECK_EQ(message2->GetReflection(), this) in Swap() 585 GOOGLE_CHECK_EQ(message1->GetReflection(), this) in SwapFields() 592 GOOGLE_CHECK_EQ(message2->GetReflection(), this) in SwapFields() 1390 GOOGLE_CHECK_EQ(field->options().ctype(), ctype) << "subtype mismatch"; in MutableRawRepeatedField() 1392 GOOGLE_CHECK_EQ(field->message_type(), desc) << "wrong submessage type"; in MutableRawRepeatedField()
|
D | reflection_ops.cc | 58 GOOGLE_CHECK_EQ(to->GetDescriptor(), descriptor) in Merge()
|
D | wire_format.cc | 756 GOOGLE_CHECK_EQ(output->ByteCount(), expected_endpoint) in SerializeWithCachedSizes()
|
D | test_util_lite.cc | 42 #define EXPECT_EQ GOOGLE_CHECK_EQ 43 #define ASSERT_EQ GOOGLE_CHECK_EQ
|
D | extension_set.cc | 154 GOOGLE_CHECK_EQ(type, WireFormatLite::TYPE_ENUM); in RegisterEnumExtension()
|
D | descriptor.cc | 5298 GOOGLE_CHECK_EQ(option_field->type(), FieldDescriptor::TYPE_GROUP); in SetAggregateOption()
|
/external/protobuf/src/google/protobuf/testing/ |
D | googletest.cc | 154 GOOGLE_CHECK_EQ(original_stdout_, -1) << "Already capturing."; in CaptureTestStdout() 169 GOOGLE_CHECK_EQ(original_stderr_, -1) << "Already capturing."; in CaptureTestStderr()
|
D | file.cc | 107 GOOGLE_CHECK_EQ(fwrite(contents.data(), 1, contents.size(), file), in WriteStringToFileOrDie()
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
D | javamicro_field.cc | 91 GOOGLE_CHECK_EQ(field->containing_type(), descriptor_); in get()
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
D | javanano_field.cc | 136 GOOGLE_CHECK_EQ(field->containing_type(), descriptor_); in get()
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_field.cc | 158 GOOGLE_CHECK_EQ(field->containing_type(), descriptor_); in get()
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_field.h | 116 GOOGLE_CHECK_EQ(field->containing_type(), descriptor_); in get()
|
/external/protobuf/src/google/protobuf/stubs/ |
D | common.h | 689 #undef GOOGLE_CHECK_EQ 716 #define GOOGLE_CHECK_EQ(A, B) GOOGLE_CHECK((A) == (B)) macro 753 #define GOOGLE_DCHECK_EQ GOOGLE_CHECK_EQ
|
/external/protobuf/src/google/protobuf/compiler/python/ |
D | python_generator.cc | 857 GOOGLE_CHECK_EQ(field.file(), file_) << field.file()->name() << " vs. " in FieldReferencingExpression()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | command_line_interface.cc | 575 GOOGLE_CHECK_EQ(target_ptr, in ~MemoryOutputStream()
|
D | parser_unittest.cc | 1846 GOOGLE_CHECK_EQ('$', *text); in ExtractMarkers()
|
/external/protobuf/python/google/protobuf/pyext/ |
D | message.cc | 812 GOOGLE_CHECK_EQ(0, ForEachCompositeField(self, ClearWeakReferences())); in CheckAndGetInteger()
|