Home
last modified time | relevance | path

Searched refs:FieldOptions_JSType (Results 1 – 8 of 8) sorted by relevance

/external/protobuf/php/src/Google/Protobuf/Internal/
DFieldOptions_JSType.php12 class FieldOptions_JSType {} class
DFieldOptions.php295 GPBUtil::checkEnum($var, \Google\Protobuf\Internal\FieldOptions_JSType::class);
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go255 type FieldOptions_JSType int32 type
259 FieldOptions_JS_NORMAL FieldOptions_JSType = 0
261 FieldOptions_JS_STRING FieldOptions_JSType = 1
263 FieldOptions_JS_NUMBER FieldOptions_JSType = 2
278 func (x FieldOptions_JSType) Enum() *FieldOptions_JSType {
279 p := new(FieldOptions_JSType)
284 func (x FieldOptions_JSType) String() string {
288 func (x *FieldOptions_JSType) UnmarshalJSON(data []byte) error {
293 *x = FieldOptions_JSType(value)
297 func (FieldOptions_JSType) EnumDescriptor() ([]byte, []int) {
[all …]
/external/protobuf/php/src/Google/Protobuf/Internal/FieldOptions/
DJSType.php61 class_alias(JSType::class, \Google\Protobuf\Internal\FieldOptions_JSType::class);
/external/rust/crates/protobuf/src/
Ddescriptor.rs6127 jstype: ::std::option::Option<FieldOptions_JSType>,
6191 pub fn get_jstype(&self) -> FieldOptions_JSType { in get_jstype() argument
6192 self.jstype.unwrap_or(FieldOptions_JSType::JS_NORMAL) in get_jstype()
6203 pub fn set_jstype(&mut self, v: FieldOptions_JSType) { in set_jstype() argument
6452 …:reflect::accessor::make_option_accessor::<_, crate::types::ProtobufTypeEnum<FieldOptions_JSType>>( in descriptor_static()
6572 pub enum FieldOptions_JSType { enum
6578 impl crate::ProtobufEnum for FieldOptions_JSType { implementation
6583 fn from_i32(value: i32) -> ::std::option::Option<FieldOptions_JSType> { in from_i32() argument
6585 0 => ::std::option::Option::Some(FieldOptions_JSType::JS_NORMAL), in from_i32()
6586 1 => ::std::option::Option::Some(FieldOptions_JSType::JS_STRING), in from_i32()
[all …]
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h283 enum FieldOptions_JSType : int { enum
289 constexpr FieldOptions_JSType FieldOptions_JSType_JSType_MIN = FieldOptions_JSType_JS_NORMAL;
290 constexpr FieldOptions_JSType FieldOptions_JSType_JSType_MAX = FieldOptions_JSType_JS_NUMBER;
296 static_assert(::std::is_same<T, FieldOptions_JSType>::value || in FieldOptions_JSType_Name()
303 const std::string& name, FieldOptions_JSType* value) { in FieldOptions_JSType_Parse()
304 return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum<FieldOptions_JSType>( in FieldOptions_JSType_Parse()
4228 typedef FieldOptions_JSType JSType;
4315 PROTOBUF_NAMESPACE_ID::FieldOptions_JSType jstype() const;
4316 void set_jstype(PROTOBUF_NAMESPACE_ID::FieldOptions_JSType value);
10603 inline PROTOBUF_NAMESPACE_ID::FieldOptions_JSType FieldOptions::jstype() const { in jstype()
[all …]
Ddescriptor.pb.cc1349 constexpr FieldOptions_JSType FieldOptions::JS_NORMAL;
1350 constexpr FieldOptions_JSType FieldOptions::JS_STRING;
1351 constexpr FieldOptions_JSType FieldOptions::JS_NUMBER;
1352 constexpr FieldOptions_JSType FieldOptions::JSType_MIN;
1353 constexpr FieldOptions_JSType FieldOptions::JSType_MAX;
10360 set_jstype(static_cast<PROTOBUF_NAMESPACE_ID::FieldOptions_JSType>(val)); in _InternalParse()
10489 set_jstype(static_cast< PROTOBUF_NAMESPACE_ID::FieldOptions_JSType >(value)); in MergePartialFromCodedStream()
/external/protobuf/
DMakefile.am826 php/src/Google/Protobuf/Internal/FieldOptions_JSType.php \