OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_FIELD_TYPE
(Results
1 - 4
of
4
) sorted by null
/external/protobuf/src/google/protobuf/
wire_format_lite.cc
65
WireFormatLite::kFieldTypeToCppTypeMap[
MAX_FIELD_TYPE
+ 1] = {
89
WireFormatLite::kWireTypeForFieldType[
MAX_FIELD_TYPE
+ 1] = {
wire_format_unittest.cc
59
implicit_cast<int>(WireFormatLite::
MAX_FIELD_TYPE
));
63
for (int i = 1; i <= WireFormatLite::
MAX_FIELD_TYPE
; i++) {
wire_format_lite.h
117
MAX_FIELD_TYPE
= 18,
extension_set.cc
53
GOOGLE_DCHECK(type > 0 && type <= WireFormatLite::
MAX_FIELD_TYPE
);
[
all
...]
Completed in 50 milliseconds