HomeSort by relevance Sort by last modified time
    Searched refs:MAX_FIELD_TYPE (Results 1 - 10 of 10) sorted by null

  /external/protobuf/src/google/protobuf/
wire_format_lite.cc 75 WireFormatLite::kFieldTypeToCppTypeMap[MAX_FIELD_TYPE + 1] = {
99 WireFormatLite::kWireTypeForFieldType[MAX_FIELD_TYPE + 1] = {
wire_format_lite.h 115 MAX_FIELD_TYPE = 18,
wire_format_unittest.cc 63 implicit_cast<int>(WireFormatLite::MAX_FIELD_TYPE));
67 for (int i = 1; i <= WireFormatLite::MAX_FIELD_TYPE; i++) {
    [all...]
extension_set_heavy.cc 134 GOOGLE_DCHECK(type > 0 && type <= WireFormatLite::MAX_FIELD_TYPE);
extension_set.cc 52 GOOGLE_DCHECK(type > 0 && type <= WireFormatLite::MAX_FIELD_TYPE);
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite.h 115 MAX_FIELD_TYPE = 18,
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite.h 115 MAX_FIELD_TYPE = 18,
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
wire_format_lite.h 115 MAX_FIELD_TYPE = 18,
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
wire_format_lite.h 115 MAX_FIELD_TYPE = 18,
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
wire_format_lite.h 115 MAX_FIELD_TYPE = 18,

Completed in 411 milliseconds