Classes | Namespaces | Macros
bloaty/third_party/protobuf/src/google/protobuf/stubs/macros.h File Reference
#include <google/protobuf/stubs/port.h>
Include dependency graph for bloaty/third_party/protobuf/src/google/protobuf/stubs/macros.h:

Go to the source code of this file.

Classes

struct  google::protobuf.internal::CompileAssert< bool >
 

Namespaces

 google
 
 google::protobuf
 
 google.protobuf.internal
 

Macros

#define GOOGLE_ARRAYSIZE(a)
 
#define GOOGLE_COMPILE_ASSERT(expr, msg)   static_assert(expr, #msg)
 
#define GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(TypeName)
 
#define GOOGLE_DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName)
 

Macro Definition Documentation

◆ GOOGLE_ARRAYSIZE

#define GOOGLE_ARRAYSIZE (   a)
Value:
((sizeof(a) / sizeof(*(a))) / \
static_cast<size_t>(!(sizeof(a) % sizeof(*(a)))))

Definition at line 88 of file bloaty/third_party/protobuf/src/google/protobuf/stubs/macros.h.

◆ GOOGLE_COMPILE_ASSERT

#define GOOGLE_COMPILE_ASSERT (   expr,
  msg 
)    static_assert(expr, #msg)

◆ GOOGLE_DISALLOW_EVIL_CONSTRUCTORS

#define GOOGLE_DISALLOW_EVIL_CONSTRUCTORS (   TypeName)
Value:
TypeName(const TypeName&); \
void operator=(const TypeName&)

Definition at line 40 of file bloaty/third_party/protobuf/src/google/protobuf/stubs/macros.h.

◆ GOOGLE_DISALLOW_IMPLICIT_CONSTRUCTORS

#define GOOGLE_DISALLOW_IMPLICIT_CONSTRUCTORS (   TypeName)
Value:
TypeName(); \
TypeName(const TypeName&); \
void operator=(const TypeName&)

Definition at line 45 of file bloaty/third_party/protobuf/src/google/protobuf/stubs/macros.h.

a
int a
Definition: abseil-cpp/absl/container/internal/hash_policy_traits_test.cc:88
absl::container_internal::internal_layout::adl_barrier::TypeName
std::string TypeName()
Definition: abseil-cpp/absl/container/internal/layout.h:295


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:22