- Sort Score
- Result 10 results
- Languages All
Results 1 - 7 of 7 for no_scope (0.06 sec)
-
src/arena/arena.go
} //go:linkname runtime_arena_newArena func runtime_arena_newArena() unsafe.Pointer //go:linkname runtime_arena_arena_New func runtime_arena_arena_New(arena unsafe.Pointer, typ any) any // Mark as noescape to avoid escaping the slice header. // //go:noescape //go:linkname runtime_arena_arena_Slice func runtime_arena_arena_Slice(arena unsafe.Pointer, slice any, cap int) //go:linkname runtime_arena_arena_Free
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Oct 12 20:23:36 UTC 2022 - 4.3K bytes - Viewed (0) -
src/cmd/cgo/doc.go
then this is unnecessary. The #cgo noescape directive may be used to tell the compiler that no Go pointers escape via the named C function. If the noescape directive is used and the C function does not handle the pointer safely, the program may crash or see memory corruption. For example: // #cgo noescape cFunctionName
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue Oct 01 22:52:54 UTC 2024 - 44K bytes - Viewed (0) -
src/cmd/cgo/gcc.go
} return s } // ProcessCgoDirectives processes the import C preamble: // 1. discards all #cgo CFLAGS, LDFLAGS, nocallback and noescape directives, // so they don't make their way into _cgo_export.h. // 2. parse the nocallback and noescape directives. func (f *File) ProcessCgoDirectives() { linesIn := strings.Split(f.Preamble, "\n") linesOut := make([]string, 0, len(linesIn))
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Sep 18 15:07:34 UTC 2024 - 97.1K bytes - Viewed (0) -
api/go1.5.txt
pkg go/types, func NewParam(token.Pos, *Package, string, Type) *Var pkg go/types, func NewPkgName(token.Pos, *Package, string, *Package) *PkgName pkg go/types, func NewPointer(Type) *Pointer pkg go/types, func NewScope(*Scope, token.Pos, token.Pos, string) *Scope pkg go/types, func NewSignature(*Var, *Tuple, *Tuple, bool) *Signature pkg go/types, func NewSlice(Type) *Slice pkg go/types, func NewStruct([]*Var, []string) *Struct
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Jul 30 21:14:09 UTC 2015 - 46.6K bytes - Viewed (0) -
test-site/activator-launch-1.3.2.jar
<clinit>(); public static String sbToString(scala.Function1); private void Utility$(); } scala/xml/TopScope$.class package scala.xml; public final synchronized class TopScope$ extends NamespaceBinding { public static final TopScope$ MODULE$; public static void <clinit>(); public final String toString(); public final void buildString(scala.collection.mutable.StringBuilder, NamespaceBinding); private void TopScope$(); } scala/xml/NamespaceBinding.class package scala.xml; public synchronized class NamespaceBinding...
Registered: Fri Nov 08 09:08:12 UTC 2024 - Last Modified: Mon Apr 20 08:41:37 UTC 2015 - 1.2M bytes - Viewed (0) -
RELEASE.md
addition we have preliminary (non-broadcasting) support for sliced assignment to variables. In particular one can write `var[1:3].assign([1,11,111])`. * Deprecated `tf.op_scope` and `tf.variable_op_scope` in favor of a unified `tf.name_scope` and `tf.variable_scope`. The new argument order of `tf.variable_scope` is incompatible with previous versions.
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Tue Oct 22 14:33:53 UTC 2024 - 735.3K bytes - Viewed (0) -
api/go1.txt
pkg go/ast, func NewIdent(string) *Ident pkg go/ast, func NewObj(ObjKind, string) *Object pkg go/ast, func NewPackage(*token.FileSet, map[string]*File, Importer, *Scope) (*Package, error) pkg go/ast, func NewScope(*Scope) *Scope pkg go/ast, func NotNilFilter(string, reflect.Value) bool pkg go/ast, func PackageExports(*Package) bool pkg go/ast, func Print(*token.FileSet, interface{}) error
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0)