OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_TYPE
(Results
1 - 5
of
5
) sorted by null
/external/protobuf/src/google/protobuf/
descriptor.h
322
MAX_TYPE
= 18, // Constant useful for defining lookup tables
526
static const CppType kTypeToCppTypeMap[
MAX_TYPE
+ 1];
528
static const char * const kTypeToName[
MAX_TYPE
+ 1];
[
all
...]
extension_set_heavy.cc
97
GOOGLE_DCHECK(type > 0 && type <= FieldDescriptor::
MAX_TYPE
);
wire_format_unittest.cc
58
EXPECT_EQ(implicit_cast<int>(FieldDescriptor::
MAX_TYPE
),
descriptor.cc
63
FieldDescriptor::kTypeToCppTypeMap[
MAX_TYPE
+ 1] = {
86
const char * const FieldDescriptor::kTypeToName[
MAX_TYPE
+ 1] = {
[
all
...]
/external/protobuf/python/google/protobuf/
descriptor.py
346
MAX_TYPE
= 18
Completed in 94 milliseconds