Home
last modified time | relevance | path

Searched refs:has_ctype (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.pb.cc10362 if (has_ctype()) { in SerializeWithCachedSizes()
10414 if (has_ctype()) { in InternalSerializeWithCachedSizesToArray()
10470 if (has_ctype()) { in ByteSize()
10547 if (from.has_ctype()) { in MergeFrom()
10623 bool FieldOptions::has_ctype() const { in has_ctype() function in google::protobuf::FieldOptions
Ddescriptor.pb.h2442 bool has_ctype() const;
6665 inline bool FieldOptions::has_ctype() const { in has_ctype() function
Ddescriptor_unittest.cc2367 EXPECT_TRUE(bar->options().has_ctype()); in TEST_F()