Home
last modified time | relevance | path

Searched refs:ctype_ (Results 1 - 3 of 3) sorted by relevance

/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.cc822 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::FieldOptions, ctype_),
7591 ::memcpy(&ctype_, &from.ctype_, in FieldOptions()
7593 reinterpret_cast<char*>(&ctype_)) + sizeof(jstype_)); in FieldOptions()
7599 ::memset(&ctype_, 0, static_cast<size_t>( in SharedCtor()
7601 reinterpret_cast<char*>(&ctype_)) + sizeof(jstype_)); in SharedCtor()
7639 ::memset(&ctype_, 0, static_cast<size_t>( in Clear()
7641 reinterpret_cast<char*>(&ctype_)) + sizeof(jstype_)); in Clear()
7906 ctype_ = from.ctype_; in MergeFrom()
[all...]
H A Ddescriptor.pb.h4460 int ctype_; member in PROTOBUF_FINAL
11229 ctype_ = 0; in clear_ctype()
11233 return static_cast< PROTOBUF_NAMESPACE_ID::FieldOptions_CType >(ctype_); in _internal_ctype()
11242 ctype_ = value; in _internal_set_ctype()
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs6498 ctype_ = other.ctype_; in FieldOptions()
6518 private global::Google.Protobuf.Reflection.FieldOptions.Types.CType ctype_; field in Google.Protobuf.Reflection.FieldOptions
6527 get { if ((_hasBits0 & 1) != 0) { return ctype_; } else { return CtypeDefaultValue; } }
6530 ctype_ = value;

Completed in 51 milliseconds