Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.pb.cc825 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::FieldOptions, jstype_),
10254 static_cast<size_t>(reinterpret_cast<char*>(&jstype_) - in FieldOptions()
10255 reinterpret_cast<char*>(&ctype_)) + sizeof(jstype_)); in FieldOptions()
10262 reinterpret_cast<char*>(&jstype_) - in SharedCtor()
10263 reinterpret_cast<char*>(&ctype_)) + sizeof(jstype_)); in SharedCtor()
10301 reinterpret_cast<char*>(&jstype_) - in Clear()
10302 reinterpret_cast<char*>(&ctype_)) + sizeof(jstype_)); in Clear()
10776 jstype_ = from.jstype_; in MergeFrom()
10816 swap(jstype_, other->jstype_); in InternalSwap()
Ddescriptor.pb.h4337 int jstype_; variable
10600 jstype_ = 0; in clear_jstype()
10605 return static_cast< PROTOBUF_NAMESPACE_ID::FieldOptions_JSType >(jstype_); in jstype()
10610 jstype_ = value; in set_jstype()
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs5328 jstype_ = other.jstype_; in FieldOptions()
5407 private global::Google.Protobuf.Reflection.FieldOptions.Types.JSType jstype_; field in Google.Protobuf.Reflection.FieldOptions
5423 get { if ((_hasBits0 & 16) != 0) { return jstype_; } else { return JstypeDefaultValue; } }
5426 jstype_ = value;