Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs3391 ctype_ = other.ctype_; in FieldOptions()
3406 private global::Google.Protobuf.Reflection.FieldOptions.Types.CType ctype_ = 0; field in Google.Protobuf.Reflection.FieldOptions
3414 get { return ctype_; }
3416 ctype_ = value;
3660 ctype_ = (global::Google.Protobuf.Reflection.FieldOptions.Types.CType) input.ReadEnum(); in MergeFrom()
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.cc372 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FieldOptions, ctype_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
9957 ctype_ = 0; in SharedCtor()
10021 ZR_(ctype_, jstype_); in Clear()
10424 std::swap(ctype_, other->ctype_); in InternalSwap()
10459 ctype_ = 0; in clear_ctype()
10464 return static_cast< ::google::protobuf::FieldOptions_CType >(ctype_); in ctype()
10469 ctype_ = value; in set_ctype()
Ddescriptor.pb.h2447 int ctype_; variable
6423 ctype_ = 0; in clear_ctype()
6428 return static_cast< ::google::protobuf::FieldOptions_CType >(ctype_); in ctype()
6433 ctype_ = value; in set_ctype()