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.cc10192 if (has_ctype()) { in SerializeWithCachedSizes()
10244 if (has_ctype()) { in SerializeWithCachedSizesToArray()
10300 if (has_ctype()) { in ByteSize()
10373 if (from.has_ctype()) { in MergeFrom()
10449 bool FieldOptions::has_ctype() const { in has_ctype() function in google::protobuf::FieldOptions
Ddescriptor.pb.h2373 bool has_ctype() const;
6413 inline bool FieldOptions::has_ctype() const { in has_ctype() function
Ddescriptor_unittest.cc2368 EXPECT_TRUE(bar->options().has_ctype()); in TEST_F()