class NameMatchesMatcher
    Defined at line 45 of file ../../sdk/lib/inspect/testing/cpp/inspect.h
    
      
         Matcher interface to check the name of an inspect Nodes.
       
     
    Inherits from ::testing::MatcherInterface<const NodeValue &>
    Functions
    
      NameMatchesMatcher
      
        public void NameMatchesMatcher(
        basic_string
         name)
      
      Defined at line 86 of file ../../sdk/lib/inspect/testing/cpp/inspect.cc
      MatchAndExplain
      public bool MatchAndExplain(const NodeValue & obj, ::testing::MatchResultListener * listener)
      Defined at line 88 of file ../../sdk/lib/inspect/testing/cpp/inspect.cc
      DescribeTo
      public void DescribeTo(::std::ostream * os)
      Defined at line 97 of file ../../sdk/lib/inspect/testing/cpp/inspect.cc
      DescribeNegationTo
      public void DescribeNegationTo(::std::ostream * os)
      Defined at line 101 of file ../../sdk/lib/inspect/testing/cpp/inspect.cc