Home
last modified time | relevance | path

Searched refs:GOOGLE_CHECK_NOTNULL (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/src/google/protobuf/stubs/
Dlogging.h134 #undef GOOGLE_CHECK_NOTNULL
173 #define GOOGLE_CHECK_NOTNULL(A) \ macro
/third_party/protobuf/src/google/protobuf/util/
Dfield_mask_util.cc701 return tree.TrimMessage(GOOGLE_CHECK_NOTNULL(message)); in TrimMessage()
713 tree.AddRequiredFieldPath(GOOGLE_CHECK_NOTNULL(message->GetDescriptor())); in TrimMessage()
715 return tree.TrimMessage(GOOGLE_CHECK_NOTNULL(message)); in TrimMessage()
/third_party/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc3647 return GOOGLE_CHECK_NOTNULL(pool_.BuildFile(file_proto)); in BuildFile()
7278 GOOGLE_CHECK_NOTNULL(pool_.FindFileByName("/test/test.proto")); in TEST_F()
7310 GOOGLE_CHECK_NOTNULL(pool_.FindFileByName("/test/test.proto")); in TEST_F()
7337 GOOGLE_CHECK_NOTNULL(pool_.FindFileByName("/test/test.proto")); in TEST_F()
7700 GOOGLE_CHECK_NOTNULL(pool_.FindFileByName("/test/test.proto")); in TEST_F()
7708 GOOGLE_CHECK_NOTNULL(bad1_pool.BuildFile(proto)); in TEST_F()
7718 GOOGLE_CHECK_NOTNULL(pool_.FindFileByName("/test/test.proto")); in TEST_F()
7734 GOOGLE_CHECK_NOTNULL(bad2_pool.BuildFile(proto)); in TEST_F()
7765 GOOGLE_CHECK_NOTNULL(pool_.FindFileByName("/test/test.proto")); in TEST_F()
7775 GOOGLE_CHECK_NOTNULL(pool_.FindFileByName("/test/test.proto")); in TEST_F()