Searched refs:kDoubleSize (Results 1 – 9 of 9) sorted by relevance
290 const int kDoubleSize = Double::kSignificandSize; in RadixStringToIeee() local292 const int kSignificandSize = read_as_double? kDoubleSize: kSingleSize; in RadixStringToIeee()
269 const int kDoubleSize = Double::kSignificandSize; in RadixStringToIeee() local271 const int kSignificandSize = read_as_double? kDoubleSize: kSingleSize; in RadixStringToIeee()
77 return WireFormatLite::kDoubleSize; in FixedSize()
550 const int kDoubleSize = Double::kSignificandSize; in RadixStringToIeee() local552 const int kSignificandSize = read_as_double? kDoubleSize: kSingleSize; in RadixStringToIeee()
445 case FieldDescriptor::TYPE_DOUBLE : return internal::WireFormatLite::kDoubleSize; in GetFixedSize()
800 return WireFormatLite::kDoubleSize; in FixedSize()
693 static constexpr size_t kDoubleSize = 8; variable