OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_TYPE
(Results
1 - 6
of
6
) sorted by null
/external/protobuf/src/google/protobuf/
descriptor.h
468
MAX_TYPE
= 18, // Constant useful for defining lookup tables
718
static const CppType kTypeToCppTypeMap[
MAX_TYPE
+ 1];
720
static const char * const kTypeToName[
MAX_TYPE
+ 1];
[
all
...]
extension_set_heavy.cc
124
GOOGLE_DCHECK(type > 0 && type <= FieldDescriptor::
MAX_TYPE
);
wire_format_unittest.cc
62
EXPECT_EQ(implicit_cast<int>(FieldDescriptor::
MAX_TYPE
),
[
all
...]
descriptor.cc
75
FieldDescriptor::kTypeToCppTypeMap[
MAX_TYPE
+ 1] = {
98
const char * const FieldDescriptor::kTypeToName[
MAX_TYPE
+ 1] = {
[
all
...]
/external/protobuf/python/google/protobuf/
descriptor.py
440
MAX_TYPE
= 18
[
all
...]
/external/protobuf/conformance/
conformance_test.cc
615
for (int i = 1; i <= FieldDescriptor::
MAX_TYPE
; i++) {
[
all
...]
Completed in 515 milliseconds