Home
last modified time | relevance | path

Searched refs:GOOGLE_CHECK_NE (Results 1 – 7 of 7) sorted by relevance

/third_party/protobuf/src/google/protobuf/stubs/
Dlogging.h129 #undef GOOGLE_CHECK_NE
157 #define GOOGLE_CHECK_NE(A, B) GOOGLE_CHECK((A) != (B)) macro
197 #define GOOGLE_DCHECK_NE GOOGLE_CHECK_NE
/third_party/protobuf/src/google/protobuf/testing/
Dgoogletest.cc231 GOOGLE_CHECK_NE(original_stdout_, -1) << "Not capturing."; in GetCapturedTestStdout()
246 GOOGLE_CHECK_NE(original_stderr_, -1) << "Not capturing."; in GetCapturedTestStderr()
/third_party/protobuf/src/google/protobuf/compiler/
Dsubprocess.cc363 GOOGLE_CHECK_NE(child_stdin_, -1) << "Must call Start() first."; in Communicate()
Dparser_unittest.cc2749 GOOGLE_CHECK_NE('\0', *text); in ExtractMarkers()
/third_party/protobuf/src/google/protobuf/
Dreflection_ops.cc72 GOOGLE_CHECK_NE(&from, to); in Merge()
Dextension_set.cc140 GOOGLE_CHECK_NE(type, WireFormatLite::TYPE_ENUM); in RegisterExtension()
141 GOOGLE_CHECK_NE(type, WireFormatLite::TYPE_MESSAGE); in RegisterExtension()
142 GOOGLE_CHECK_NE(type, WireFormatLite::TYPE_GROUP); in RegisterExtension()
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_message.cc435 GOOGLE_CHECK_NE(0, chunk_mask); in GenChunkMask()
799 GOOGLE_CHECK_NE(has_bit_index, kNoHasbit); in GenerateSingularFieldHasBits()
2083 GOOGLE_CHECK_NE(has_bit_index, kNoHasbit) << field->full_name(); in GenerateClassMethods()