Lines Matching refs:bodyInfo
61 const LogEvent::BodyBufferInfo bodyInfo = logEvent->parseHeader(buf, size); in createFieldWithBoolAnnotationLogEvent() local
62 logEvent->parseBody(bodyInfo); in createFieldWithBoolAnnotationLogEvent()
82 const LogEvent::BodyBufferInfo bodyInfo = logEvent->parseHeader(buf, size); in createFieldWithIntAnnotationLogEvent() local
83 logEvent->parseBody(bodyInfo); in createFieldWithIntAnnotationLogEvent()
104 const LogEvent::BodyBufferInfo bodyInfo = logEvent->parseHeader(buf, size); in createAtomLevelIntAnnotationLogEvent() local
105 logEvent->parseBody(bodyInfo); in createAtomLevelIntAnnotationLogEvent()
126 const LogEvent::BodyBufferInfo bodyInfo = logEvent->parseHeader(buf, size); in createAtomLevelBoolAnnotationLogEvent() local
127 logEvent->parseBody(bodyInfo); in createAtomLevelBoolAnnotationLogEvent()
180 const LogEvent::BodyBufferInfo bodyInfo = logEvent.parseHeader(buf, size); in ParseBuffer() local
182 const bool parseResult = logEvent.parseBody(bodyInfo); in ParseBuffer()
290 const LogEvent::BodyBufferInfo bodyInfo = logEvent.parseHeader(buf, size); in TEST() local