Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for GetTypeName (0.13 sec)

  1. platforms/extensibility/plugin-development/src/main/java/org/gradle/plugin/devel/tasks/internal/ValidationProblemSerialization.java

                    out.name("parentPropertyName").value(((TypeValidationData) value).getParentPropertyName());
                    out.name("typeName").value(((TypeValidationData) value).getTypeName());
                } else if (value instanceof GeneralData) {
                    out.name("type").value("generalData");
                    out.name("data");
                    out.beginObject();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 27.7K bytes
    - Viewed (0)
  2. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-internal.h

        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,
            TestClass::TearDownTestCase,
            new TestFactoryImpl<TestClass>);
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 43.1K 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

        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,
            TestClass::TearDownTestCase,
            new TestFactoryImpl<TestClass>);
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 43.1K bytes
    - Viewed (0)
Back to top