Searched refs:GOOGLE_CHECK_NE (Results 1 – 7 of 7) sorted by relevance
/third_party/protobuf/src/google/protobuf/stubs/ |
D | logging.h | 129 #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/ |
D | googletest.cc | 231 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/ |
D | subprocess.cc | 363 GOOGLE_CHECK_NE(child_stdin_, -1) << "Must call Start() first."; in Communicate()
|
D | parser_unittest.cc | 2749 GOOGLE_CHECK_NE('\0', *text); in ExtractMarkers()
|
/third_party/protobuf/src/google/protobuf/ |
D | reflection_ops.cc | 72 GOOGLE_CHECK_NE(&from, to); in Merge()
|
D | extension_set.cc | 140 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/ |
D | cpp_message.cc | 435 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()
|