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

  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_primitive_field.cc 60 case FieldDescriptor::TYPE_FIXED32 : return WireFormatLite::kFixed32Size;
  /external/protobuf/src/google/protobuf/compiler/java/
java_primitive_field.cc 134 case FieldDescriptor::TYPE_FIXED32 : return WireFormatLite::kFixed32Size;
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_primitive_field.cc 134 case FieldDescriptor::TYPE_FIXED32 : return WireFormatLite::kFixed32Size;
  /external/protobuf/src/google/protobuf/
wire_format_lite.h 458 static const int kFixed32Size = 4;

Completed in 231 milliseconds