HomeSort by relevance Sort by last modified time
    Searched refs:kFixed32Size (Results 1 - 11 of 11) 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/javamicro/
javamicro_primitive_field.cc 134 case FieldDescriptor::TYPE_FIXED32 : return WireFormatLite::kFixed32Size;
  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_helpers.cc 389 case FieldDescriptor::TYPE_FIXED32 : return internal::WireFormatLite::kFixed32Size;
  /external/protobuf/src/google/protobuf/compiler/java/
java_helpers.cc 663 case FieldDescriptor::TYPE_FIXED32 : return WireFormatLite::kFixed32Size;
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_primitive_field.cc 136 case FieldDescriptor::TYPE_FIXED32 : return WireFormatLite::kFixed32Size;
    [all...]
  /external/protobuf/src/google/protobuf/
wire_format_lite.h 494 static const int kFixed32Size = 4;
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite.h 456 static const int kFixed32Size = 4;
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite.h 456 static const int kFixed32Size = 4;
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
wire_format_lite.h 456 static const int kFixed32Size = 4;
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
wire_format_lite.h 494 static const int kFixed32Size = 4;
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
wire_format_lite.h 456 static const int kFixed32Size = 4;

Completed in 86 milliseconds