Home
last modified time | relevance | path

Searched refs:SUGGESTED_ALLOCATION_STRATEGY (Results 1 – 7 of 7) sorted by relevance

/dports/devel/capnproto/capnproto-0.9.0/c++/src/capnp/
H A Dmessage.h372 constexpr AllocationStrategy SUGGESTED_ALLOCATION_STRATEGY = AllocationStrategy::GROW_HEURISTICALLY; variable
381 AllocationStrategy allocationStrategy = SUGGESTED_ALLOCATION_STRATEGY);
395 AllocationStrategy allocationStrategy = SUGGESTED_ALLOCATION_STRATEGY);
/dports/devel/capnproto080/capnproto-0.8.0/c++/src/capnp/
H A Dmessage.h372 constexpr AllocationStrategy SUGGESTED_ALLOCATION_STRATEGY = AllocationStrategy::GROW_HEURISTICALLY; variable
381 AllocationStrategy allocationStrategy = SUGGESTED_ALLOCATION_STRATEGY);
395 AllocationStrategy allocationStrategy = SUGGESTED_ALLOCATION_STRATEGY);
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/capnp-0.10.3/src/
H A Dmessage.rs400 pub const SUGGESTED_ALLOCATION_STRATEGY: AllocationStrategy = AllocationStrategy::GrowHeuristically; const
406 allocation_strategy: SUGGESTED_ALLOCATION_STRATEGY } in new()
/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/capnp-0.10.3/src/
H A Dmessage.rs400 pub const SUGGESTED_ALLOCATION_STRATEGY: AllocationStrategy = AllocationStrategy::GrowHeuristically;
406 allocation_strategy: SUGGESTED_ALLOCATION_STRATEGY }
/dports/lang/gleam/gleam-0.18.2/cargo-crates/capnp-0.14.4/src/
H A Dmessage.rs570 pub const SUGGESTED_ALLOCATION_STRATEGY: AllocationStrategy = AllocationStrategy::GrowHeuristically; const
575 allocation_strategy: SUGGESTED_ALLOCATION_STRATEGY, in new()
/dports/devel/capnproto080/capnproto-0.8.0/c++/src/capnp/compiler/
H A Dcapnp.c++1073 segmentSize == 0 ? SUGGESTED_ALLOCATION_STRATEGY : AllocationStrategy::FIXED_SIZE); in generateOutput()
1081 segmentSize == 0 ? SUGGESTED_ALLOCATION_STRATEGY : AllocationStrategy::FIXED_SIZE); in generateOutput()
/dports/devel/capnproto/capnproto-0.9.0/c++/src/capnp/compiler/
H A Dcapnp.c++1075 segmentSize == 0 ? SUGGESTED_ALLOCATION_STRATEGY : AllocationStrategy::FIXED_SIZE); in generateOutput()
1083 segmentSize == 0 ? SUGGESTED_ALLOCATION_STRATEGY : AllocationStrategy::FIXED_SIZE); in generateOutput()