Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 21 of 21 for getStrings (0.1 sec)

  1. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest.h

     private:
      // Appends the contents of message to message_.
      void AppendMessage(const Message& a_message) {
        if (message_.get() == NULL)
          message_.reset(new ::std::string);
        message_->append(a_message.GetString().c_str());
      }
    
      // Stores result of the assertion predicate.
      bool success_;
      // Stores the message describing the condition in case the expectation
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 86.4K bytes
    - Viewed (0)
Back to top