Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs3676 jstype_ = other.jstype_; in FieldOptions()
3725 private global::Google.Protobuf.Reflection.FieldOptions.Types.JSType jstype_ = 0; field in Google.Protobuf.Reflection.FieldOptions
3739 get { return jstype_; }
3741 jstype_ = value;
3975jstype_ = (global::Google.Protobuf.Reflection.FieldOptions.Types.JSType) input.ReadEnum(); in MergeFrom()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.pb.cc379 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FieldOptions, jstype_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
10129 jstype_ = 0; in SharedCtor()
10191 ZR_(ctype_, jstype_); in Clear()
10600 std::swap(jstype_, other->jstype_); in InternalSwap()
10682 jstype_ = 0; in clear_jstype()
10687 return static_cast< ::google::protobuf::FieldOptions_JSType >(jstype_); in jstype()
10692 jstype_ = value; in set_jstype()
Ddescriptor.pb.h2517 int jstype_; variable
6724 jstype_ = 0; in clear_jstype()
6729 return static_cast< ::google::protobuf::FieldOptions_JSType >(jstype_); in jstype()
6734 jstype_ = value; in set_jstype()