webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Namespaces
repeated_field_unittest.cc File Reference
#include <algorithm>
#include <limits>
#include <list>
#include <vector>
#include <google/protobuf/repeated_field.h>
#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 <google/protobuf/testing/googletest.h>
#include <gtest/gtest.h>
#include <google/protobuf/stubs/stl_util.h>

Namespaces

 google
 
 google::protobuf
 

Variable Documentation

◆ const_proto_array_

const RepeatedPtrField<string>* const_proto_array_
protected

◆ fibonacci

std::list<int> fibonacci
protected

◆ halves

std::list<double> halves
protected

◆ nested_ptrs

std::vector<Nested*> nested_ptrs
protected

◆ nesteds

Nested nesteds[2]
protected

◆ proto_array_

RepeatedPtrField<string> proto_array_
protected

◆ protobuffer

TestAllTypes protobuffer
protected

◆ words

std::vector<string> words
protected