Namespaces | Macros | Functions
protobuf/src/google/protobuf/lite_unittest.cc File Reference
#include <iostream>
#include <string>
#include <google/protobuf/stubs/logging.h>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/arena_test_util.h>
#include <google/protobuf/map_lite_test_util.h>
#include <google/protobuf/map_lite_unittest.pb.h>
#include <google/protobuf/test_util_lite.h>
#include <google/protobuf/unittest_lite.pb.h>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/io/zero_copy_stream.h>
#include <google/protobuf/io/zero_copy_stream_impl.h>
#include <google/protobuf/io/zero_copy_stream_impl_lite.h>
#include <google/protobuf/wire_format_lite.h>
#include <gtest/gtest.h>
#include <google/protobuf/stubs/strutil.h>
Include dependency graph for protobuf/src/google/protobuf/lite_unittest.cc:

Go to the source code of this file.

Namespaces

 google
 
 google::protobuf
 

Macros

#define ASSIGN_REPEATED_FIELD(FIELD)
 
#define ASSIGN_REPEATED_GROUP(FIELD)
 

Functions

void google::protobuf::AssignParsingMergeMessages (unittest::TestAllTypesLite *msg1, unittest::TestAllTypesLite *msg2, unittest::TestAllTypesLite *msg3)
 
void google::protobuf::ExpectMessageMerged (const unittest::TestAllTypesLite &message)
 
void google::protobuf::SetAllTypesInEmptyMessageUnknownFields (unittest::TestEmptyMessageLite *empty_message)
 
void google::protobuf::SetSomeTypesInEmptyMessageUnknownFields (unittest::TestEmptyMessageLite *empty_message)
 
 google::protobuf::TEST (Lite, AliasedEnum)
 
 google::protobuf::TEST (Lite, AllLite1)
 
 google::protobuf::TEST (Lite, AllLite10)
 
 google::protobuf::TEST (Lite, AllLite11)
 
 google::protobuf::TEST (Lite, AllLite12)
 
 google::protobuf::TEST (Lite, AllLite13)
 
 google::protobuf::TEST (Lite, AllLite14)
 
 google::protobuf::TEST (Lite, AllLite15)
 
 google::protobuf::TEST (Lite, AllLite16)
 
 google::protobuf::TEST (Lite, AllLite17)
 
 google::protobuf::TEST (Lite, AllLite18)
 
 google::protobuf::TEST (Lite, AllLite19)
 
 google::protobuf::TEST (Lite, AllLite2)
 
 google::protobuf::TEST (Lite, AllLite20)
 
 google::protobuf::TEST (Lite, AllLite21)
 
 google::protobuf::TEST (Lite, AllLite22)
 
 google::protobuf::TEST (Lite, AllLite23)
 
 google::protobuf::TEST (Lite, AllLite24)
 
 google::protobuf::TEST (Lite, AllLite25)
 
 google::protobuf::TEST (Lite, AllLite26)
 
 google::protobuf::TEST (Lite, AllLite27)
 
 google::protobuf::TEST (Lite, AllLite28)
 
 google::protobuf::TEST (Lite, AllLite29)
 
 google::protobuf::TEST (Lite, AllLite3)
 
 google::protobuf::TEST (Lite, AllLite32)
 
 google::protobuf::TEST (Lite, AllLite33)
 
 google::protobuf::TEST (Lite, AllLite34)
 
 google::protobuf::TEST (Lite, AllLite35)
 
 google::protobuf::TEST (Lite, AllLite36)
 
 google::protobuf::TEST (Lite, AllLite37)
 
 google::protobuf::TEST (Lite, AllLite38)
 
 google::protobuf::TEST (Lite, AllLite39)
 
 google::protobuf::TEST (Lite, AllLite40)
 
 google::protobuf::TEST (Lite, AllLite41)
 
 google::protobuf::TEST (Lite, AllLite42)
 
 google::protobuf::TEST (Lite, AllLite43)
 
 google::protobuf::TEST (Lite, AllLite44)
 
 google::protobuf::TEST (Lite, AllLite45)
 
 google::protobuf::TEST (Lite, AllLite46)
 
 google::protobuf::TEST (Lite, AllLite47)
 
 google::protobuf::TEST (Lite, AllLite5)
 
 google::protobuf::TEST (Lite, AllLite6)
 
 google::protobuf::TEST (Lite, AllLite7)
 
 google::protobuf::TEST (Lite, AllLite8)
 
 google::protobuf::TEST (Lite, AllLite9)
 
 google::protobuf::TEST (Lite, CodedInputStreamRollback)
 
 google::protobuf::TEST (Lite, CorrectEnding)
 
 google::protobuf::TEST (Lite, DebugString)
 
 google::protobuf::TEST (Lite, EnumNameToValue)
 
 google::protobuf::TEST (Lite, EnumValueToName)
 
 google::protobuf::TEST (Lite, MapCrash)
 
 google::protobuf::TEST (Lite, NestedEnumNameToValue)
 
 google::protobuf::TEST (Lite, NestedEnumValueToName)
 

Macro Definition Documentation

◆ ASSIGN_REPEATED_FIELD

#define ASSIGN_REPEATED_FIELD (   FIELD)
Value:
msg1 = generator.add_##FIELD(); \
msg2 = generator.add_##FIELD(); \
msg3 = generator.add_##FIELD(); \
AssignParsingMergeMessages(msg1, msg2, msg3)

◆ ASSIGN_REPEATED_GROUP

#define ASSIGN_REPEATED_GROUP (   FIELD)
Value:
msg1 = generator.add_##FIELD()->mutable_field1(); \
msg2 = generator.add_##FIELD()->mutable_field1(); \
msg3 = generator.add_##FIELD()->mutable_field1(); \
AssignParsingMergeMessages(msg1, msg2, msg3)


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:21