Home
last modified time | relevance | path

Searched defs:has_default_value (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_field_base.cc266 bool FieldGeneratorBase::has_default_value() { in has_default_value() function in google::protobuf::compiler::csharp::FieldGeneratorBase
/third_party/protobuf/python/google/protobuf/
Ddescriptor.py540 has_default_value=True, containing_oneof=None, json_name=None, argument
552 has_default_value=True, containing_oneof=None, json_name=None, argument
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc837 const bool has_default_value = field->has_default_value(); in DefaultValue() local
/third_party/protobuf/src/google/protobuf/
Ddescriptor.pb.h8427 inline bool FieldDescriptorProto::has_default_value() const { in has_default_value() function