HomeSort by relevance Sort by last modified time
    Searched refs:GOOGLE_CHECK_NE (Results 1 - 10 of 10) 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 409 GOOGLE_CHECK_NE(&from, this);
421 GOOGLE_CHECK_NE(&from, this);
749 GOOGLE_CHECK_NE(&from, this);
761 GOOGLE_CHECK_NE(&from, this);
    [all...]
subprocess.cc 345 GOOGLE_CHECK_NE(child_stdin_, -1) << "Must call Start() first.";
  /external/protobuf/src/google/protobuf/
descriptor.pb.cc     [all...]
reflection_ops.cc 51 GOOGLE_CHECK_NE(&from, to);
extension_set.cc 115 GOOGLE_CHECK_NE(type, WireFormatLite::TYPE_ENUM);
116 GOOGLE_CHECK_NE(type, WireFormatLite::TYPE_MESSAGE);
117 GOOGLE_CHECK_NE(type, WireFormatLite::TYPE_GROUP);
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
common.h 658 #undef GOOGLE_CHECK_NE
683 #define GOOGLE_CHECK_NE(A, B) GOOGLE_CHECK((A) != (B))
707 #define GOOGLE_DCHECK_NE GOOGLE_CHECK_NE
    [all...]
  /hardware/ril/mock-ril/src/cpp/
msgheader.pb.cpp 356 GOOGLE_CHECK_NE(&from, this);
368 GOOGLE_CHECK_NE(&from, this);
  /external/webrtc/src/modules/audio_processing/main/test/unit_test/
audio_processing_unittest.pb.cc 266 GOOGLE_CHECK_NE(&from, this);
541 GOOGLE_CHECK_NE(&from, this);
900 GOOGLE_CHECK_NE(&from, this);
    [all...]
  /frameworks/base/opengl/libs/GLES2_dbg/src/
debugger_message.pb.cpp     [all...]

Completed in 142 milliseconds