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

  /external/protobuf/src/google/protobuf/testing/
googletest.cc 184 GOOGLE_CHECK_NE(original_stdout_, -1) << "Not capturing.";
199 GOOGLE_CHECK_NE(original_stderr_, -1) << "Not capturing.";
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.cc 436 GOOGLE_CHECK_NE(&from, this);
448 GOOGLE_CHECK_NE(&from, this);
796 GOOGLE_CHECK_NE(&from, this);
808 GOOGLE_CHECK_NE(&from, this);
    [all...]
subprocess.cc 350 GOOGLE_CHECK_NE(child_stdin_, -1) << "Must call Start() first.";
parser_unittest.cc     [all...]
  /external/protobuf/src/google/protobuf/stubs/
common.h 690 #undef GOOGLE_CHECK_NE
717 #define GOOGLE_CHECK_NE(A, B) GOOGLE_CHECK((A) != (B))
754 #define GOOGLE_DCHECK_NE GOOGLE_CHECK_NE
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.pb.cc     [all...]
reflection_ops.cc 55 GOOGLE_CHECK_NE(&from, to);
extension_set.cc 130 GOOGLE_CHECK_NE(type, WireFormatLite::TYPE_ENUM);
131 GOOGLE_CHECK_NE(type, WireFormatLite::TYPE_MESSAGE);
132 GOOGLE_CHECK_NE(type, WireFormatLite::TYPE_GROUP);
    [all...]
repeated_field.h 730 GOOGLE_CHECK_NE(&other, this);
928 GOOGLE_CHECK_NE(&other, this);
    [all...]

Completed in 700 milliseconds