Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for hierarchy (0.6 sec)

  1. subprojects/core/src/main/java/org/gradle/groovy/scripts/internal/GradleResolveVisitor.java

            // and there is a nested class A$X. we want to be able
            // to access that class directly, so A becomes a valid
            // name in X.
            // GROOVY-4043: Do this check up the hierarchy, if needed
            Map<String, ClassNode> classHierarchy = new LinkedHashMap<String, ClassNode>();
            ClassNode val;
            for (ClassNode classToCheck = currentClass;
                /*
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 67.6K bytes
    - Viewed (0)
  2. cmd/xl-storage_test.go

    		expectedBuf []byte
    		expectedErr error
    	}{
    		// Successful read at offset 0 and proper buffer size. - 1
    		{
    			volume, "myobject", 0, 5,
    			[]byte("hello"), nil,
    		},
    		// Success read at hierarchy. - 2
    		{
    			volume, "path/to/my/object", 0, 5,
    			[]byte("hello"), nil,
    		},
    		// Object is a directory. - 3
    		{
    			volume, "object-as-dir",
    			0, 5, nil, errIsNotRegular,
    		},
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Apr 11 17:45:28 UTC 2024
    - 66.7K bytes
    - Viewed (0)
  3. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

                          << gtest_error
    
    // INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE.
    //
    // Use ImplicitCast_ as a safe version of static_cast for upcasting in
    // the type hierarchy (e.g. casting a Foo* to a SuperclassOfFoo* or a
    // const Foo*).  When you use ImplicitCast_, the compiler checks that
    // the cast is safe.  Such explicit ImplicitCast_s are necessary in
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 67.2K bytes
    - Viewed (0)
Back to top