Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.pb.cc6260 if (has_ctype()) { in SerializeWithCachedSizes()
6316 if (has_ctype()) { in SerializeWithCachedSizesToArray()
6376 if (has_ctype()) { in ByteSize()
6446 if (from.has_ctype()) { in MergeFrom()
Ddescriptor.pb.h1931 inline bool has_ctype() const;
5554 inline bool FieldOptions::has_ctype() const { in has_ctype() function
Ddescriptor_unittest.cc2043 EXPECT_TRUE(bar->options().has_ctype()); in TEST_F()