HomeSort by relevance Sort by last modified time
    Searched refs:kFixed64Size (Results 1 - 5 of 5) 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/java/
java_helpers.cc 644 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 472 static const int kFixed64Size = 8;

Completed in 30 milliseconds