HomeSort by relevance Sort by last modified time
    Searched defs:FieldOptions_CType (Results 1 - 3 of 3) sorted by null

  /external/golang-protobuf/protoc-gen-go/descriptor/
descriptor.pb.go 211 type FieldOptions_CType int32
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 {
243 value, err := proto.UnmarshalJSONEnum(FieldOptions_CType_value, data, "FieldOptions_CType")
    [all...]
  /external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/
descriptor.pb.go 197 type FieldOptions_CType int32
201 FieldOptions_STRING FieldOptions_CType = 0
202 FieldOptions_CORD FieldOptions_CType = 1
203 FieldOptions_STRING_PIECE FieldOptions_CType = 2
217 func (x FieldOptions_CType) Enum() *FieldOptions_CType {
218 p := new(FieldOptions_CType)
222 func (x FieldOptions_CType) String() string {
225 func (x *FieldOptions_CType) UnmarshalJSON(data []byte) error {
226 value, err := proto.UnmarshalJSONEnum(FieldOptions_CType_value, data, "FieldOptions_CType")
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.pb.h 141 enum FieldOptions_CType {
147 const FieldOptions_CType FieldOptions_CType_CType_MIN = FieldOptions_CType_STRING;
148 const FieldOptions_CType FieldOptions_CType_CType_MAX = FieldOptions_CType_STRING_PIECE;
152 inline const ::std::string& FieldOptions_CType_Name(FieldOptions_CType value) {
157 const ::std::string& name, FieldOptions_CType* value) {
158 return ::google::protobuf::internal::ParseNamedEnum<FieldOptions_CType>(
    [all...]

Completed in 55 milliseconds