Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.cc824 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::FieldOptions, jstype_),
7592 static_cast<size_t>(reinterpret_cast<char*>(&jstype_) - in FieldOptions()
7593 reinterpret_cast<char*>(&ctype_)) + sizeof(jstype_)); in FieldOptions()
7600 reinterpret_cast<char*>(&jstype_) - in SharedCtor()
7601 reinterpret_cast<char*>(&ctype_)) + sizeof(jstype_)); in SharedCtor()
7640 reinterpret_cast<char*>(&jstype_) - in Clear()
7641 reinterpret_cast<char*>(&ctype_)) + sizeof(jstype_)); in Clear()
7921 jstype_ = from.jstype_; in MergeFrom()
7957 PROTOBUF_FIELD_OFFSET(FieldOptions, jstype_) in InternalSwap()
[all...]
H A Ddescriptor.pb.h4465 int jstype_; member in PROTOBUF_FINAL
11286 jstype_ = 0; in clear_jstype()
11290 return static_cast< PROTOBUF_NAMESPACE_ID::FieldOptions_JSType >(jstype_); in _internal_jstype()
11299 jstype_ = value; in _internal_set_jstype()
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs6500 jstype_ = other.jstype_; in FieldOptions()
6579 private global::Google.Protobuf.Reflection.FieldOptions.Types.JSType jstype_; field in Google.Protobuf.Reflection.FieldOptions
6595 get { if ((_hasBits0 & 16) != 0) { return jstype_; } else { return JstypeDefaultValue; } }
6598 jstype_ = value;

Completed in 53 milliseconds