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

  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_primitive_field.cc 61 case FieldDescriptor::TYPE_FIXED64 : return WireFormatLite::kFixed64Size;
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_primitive_field.cc 135 case FieldDescriptor::TYPE_FIXED64 : return WireFormatLite::kFixed64Size;
  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_helpers.cc 390 case FieldDescriptor::TYPE_FIXED64 : return internal::WireFormatLite::kFixed64Size;
  /external/protobuf/src/google/protobuf/compiler/java/
java_helpers.cc 664 case FieldDescriptor::TYPE_FIXED64 : return WireFormatLite::kFixed64Size;
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_primitive_field.cc 137 case FieldDescriptor::TYPE_FIXED64 : return WireFormatLite::kFixed64Size;
    [all...]
  /external/protobuf/src/google/protobuf/
wire_format_lite.h 495 static const int kFixed64Size = 8;
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite.h 457 static const int kFixed64Size = 8;
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite.h 457 static const int kFixed64Size = 8;
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
wire_format_lite.h 457 static const int kFixed64Size = 8;
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
wire_format_lite.h 495 static const int kFixed64Size = 8;
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
wire_format_lite.h 457 static const int kFixed64Size = 8;

Completed in 321 milliseconds