Home
last modified time | relevance | path

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

/external/protobuf/php/src/Google/Protobuf/Internal/
DFieldOptions.php27 private $has_ctype = false; variable in Google\\Protobuf\\Internal\\FieldOptions
207 $this->has_ctype = true;
214 return $this->has_ctype;
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h4283 bool has_ctype() const;
10559 inline bool FieldOptions::has_ctype() const { in has_ctype() function
Ddescriptor_unittest.cc2648 EXPECT_TRUE(bar->options().has_ctype()); in TEST_F()
/external/rust/crates/protobuf/src/
Ddescriptor.rs6160 pub fn has_ctype(&self) -> bool { in has_ctype() method