Sha256: 491c2d95df577da5c166880ebc8b394c8f37769805e2eda344de40b89670dd7c

Contents?: true

Size: 1.12 KB

Versions: 9

Compression:

Stored size: 1.12 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);

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

#include "upb/port/undef.inc"

#endif /* UPB_REFLECTION_ENUM_VALUE_DEF_H_ */

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
grpc-1.60.2 third_party/upb/upb/reflection/enum_value_def.h
grpc-1.61.3 third_party/upb/upb/reflection/enum_value_def.h
grpc-1.62.3 third_party/upb/upb/reflection/enum_value_def.h
grpc-1.62.0 third_party/upb/upb/reflection/enum_value_def.h
grpc-1.62.0.pre1 third_party/upb/upb/reflection/enum_value_def.h
grpc-1.61.0 third_party/upb/upb/reflection/enum_value_def.h
grpc-1.61.0.pre2 third_party/upb/upb/reflection/enum_value_def.h
grpc-1.60.0 third_party/upb/upb/reflection/enum_value_def.h
grpc-1.60.0.pre1 third_party/upb/upb/reflection/enum_value_def.h