Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/pyext/
Drepeated_composite_container.cc67 GOOGLE_CHECK_NOTNULL((self)->message); \
68 GOOGLE_CHECK_NOTNULL((self)->parent_field); \
588 GOOGLE_CHECK_NOTNULL(field); in ReleaseLast()
589 GOOGLE_CHECK_NOTNULL(type); in ReleaseLast()
590 GOOGLE_CHECK_NOTNULL(message); in ReleaseLast()
602 GOOGLE_CHECK_NOTNULL(prototype); in ReleaseLast()
613 GOOGLE_CHECK_NOTNULL(field); in ReleaseLastTo()
614 GOOGLE_CHECK_NOTNULL(message); in ReleaseLastTo()
615 GOOGLE_CHECK_NOTNULL(cmessage); in ReleaseLastTo()
/external/protobuf/src/google/protobuf/stubs/
Dcommon.h695 #undef GOOGLE_CHECK_NOTNULL
733 #define GOOGLE_CHECK_NOTNULL(A) \ macro
/external/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc5349 GOOGLE_CHECK_NOTNULL(pool_.FindFileByName("/test/test.proto")); in TEST_F()
5381 GOOGLE_CHECK_NOTNULL(pool_.FindFileByName("/test/test.proto")); in TEST_F()
5403 GOOGLE_CHECK_NOTNULL(pool_.FindFileByName("/test/test.proto")); in TEST_F()
5411 GOOGLE_CHECK_NOTNULL(bad1_pool.BuildFile(proto)); in TEST_F()
5421 GOOGLE_CHECK_NOTNULL(pool_.FindFileByName("/test/test.proto")); in TEST_F()
5437 GOOGLE_CHECK_NOTNULL(bad2_pool.BuildFile(proto)); in TEST_F()
5468 GOOGLE_CHECK_NOTNULL(pool_.FindFileByName("/test/test.proto")); in TEST_F()
5478 GOOGLE_CHECK_NOTNULL(pool_.FindFileByName("/test/test.proto")); in TEST_F()
Ddescriptor.cc2125 GOOGLE_CHECK_NOTNULL(out_location); in GetSourceLocation()