Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 5,170 for internal2 (0.4 sec)

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

    #include <sstream>
    #include <string>
    #include <utility>
    #include <vector>
    #include "gtest/internal/gtest-port.h"
    #include "gtest/internal/gtest-internal.h"
    
    namespace testing {
    
    // Definitions in the 'internal' and 'internal2' name spaces are
    // subject to change without notice.  DO NOT USE THEM IN USER CODE!
    namespace internal2 {
    
    // Prints the given number of bytes in the given object to the given
    // ostream.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 30.9K bytes
    - Viewed (0)
  2. pkg/kube/krt/internal.go

    	id             collectionUID
    	collectionName string
    	// Filter over the collection
    	filter *filter
    }
    
    type erasedEventHandler = func(o []Event[any], initialSync bool)
    
    // registerDependency is an internal interface for things that can register dependencies.
    // This is called from Fetch to Collections, generally.
    type registerDependency interface {
    	// Registers a dependency, returning true if it is finalized
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 10 23:33:56 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  3. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-internal.h

    #include <ctype.h>
    #include <float.h>
    #include <string.h>
    #include <iomanip>
    #include <limits>
    #include <set>
    
    #include "gtest/gtest-message.h"
    #include "gtest/internal/gtest-string.h"
    #include "gtest/internal/gtest-filepath.h"
    #include "gtest/internal/gtest-type-util.h"
    
    // Due to C++ preprocessor weirdness, we need double indirection to
    // concatenate two tokens when one of them is __LINE__.  Writing
    //
    //   foo ## __LINE__
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 43.1K bytes
    - Viewed (0)
  4. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.api.distribution.internal.DefaultDistribution> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (DefaultDistribution.java:0)
    Class <org.gradle.api.distribution.internal.DefaultDistributionContainer> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (DefaultDistributionContainer.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
  5. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-death-test-internal.h

    //
    // This header file defines internal utilities needed for implementing
    // death tests.  They are subject to change without notice.
    
    #ifndef GTEST_INCLUDE_GTEST_INTERNAL_GTEST_DEATH_TEST_INTERNAL_H_
    #define GTEST_INCLUDE_GTEST_INTERNAL_GTEST_DEATH_TEST_INTERNAL_H_
    
    #include "gtest/internal/gtest-internal.h"
    
    #include <stdio.h>
    
    namespace testing {
    namespace internal {
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  6. testing/architecture-test/src/changes/archunit-store/internal-api-symmetrical-accessors-nullability.txt

    Accessors for org.gradle.api.internal.artifacts.dependencies.AbstractModuleDependency.targetConfiguration don't use symmetrical @Nullable
    Accessors for org.gradle.api.internal.file.copy.CopySpecWrapper.dirMode don't use symmetrical @Nullable
    Accessors for org.gradle.api.internal.file.copy.CopySpecWrapper.fileMode don't use symmetrical @Nullable
    Accessors for org.gradle.api.internal.file.copy.DefaultCopySpec.dirMode don't use symmetrical @Nullable
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 05 08:43:33 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  7. platforms/enterprise/enterprise/src/main/resources/META-INF/services/org.gradle.internal.service.scopes.GradleModuleServices

    org.gradle.internal.enterprise.impl.GradleEnterprisePluginServices
    org.gradle.internal.enterprise.test.impl.TestTaskPropertiesServices
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 13:39:48 UTC 2024
    - 190 bytes
    - Viewed (0)
  8. platforms/core-runtime/daemon-services/src/main/resources/META-INF/services/org.gradle.internal.service.scopes.GradleModuleServices

    org.gradle.internal.daemon.services.DaemonServices...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 13:39:48 UTC 2024
    - 51 bytes
    - Viewed (0)
  9. subprojects/build-events/src/main/resources/META-INF/services/org.gradle.internal.service.scopes.GradleModuleServices

    org.gradle.internal.build.event.BuildEventServices...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 13:39:48 UTC 2024
    - 51 bytes
    - Viewed (0)
  10. platforms/ide/ide-plugins/src/main/resources/META-INF/services/org.gradle.internal.service.scopes.GradleModuleServices

    org.gradle.plugins.ide.internal.tooling.ToolingModelServices...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 13:39:48 UTC 2024
    - 61 bytes
    - Viewed (0)
Back to top