Home
last modified time | relevance | path

Searched refs:COMPACT (Results 1 – 4 of 4) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/
Dob_config_resolver.ts49 COMPACT, enumerator
241 static readonly COMPACT = '-compact'; property in ObConfigResolver
251 ['compact', ObConfigResolver.COMPACT],
271 case ObConfigResolver.COMPACT:
272 return OptionType.COMPACT;
315 case OptionType.COMPACT: {
/developtools/profiler/host/smartperf/trace_streamer/src/base/
Dindex_map.h360 enum IndexType { COMPACT, SPARSE }; enumerator
361 uint8_t type_ = COMPACT;
Dindex_map.cpp24 …ap(TableRowId start, TableRowId end) : end_(end), current_(start), start_(start), type_(COMPACT) {} in IndexMap()
/developtools/smartperf_host/trace_streamer/src/base/
Dindex_map.h230 enum IndexType { COMPACT, SPARSE }; enumerator