Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for StreamableToString (0.17 sec)

  1. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest-message.h

    // converted to "(null)".  When the input value is a ::string,
    // ::std::string, ::wstring, or ::std::wstring object, each NUL
    // character in it is replaced with "\\0".
    template <typename T>
    std::string StreamableToString(const T& streamable) {
      return (Message() << streamable).GetString();
    }
    
    }  // namespace internal
    }  // namespace testing
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 9K bytes
    - Viewed (0)
  2. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest-message.h

    // converted to "(null)".  When the input value is a ::string,
    // ::std::string, ::wstring, or ::std::wstring object, each NUL
    // character in it is replaced with "\\0".
    template <typename T>
    std::string StreamableToString(const T& streamable) {
      return (Message() << streamable).GetString();
    }
    
    }  // namespace internal
    }  // namespace testing
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 9K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-internal.h

        // First, registers the first type-parameterized test in the type
        // list.
        MakeAndRegisterTestInfo(
            (std::string(prefix) + (prefix[0] == '\0' ? "" : "/") + case_name + "/"
             + StreamableToString(index)).c_str(),
            GetPrefixUntilComma(test_names).c_str(),
            GetTypeName<Type>().c_str(),
            NULL,  // No value parameter.
            GetTypeId<FixtureClass>(),
            TestClass::SetUpTestCase,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 43.1K bytes
    - Viewed (0)
  4. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-internal.h

        // First, registers the first type-parameterized test in the type
        // list.
        MakeAndRegisterTestInfo(
            (std::string(prefix) + (prefix[0] == '\0' ? "" : "/") + case_name + "/"
             + StreamableToString(index)).c_str(),
            GetPrefixUntilComma(test_names).c_str(),
            GetTypeName<Type>().c_str(),
            NULL,  // No value parameter.
            GetTypeId<FixtureClass>(),
            TestClass::SetUpTestCase,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 43.1K bytes
    - Viewed (0)
Back to top