Home
last modified time | relevance | path

Searched defs:SizeOptions (Results 1 – 4 of 4) sorted by relevance

/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/mattbaird/elastigo/elastigo-2fe47fd29e4b/lib/
H A Dindicesputmapping.go55 type SizeOptions struct { struct
56 Enabled bool `json:"enabled,omitempty"`
57 Store bool `json:"store,omitempty"`
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/mattbaird/elastigo/lib/
H A Dindicesputmapping.go55 type SizeOptions struct { struct
56 Enabled bool `json:"enabled,omitempty"`
57 Store bool `json:"store,omitempty"`
/dports/math/gecode/gecode-0916a1a/gecode/
H A Ddriver.hh716 class GECODE_DRIVER_EXPORT SizeOptions : public Options { class
/dports/math/gecode/gecode-0916a1a/gecode/driver/
H A Doptions.cpp693 SizeOptions::SizeOptions(const char* e) in SizeOptions() function in Gecode::SizeOptions