Home
last modified time | relevance | path

Searched refs:GOOGLE_CHECK_EQ (Results 1 – 25 of 32) sorted by relevance

12

/third_party/protobuf/src/google/protobuf/stubs/
Dlogging.h128 #undef GOOGLE_CHECK_EQ
156 #define GOOGLE_CHECK_EQ(A, B) GOOGLE_CHECK((A) == (B)) macro
196 #define GOOGLE_DCHECK_EQ GOOGLE_CHECK_EQ
Dstrutil.cc2431 GOOGLE_CHECK_EQ(temp[0], '1'); in LocalizeRadix()
2432 GOOGLE_CHECK_EQ(temp[size - 1], '5'); in LocalizeRadix()
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_field.cc94 GOOGLE_CHECK_EQ(has_bit_index, -1); in SetHasBitIndex()
188 GOOGLE_CHECK_EQ(field->containing_type(), descriptor_); in get()
Dcpp_file.cc1116 GOOGLE_CHECK_EQ(calculated_order.size(), message_generators_.size()); in GenerateTables()
1118 GOOGLE_CHECK_EQ(calculated_order[i], message_generators_[i]->descriptor_); in GenerateTables()
Dcpp_message.cc432 GOOGLE_CHECK_EQ(first_index_offset, index / 32); in GenChunkMask()
533 GOOGLE_CHECK_EQ(this_word, hasbit_index / 32); in OnStartChunk()
2440 GOOGLE_CHECK_EQ(count, descriptor_->real_oneof_decl_count()); in GenerateOffsets()
/third_party/protobuf/src/google/protobuf/testing/
Dgoogletest.cc201 GOOGLE_CHECK_EQ(original_stdout_, -1) << "Already capturing."; in CaptureTestStdout()
216 GOOGLE_CHECK_EQ(original_stderr_, -1) << "Already capturing."; in CaptureTestStderr()
Dfile.cc116 GOOGLE_CHECK_EQ(fwrite(contents.data(), 1, contents.size(), file), in WriteStringToFileOrDie()
/third_party/protobuf/src/google/protobuf/
Darena_test_util.cc36 #define EXPECT_EQ GOOGLE_CHECK_EQ
Dmessage.cc83 GOOGLE_CHECK_EQ(from.GetDescriptor(), descriptor) in MergeFrom()
99 GOOGLE_CHECK_EQ(from.GetDescriptor(), descriptor) in CopyFrom()
Dmessage_lite.cc84 GOOGLE_CHECK_EQ(byte_size_before_serialization, byte_size_after_serialization) in ByteSizeConsistencyError()
87 GOOGLE_CHECK_EQ(bytes_produced_by_serialization, byte_size_before_serialization) in ByteSizeConsistencyError()
Dgenerated_message_reflection.cc606 GOOGLE_CHECK_EQ(message1->GetReflection(), this) in Swap()
614 GOOGLE_CHECK_EQ(message2->GetReflection(), this) in Swap()
685 GOOGLE_CHECK_EQ(message1->GetReflection(), this) in SwapFields()
693 GOOGLE_CHECK_EQ(message2->GetReflection(), this) in SwapFields()
1760 GOOGLE_CHECK_EQ(field->message_type(), desc) << "wrong submessage type"; in MutableRawRepeatedField()
1784 GOOGLE_CHECK_EQ(field->options().ctype(), ctype) << "subtype mismatch"; in GetRawRepeatedField()
1786 GOOGLE_CHECK_EQ(field->message_type(), desc) << "wrong submessage type"; in GetRawRepeatedField()
2262 GOOGLE_CHECK_EQ(message_type, field->message_type()); in RepeatedFieldData()
Dwire_format.h129 GOOGLE_CHECK_EQ(output->ByteCount(), expected_endpoint) in SerializeWithCachedSizes()
Dreflection_ops.cc75 GOOGLE_CHECK_EQ(to->GetDescriptor(), descriptor) in Merge()
Dgenerated_message_util.cc811 GOOGLE_CHECK_EQ(scc->visit_status.load(std::memory_order_relaxed), in InitSCCImpl()
/third_party/protobuf/src/google/protobuf/io/
Dzero_copy_stream_impl_lite.cc296 GOOGLE_CHECK_EQ(backup_bytes_, 0); in FreeBuffer()
336 GOOGLE_CHECK_EQ(buffer_used_, buffer_size_) in BackUp()
Dprinter.cc325 GOOGLE_CHECK_EQ(end - start, 2); in WriteVariable()
361 GOOGLE_CHECK_EQ(var_name.size(), 1); // No need for multi-digits in WriteVariable()
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_map_field.cc47 GOOGLE_CHECK_EQ(FieldDescriptor::TYPE_MESSAGE, descriptor->type()); in KeyField()
54 GOOGLE_CHECK_EQ(FieldDescriptor::TYPE_MESSAGE, descriptor->type()); in ValueField()
Djava_map_field_lite.cc47 GOOGLE_CHECK_EQ(FieldDescriptor::TYPE_MESSAGE, descriptor->type()); in KeyField()
54 GOOGLE_CHECK_EQ(FieldDescriptor::TYPE_MESSAGE, descriptor->type()); in ValueField()
Djava_field.h135 GOOGLE_CHECK_EQ(field->containing_type(), descriptor_); in get()
Djava_message_builder.cc65 GOOGLE_CHECK_EQ(FieldDescriptor::TYPE_MESSAGE, value_field->type()); in MapValueImmutableClassdName()
Djava_message.cc70 GOOGLE_CHECK_EQ(FieldDescriptor::TYPE_MESSAGE, value_field->type()); in MapValueImmutableClassdName()
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_field.cc430 GOOGLE_CHECK_EQ(field->containing_type(), descriptor_); in get()
/third_party/protobuf/src/google/protobuf/util/
Dmessage_differencer.cc361 GOOGLE_CHECK_EQ(FieldDescriptor::CPPTYPE_MESSAGE, field->cpp_type()) in TreatAsMap()
395 GOOGLE_CHECK_EQ(FieldDescriptor::CPPTYPE_MESSAGE, field->cpp_type()) in TreatAsMapWithMultipleFieldPathsAsKey()
409 GOOGLE_CHECK_EQ(FieldDescriptor::CPPTYPE_MESSAGE, parent_field->cpp_type()) in TreatAsMapWithMultipleFieldPathsAsKey()
/third_party/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.cc1045 GOOGLE_CHECK_EQ(field.file(), file_) in FieldReferencingExpression()
/third_party/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc1770 GOOGLE_CHECK_EQ(0, namespaceObject.compare(0, 6, "proto.")); in GenerateProvides()
1809 GOOGLE_CHECK_EQ(options.import_style, GeneratorOptions::kImportClosure); in GenerateRequiresForLibrary()

12