Home
last modified time | relevance | path

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

/external/protobuf/php/src/Google/Protobuf/Internal/
DFieldOptions_CType.php12 class FieldOptions_CType {} class
DFieldOptions.php205 GPBUtil::checkEnum($var, \Google\Protobuf\Internal\FieldOptions_CType::class);
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go211 type FieldOptions_CType int32 type
215 FieldOptions_STRING FieldOptions_CType = 0
216 FieldOptions_CORD FieldOptions_CType = 1
217 FieldOptions_STRING_PIECE FieldOptions_CType = 2
232 func (x FieldOptions_CType) Enum() *FieldOptions_CType {
233 p := new(FieldOptions_CType)
238 func (x FieldOptions_CType) String() string {
242 func (x *FieldOptions_CType) UnmarshalJSON(data []byte) error {
247 *x = FieldOptions_CType(value)
251 func (FieldOptions_CType) EnumDescriptor() ([]byte, []int) {
[all …]
/external/protobuf/php/src/Google/Protobuf/Internal/FieldOptions/
DCType.php57 class_alias(CType::class, \Google\Protobuf\Internal\FieldOptions_CType::class);
/external/rust/crates/protobuf/src/
Ddescriptor.rs6125 ctype: ::std::option::Option<FieldOptions_CType>,
6153 pub fn get_ctype(&self) -> FieldOptions_CType { in get_ctype() argument
6154 self.ctype.unwrap_or(FieldOptions_CType::STRING) in get_ctype()
6165 pub fn set_ctype(&mut self, v: FieldOptions_CType) { in set_ctype() argument
6442 …::reflect::accessor::make_option_accessor::<_, crate::types::ProtobufTypeEnum<FieldOptions_CType>>( in descriptor_static()
6518 pub enum FieldOptions_CType { enum
6524 impl crate::ProtobufEnum for FieldOptions_CType { implementation
6529 fn from_i32(value: i32) -> ::std::option::Option<FieldOptions_CType> { in from_i32() argument
6531 0 => ::std::option::Option::Some(FieldOptions_CType::STRING), in from_i32()
6532 1 => ::std::option::Option::Some(FieldOptions_CType::CORD), in from_i32()
[all …]
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h259 enum FieldOptions_CType : int { enum
265 constexpr FieldOptions_CType FieldOptions_CType_CType_MIN = FieldOptions_CType_STRING;
266 constexpr FieldOptions_CType FieldOptions_CType_CType_MAX = FieldOptions_CType_STRING_PIECE;
272 static_assert(::std::is_same<T, FieldOptions_CType>::value || in FieldOptions_CType_Name()
279 const std::string& name, FieldOptions_CType* value) { in FieldOptions_CType_Parse()
280 return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum<FieldOptions_CType>( in FieldOptions_CType_Parse()
4196 typedef FieldOptions_CType CType;
4285 PROTOBUF_NAMESPACE_ID::FieldOptions_CType ctype() const;
4286 void set_ctype(PROTOBUF_NAMESPACE_ID::FieldOptions_CType value);
10566 inline PROTOBUF_NAMESPACE_ID::FieldOptions_CType FieldOptions::ctype() const { in ctype()
[all …]
Ddescriptor.pb.cc1326 constexpr FieldOptions_CType FieldOptions::STRING;
1327 constexpr FieldOptions_CType FieldOptions::CORD;
1328 constexpr FieldOptions_CType FieldOptions::STRING_PIECE;
1329 constexpr FieldOptions_CType FieldOptions::CType_MIN;
1330 constexpr FieldOptions_CType FieldOptions::CType_MAX;
10324 set_ctype(static_cast<PROTOBUF_NAMESPACE_ID::FieldOptions_CType>(val)); in _InternalParse()
10431 set_ctype(static_cast< PROTOBUF_NAMESPACE_ID::FieldOptions_CType >(value)); in MergePartialFromCodedStream()
/external/protobuf/
DMakefile.am825 php/src/Google/Protobuf/Internal/FieldOptions_CType.php \