Home
last modified time | relevance | path

Searched defs:Freeze (Results 1 – 25 of 42) sorted by relevance

12

/aosp_15_r20/external/starlark-go/starlark/
H A Dvalue.go98 Freeze() methodSpec
353 func (NoneType) Freeze() {} // immutable func
373 func (b Bool) Freeze() {} // immutable func
423 func (f Float) Freeze() {} // immutable func
526 func (s String) Freeze() {} // immutable func
576 func (si stringElems) Freeze() {} // immutable func
625 func (si stringCodepoints) Freeze() {} // immutable func
689 func (fn *Function) Freeze() { fn.defaults.Freeze(); fn.freevars.Freeze() } func
724 func (b *Builtin) Freeze() { func
793 func (d *Dict) Freeze() { d.ht.freeze() } func
[all …]
H A Deval_test.go172 func (t fib) Freeze() {} func
228 func (hf *hasfields) Freeze() { func
814 func (b *badType) Freeze() {} func
H A Dinterp.go649 func (mandatory) Freeze() {} // immutable func
663 func (c *cell) Freeze() { func
H A Dbench_test.go78 func (benchmark) Freeze() {} func
H A Dint.go176 func (i Int) Freeze() {} // immutable func
/aosp_15_r20/external/starlark-go/lib/proto/
H A Dproto.go704 func (m *Message) Freeze() { *m.frozen = true } func
886 func (rf *RepeatedField) Freeze() { *rf.frozen = true } func
959 func (f FileDescriptor) Freeze() {} // immutable func
1013 func (d MessageDescriptor) Freeze() {} // immutable func
1069 func (d FieldDescriptor) Freeze() {} // immutable func
1109 func (e EnumDescriptor) Freeze() {} // immutable func
1203 func (e EnumValueDescriptor) Freeze() {} // immutable func
/aosp_15_r20/external/javassist/src/test/test1/
H A DFreeze.java3 public class Freeze { class
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/rtstartup/
H A Drsend.rs18 auto trait Freeze {} interface
H A Drsbegin.rs30 auto trait Freeze {} interface
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/rtstartup/
H A Drsend.rs18 auto trait Freeze {} interface
H A Drsbegin.rs30 auto trait Freeze {} interface
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/rtstartup/
H A Drsend.rs18 auto trait Freeze {} interface
H A Drsbegin.rs30 auto trait Freeze {} interface
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/rtstartup/
H A Drsend.rs18 auto trait Freeze {} interface
H A Drsbegin.rs30 auto trait Freeze {} interface
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/rtstartup/
H A Drsend.rs18 auto trait Freeze {} interface
H A Drsbegin.rs30 auto trait Freeze {} interface
/aosp_15_r20/external/autotest/utils/frozen_chromite/utils/
H A Dattrs_freezer.py58 def Freeze(obj): function
/aosp_15_r20/external/starlark-go/starlarkstruct/
H A Dmodule.go23 func (m *Module) Freeze() { m.Members.Freeze() } func
H A Dstruct_test.go60 func (sym *symbol) Freeze() {} // immutable func
H A Dstruct.go175 func (s *Struct) Freeze() { func
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/coverage/stringtab/
Dstringtab.go101 func (stw *Writer) Freeze() { func
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/
H A Dmarker.rs829 pub unsafe auto trait Freeze {} interface
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/
H A Dmarker.rs829 pub unsafe auto trait Freeze {} interface
/aosp_15_r20/external/chromium-trace/catapult/tracing/tracing/trace_data/
H A Dtrace_data.py196 def Freeze(self): member in TraceDataBuilder

12