#include <google/protobuf/repeated_field.h>
#include <algorithm>
#include <cstdlib>
#include <iterator>
#include <limits>
#include <list>
#include <sstream>
#include <type_traits>
#include <vector>
#include <google/protobuf/stubs/logging.h>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/unittest.pb.h>
#include <google/protobuf/stubs/strutil.h>
#include <gmock/gmock.h>
#include <google/protobuf/testing/googletest.h>
#include <gtest/gtest.h>
#include <google/protobuf/stubs/stl_util.h>
#include <google/protobuf/port_def.inc>
#include <google/protobuf/port_undef.inc>
Go to the source code of this file.
◆ const_proto_array_
const RepeatedPtrField<std::string>* const_proto_array_ |
|
protected |
◆ fibonacci
◆ halves
◆ nested_ptrs
std::vector<Nested*> nested_ptrs |
|
protected |
◆ nesteds
◆ proto_array_
RepeatedPtrField<std::string> proto_array_ |
|
protected |
◆ protobuffer
◆ words
std::vector<std::string> words |
|
protected |