OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_CPPTYPE
(Results
1 - 6
of
6
) sorted by null
/external/protobuf/python/google/protobuf/
descriptor.py
362
MAX_CPPTYPE
= 10
reflection.py
432
assert _FieldDescriptor.
MAX_CPPTYPE
== 10
[
all
...]
/external/protobuf/src/google/protobuf/
wire_format_unittest.cc
60
EXPECT_EQ(implicit_cast<int>(FieldDescriptor::
MAX_CPPTYPE
),
61
implicit_cast<int>(WireFormatLite::
MAX_CPPTYPE
));
descriptor.h
341
MAX_CPPTYPE
= 10, // Constant useful for defining lookup tables
[
all
...]
wire_format_lite.h
132
MAX_CPPTYPE
= 10,
generated_message_reflection.cc
94
const char* cpptype_names_[FieldDescriptor::
MAX_CPPTYPE
+ 1] = {
[
all
...]
Completed in 6005 milliseconds