Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs3393 jstype_ = other.jstype_; in FieldOptions()
3439 private global::Google.Protobuf.Reflection.FieldOptions.Types.JSType jstype_ = 0; field in Google.Protobuf.Reflection.FieldOptions
3452 get { return jstype_; }
3454 jstype_ = value;
3676jstype_ = (global::Google.Protobuf.Reflection.FieldOptions.Types.JSType) input.ReadEnum(); in MergeFrom()
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.cc374 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FieldOptions, jstype_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
9959 jstype_ = 0; in SharedCtor()
10021 ZR_(ctype_, jstype_); in Clear()
10426 std::swap(jstype_, other->jstype_); in InternalSwap()
10508 jstype_ = 0; in clear_jstype()
10513 return static_cast< ::google::protobuf::FieldOptions_JSType >(jstype_); in jstype()
10518 jstype_ = value; in set_jstype()
Ddescriptor.pb.h2448 int jstype_; variable
6472 jstype_ = 0; in clear_jstype()
6477 return static_cast< ::google::protobuf::FieldOptions_JSType >(jstype_); in jstype()
6482 jstype_ = value; in set_jstype()