Lines Matching refs:Elem
641 proto.write(BinaryLogEntry::Elem::TYPE, in BlockingCall()
642 BinaryLogEntry::Elem::EVENT_TYPE_INT); in BlockingCall()
643 proto.write(BinaryLogEntry::Elem::VAL_INT32, (int)elem.data.int32); in BlockingCall()
646 proto.write(BinaryLogEntry::Elem::TYPE, in BlockingCall()
647 BinaryLogEntry::Elem::EVENT_TYPE_LONG); in BlockingCall()
648 proto.write(BinaryLogEntry::Elem::VAL_INT64, (long long)elem.data.int64); in BlockingCall()
651 proto.write(BinaryLogEntry::Elem::TYPE, in BlockingCall()
652 BinaryLogEntry::Elem::EVENT_TYPE_STRING); in BlockingCall()
653 proto.write(BinaryLogEntry::Elem::VAL_STRING, elem.data.string, elem.len); in BlockingCall()
656 proto.write(BinaryLogEntry::Elem::TYPE, in BlockingCall()
657 BinaryLogEntry::Elem::EVENT_TYPE_FLOAT); in BlockingCall()
658 proto.write(BinaryLogEntry::Elem::VAL_FLOAT, elem.data.float32); in BlockingCall()
661 proto.write(BinaryLogEntry::Elem::TYPE, in BlockingCall()
662 BinaryLogEntry::Elem::EVENT_TYPE_LIST); in BlockingCall()
665 proto.write(BinaryLogEntry::Elem::TYPE, in BlockingCall()
666 BinaryLogEntry::Elem::EVENT_TYPE_LIST_STOP); in BlockingCall()
669 proto.write(BinaryLogEntry::Elem::TYPE, in BlockingCall()
670 BinaryLogEntry::Elem::EVENT_TYPE_UNKNOWN); in BlockingCall()