Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for basicType (0.34 sec)

  1. src/debug/dwarf/type.go

    	BasicType
    }
    
    // A ComplexType represents a complex floating point type.
    type ComplexType struct {
    	BasicType
    }
    
    // A BoolType represents a boolean type.
    type BoolType struct {
    	BasicType
    }
    
    // An AddrType represents a machine address type.
    type AddrType struct {
    	BasicType
    }
    
    // An UnspecifiedType represents an implicit, unknown, ambiguous or nonexistent type.
    type UnspecifiedType struct {
    	BasicType
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 18 19:33:30 UTC 2023
    - 21.9K bytes
    - Viewed (0)
  2. platforms/software/build-init/src/main/java/org/gradle/buildinit/plugins/internal/services/ProjectLayoutSetupRegistryFactory.java

            BuildGenerator basicType = new BasicBuildGenerator(scriptBuilderFactory, documentationRegistry, commonGenerators);
            PomProjectInitDescriptor mavenBuildConverter = new PomProjectInitDescriptor(mavenSettingsProvider, documentationRegistry, workerExecutor);
            ProjectLayoutSetupRegistry registry = new ProjectLayoutSetupRegistry(basicType, mavenBuildConverter, templateOperationBuilder);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 23 18:02:40 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  3. platforms/software/build-init/src/integTest/groovy/org/gradle/buildinit/plugins/BuildInitInteractiveIntegrationTest.groovy

        def dslPrompt = "Select build script DSL:"
        def incubatingPrompt = "Generate build using new APIs and behavior (some features may change in the next minor release)?"
        def basicType = "4: Basic (build structure only)"
        def basicTypeOption = 4
        def applicationOption = 1
        def defaultProjectName = "some-thing"
        def defaultFileName = "some-file"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 10 12:58:10 UTC 2024
    - 18.9K bytes
    - Viewed (1)
  4. src/cmd/vendor/github.com/ianlancetaylor/demangle/rust.go

    	'n': "i128",
    	'o': "u128",
    	'p': "_",
    	's': "i16",
    	't': "u16",
    	'u': "()",
    	'v': "...",
    	'x': "i64",
    	'y': "u64",
    	'z': "!",
    }
    
    // basicType parses:
    //
    //	<basic-type>
    func (rst *rustState) basicType() {
    	if len(rst.str) < 1 {
    		rst.fail("expected basic type")
    	}
    	str, ok := rustBasicTypes[rst.str[0]]
    	if !ok {
    		rst.fail("unrecognized basic type character")
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 15 16:39:48 UTC 2023
    - 23.3K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/types2/instantiate_test.go

    	tests := []struct {
    		src       string
    		name1     string
    		targs1    []Type
    		name2     string
    		targs2    []Type
    		wantEqual bool
    	}{
    		{
    			"package basictype; type T[P any] int",
    			"T", []Type{Typ[Int]},
    			"T", []Type{Typ[Int]},
    			true,
    		},
    		{
    			"package differenttypeargs; type T[P any] int",
    			"T", []Type{Typ[Int]},
    			"T", []Type{Typ[String]},
    			false,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 28 17:58:07 UTC 2023
    - 5.8K bytes
    - Viewed (0)
  6. src/go/types/instantiate_test.go

    	tests := []struct {
    		src       string
    		name1     string
    		targs1    []Type
    		name2     string
    		targs2    []Type
    		wantEqual bool
    	}{
    		{
    			"package basictype; type T[P any] int",
    			"T", []Type{Typ[Int]},
    			"T", []Type{Typ[Int]},
    			true,
    		},
    		{
    			"package differenttypeargs; type T[P any] int",
    			"T", []Type{Typ[Int]},
    			"T", []Type{Typ[String]},
    			false,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 03 18:48:38 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  7. api/go1.18.txt

    pkg debug/buildinfo, func Read(io.ReaderAt) (*debug.BuildInfo, error)
    pkg debug/buildinfo, func ReadFile(string) (*debug.BuildInfo, error)
    pkg debug/buildinfo, type BuildInfo = debug.BuildInfo
    pkg debug/dwarf, type BasicType struct, DataBitOffset int64
    pkg debug/dwarf, type StructField struct, DataBitOffset int64
    pkg debug/elf, const R_PPC64_RELATIVE = 22
    pkg debug/elf, const R_PPC64_RELATIVE R_PPC64
    pkg debug/plan9obj, var ErrNoSymbols error
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 13K bytes
    - Viewed (0)
  8. api/go1.4.txt

    pkg debug/dwarf, method (*UnspecifiedType) Basic() *BasicType
    pkg debug/dwarf, method (*UnspecifiedType) Common() *CommonType
    pkg debug/dwarf, method (*UnspecifiedType) Size() int64
    pkg debug/dwarf, method (*UnspecifiedType) String() string
    pkg debug/dwarf, type UnspecifiedType struct
    pkg debug/dwarf, type UnspecifiedType struct, embedded BasicType
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 12 03:01:01 UTC 2014
    - 34K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"AttrVisibility", Const, 0},
    		{"AttrVtableElemLoc", Const, 0},
    		{"BasicType", Type, 0},
    		{"BasicType.BitOffset", Field, 0},
    		{"BasicType.BitSize", Field, 0},
    		{"BasicType.CommonType", Field, 0},
    		{"BasicType.DataBitOffset", Field, 18},
    		{"BoolType", Type, 0},
    		{"BoolType.BasicType", Field, 0},
    		{"CharType", Type, 0},
    		{"CharType.BasicType", Field, 0},
    		{"Class", Type, 5},
    		{"ClassAddrPtr", Const, 14},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  10. api/go1.txt

    pkg debug/dwarf, method (*BasicType) Size() int64
    pkg debug/dwarf, method (*BasicType) String() string
    pkg debug/dwarf, method (*BoolType) Basic() *BasicType
    pkg debug/dwarf, method (*BoolType) Common() *CommonType
    pkg debug/dwarf, method (*BoolType) Size() int64
    pkg debug/dwarf, method (*BoolType) String() string
    pkg debug/dwarf, method (*CharType) Basic() *BasicType
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top