Home
last modified time | relevance | path

Searched defs:has_json_name (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/php/src/Google/Protobuf/Internal/
DFieldDescriptorProto.php90 private $has_json_name = false; variable in Google\\Protobuf\\Internal\\FieldDescriptorProto
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h8165 inline bool FieldDescriptorProto::has_json_name() const { in has_json_name() function
/external/rust/crates/protobuf/src/
Ddescriptor.rs2401 pub fn has_json_name(&self) -> bool { in has_json_name() method