LCOV - code coverage report
Current view: top level - obj-x86_64-pc-linux-gnu/ipc/ipdl - ChannelInfo.cpp (source / functions) Hit Total Coverage
Test: output.info Lines: 0 17 0.0 %
Date: 2017-07-14 16:53:18 Functions: 0 6 0.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : //
       2             : // Automatically generated by ipdlc.
       3             : // Edit at your own risk
       4             : //
       5             : 
       6             : 
       7             : #include "mozilla/ipc/ChannelInfo.h"
       8             : 
       9             : 
      10             : //-----------------------------------------------------------------------------
      11             : // Method definitions for the IPDL type |struct IPCChannelInfo|
      12             : //
      13             : namespace mozilla {
      14             : namespace ipc {
      15           0 : MOZ_IMPLICIT IPCChannelInfo::IPCChannelInfo() :
      16           0 :     securityInfo_()
      17             : {
      18           0 :     Init();
      19           0 : }
      20             : 
      21           0 : IPCChannelInfo::~IPCChannelInfo()
      22             : {
      23           0 : }
      24             : 
      25           0 : auto IPCChannelInfo::operator==(const IPCChannelInfo& _o) const -> bool
      26             : {
      27           0 :     if ((!((securityInfo()) == ((_o).securityInfo())))) {
      28           0 :         return false;
      29             :     }
      30           0 :     return true;
      31             : }
      32             : 
      33           0 : auto IPCChannelInfo::operator!=(const IPCChannelInfo& _o) const -> bool
      34             : {
      35           0 :     return (!(operator==(_o)));
      36             : }
      37             : 
      38           0 : auto IPCChannelInfo::Init() -> void
      39             : {
      40           0 : }
      41             : 
      42           0 : auto IPCChannelInfo::Assign(const nsCString& _securityInfo) -> void
      43             : {
      44           0 :     securityInfo_ = _securityInfo;
      45           0 : }
      46             : 
      47             : } // namespace ipc
      48             : } // namespace mozilla

Generated by: LCOV version 1.13