Lines Matching +refs:clang +refs:format +refs:buffer
1 // Protocol Buffers - Google's data interchange format
62 // Internal helper that writes the current buffer to the output. The
63 // buffer position is reset to its initial value when this returns.
66 // We're writing to a single buffer.
67 [NSException raise:GPBCodedOutputStreamException_OutOfSpace format:@""];
73 [NSException raise:GPBCodedOutputStreamException_WriteFailed format:@""];
128 uint32_t fieldNumber, GPBWireFormat format) {
129 GPBWriteRawVarint32(state, GPBWireFormatMakeTag(fieldNumber, format));
198 #pragma clang diagnostic push
199 #pragma clang diagnostic ignored "-Wdirect-ivar-access"
283 // Fast path: Most strings are short, if the buffer already has space,
455 // clang-format off
481 // clang-format on
484 // clang-format off
510 // clang-format on
513 // clang-format off
539 // clang-format on
542 // clang-format off
568 // clang-format on
571 // clang-format off
597 // clang-format on
600 // clang-format off
626 // clang-format on
629 // clang-format off
655 // clang-format on
658 // clang-format off
684 // clang-format on
687 // clang-format off
713 // clang-format on
716 // clang-format off
742 // clang-format on
745 // clang-format off
771 // clang-format on
774 // clang-format off
800 // clang-format on
803 // clang-format off
829 // clang-format on
832 // clang-format off
858 // clang-format on
861 // clang-format off
869 // clang-format on
872 // clang-format off
880 // clang-format on
883 // clang-format off
891 // clang-format on
894 // clang-format off
902 // clang-format on
905 // clang-format off
913 // clang-format on
959 // We have room in the current buffer.
963 // Write extends past current buffer. Fill the rest of this buffer and
975 // Since we have an output stream, this is our buffer
976 // and buffer offset == 0
978 // Fits in new buffer.
985 [NSException raise:GPBCodedOutputStreamException_WriteFailed format:@""];
991 - (void)writeTag:(uint32_t)fieldNumber format:(GPBWireFormat)format {
992 GPBWriteTagWithFormat(&state_, fieldNumber, format);
1016 #pragma clang diagnostic pop