Sha256: dadcf8abc0cb0a8ca456bd280787a166f14881cf49cf9ee0b2d5fe17e62a329c

Contents?: true

Size: 1.22 KB

Versions: 13

Compression:

Stored size: 1.22 KB

Contents

// Protocol Buffers - Google's data interchange format
// Copyright 2023 Google LLC.  All rights reserved.
//
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file or at
// https://developers.google.com/open-source/licenses/bsd

// IWYU pragma: private, include "upb/reflection/def.h"

#ifndef UPB_REFLECTION_ENUM_VALUE_DEF_H_
#define UPB_REFLECTION_ENUM_VALUE_DEF_H_

#include "upb/reflection/common.h"

// Must be last.
#include "upb/port/def.inc"

#ifdef __cplusplus
extern "C" {
#endif

const upb_EnumDef* upb_EnumValueDef_Enum(const upb_EnumValueDef* v);
const char* upb_EnumValueDef_FullName(const upb_EnumValueDef* v);
bool upb_EnumValueDef_HasOptions(const upb_EnumValueDef* v);
uint32_t upb_EnumValueDef_Index(const upb_EnumValueDef* v);
UPB_API const char* upb_EnumValueDef_Name(const upb_EnumValueDef* v);
UPB_API int32_t upb_EnumValueDef_Number(const upb_EnumValueDef* v);
const UPB_DESC(EnumValueOptions) *
    upb_EnumValueDef_Options(const upb_EnumValueDef* v);
const UPB_DESC(FeatureSet) *
    upb_EnumValueDef_ResolvedFeatures(const upb_EnumValueDef* e);

#ifdef __cplusplus
} /* extern "C" */
#endif

#include "upb/port/undef.inc"

#endif /* UPB_REFLECTION_ENUM_VALUE_DEF_H_ */

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
grpc-1.67.0 third_party/upb/upb/reflection/enum_value_def.h
grpc-1.67.0.pre1 third_party/upb/upb/reflection/enum_value_def.h
grpc-1.66.0 third_party/upb/upb/reflection/enum_value_def.h
grpc-1.66.0.pre5 third_party/upb/upb/reflection/enum_value_def.h
grpc-1.66.0.pre3 third_party/upb/upb/reflection/enum_value_def.h
grpc-1.63.2 third_party/upb/upb/reflection/enum_value_def.h
grpc-1.64.3 third_party/upb/upb/reflection/enum_value_def.h
grpc-1.65.2 third_party/upb/upb/reflection/enum_value_def.h
grpc-1.65.1 third_party/upb/upb/reflection/enum_value_def.h
grpc-1.65.0 third_party/upb/upb/reflection/enum_value_def.h
grpc-1.65.0.pre2 third_party/upb/upb/reflection/enum_value_def.h
grpc-1.65.0.pre1 third_party/upb/upb/reflection/enum_value_def.h
grpc-1.63.0 third_party/upb/upb/reflection/enum_value_def.h