Home
last modified time | relevance | path

Searched refs:GOOGLE_CHECK_NOTNULL (Results 1 – 6 of 6) 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_descriptor); \
441 GOOGLE_CHECK_NOTNULL(parent); in ReleaseLastTo()
442 GOOGLE_CHECK_NOTNULL(field); in ReleaseLastTo()
443 GOOGLE_CHECK_NOTNULL(target); in ReleaseLastTo()
/external/protobuf/src/google/protobuf/stubs/
Dlogging.h132 #undef GOOGLE_CHECK_NOTNULL
171 #define GOOGLE_CHECK_NOTNULL(A) \ macro
/external/protobuf/src/google/protobuf/
Dno_field_presence_test.cc396 GOOGLE_CHECK_NOTNULL(desc_oneof_uint32); in TEST()
397 GOOGLE_CHECK_NOTNULL(desc_oneof_nested_message); in TEST()
398 GOOGLE_CHECK_NOTNULL(desc_oneof_string); in TEST()
505 GOOGLE_CHECK_NOTNULL(field); in TEST()
Ddescriptor_unittest.cc3276 return GOOGLE_CHECK_NOTNULL(pool_.BuildFile(file_proto)); in BuildFile()
6461 GOOGLE_CHECK_NOTNULL(pool_.FindFileByName("/test/test.proto")); in TEST_F()
6493 GOOGLE_CHECK_NOTNULL(pool_.FindFileByName("/test/test.proto")); in TEST_F()
6515 GOOGLE_CHECK_NOTNULL(pool_.FindFileByName("/test/test.proto")); in TEST_F()
6523 GOOGLE_CHECK_NOTNULL(bad1_pool.BuildFile(proto)); in TEST_F()
6533 GOOGLE_CHECK_NOTNULL(pool_.FindFileByName("/test/test.proto")); in TEST_F()
6549 GOOGLE_CHECK_NOTNULL(bad2_pool.BuildFile(proto)); in TEST_F()
6580 GOOGLE_CHECK_NOTNULL(pool_.FindFileByName("/test/test.proto")); in TEST_F()
6590 GOOGLE_CHECK_NOTNULL(pool_.FindFileByName("/test/test.proto")); in TEST_F()
Ddescriptor.cc2595 GOOGLE_CHECK_NOTNULL(out_location); in GetSourceLocation()
/external/protobuf/src/google/protobuf/io/
Dzero_copy_stream_impl_lite.cc211 callback_(GOOGLE_CHECK_NOTNULL(callback)), in LazyStringOutputStream()