YugabyteDB (2.13.0.0-b42, bfc6a6643e7399ac8a0e81d06a3ee6d6571b33ab)

Coverage Report

Created: 2022-03-09 17:30

/Users/deen/code/yugabyte-db/src/yb/util/math_util.h
Line
Count
Source (jump to first uncovered line)
1
//
2
// Copyright (c) YugaByte, Inc.
3
//
4
// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
5
// in compliance with the License.  You may obtain a copy of the License at
6
//
7
// http://www.apache.org/licenses/LICENSE-2.0
8
//
9
// Unless required by applicable law or agreed to in writing, software distributed under the License
10
// is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
11
// or implied.  See the License for the specific language governing permissions and limitations
12
// under the License.
13
//
14
15
#ifndef YB_UTIL_MATH_UTIL_H_
16
#define YB_UTIL_MATH_UTIL_H_
17
18
#include <limits>
19
#include <vector>
20
21
namespace yb {
22
23
// Returns the standard deviation of a bunch of numbers.
24
double standard_deviation(std::vector<double> data);
25
26
template <class T>
27
0
constexpr T constexpr_max(const T& lhs) {
28
0
  return lhs;
29
0
}
Unexecuted instantiation: yb-admin_cli.cc:_ZN2yb13constexpr_maxINS_5tools12_GLOBAL__N_110AddIndexesEEET_RKS4_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_8rpc_test25AddRequestPartialPBFieldsEEET_RKS3_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_8rpc_test19AddResponsePBFieldsEEET_RKS3_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_8rpc_test26SendStringsRequestPBFieldsEEET_RKS3_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_8rpc_test19EchoRequestPBFieldsEEET_RKS3_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_8rpc_test20EchoResponsePBFieldsEEET_RKS3_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_8rpc_test22WhoAmIResponsePBFieldsEEET_RKS3_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_8rpc_test21CalculatorErrorFieldsEEET_RKS3_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_8rpc_test19PingRequestPBFieldsEEET_RKS3_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_8rpc_test20PingResponsePBFieldsEEET_RKS3_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_8rpc_test23ForwardResponsePBFieldsEEET_RKS3_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_8rpc_test22ConcatResponsePBFieldsEEET_RKS3_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_8rpc_test22TrivialRequestPBFieldsEEET_RKS3_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_8rpc_test20TrivialErrorPBFieldsEEET_RKS3_
30
31
template <class T>
32
0
constexpr T constexpr_max(const T& lhs, const T& rhs) {
33
0
  return lhs > rhs ? lhs : rhs;
34
0
}
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_19TransactionLoadFlagEEET_RKS2_S4_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_11CleanupTypeEEET_RKS2_S4_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_9consensus12LeaderStatusEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxIN7rocksdb19UpdateUserValueTypeEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxIN7rocksdb24FrontierModificationModeEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxIN7rocksdb22KeyValueEncodingFormatEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb13OperationKindEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb14IntentStrengthEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxIN7rocksdb12FlushAbilityEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxIN7rocksdb9IndexTypeEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6client24GrantRevokeStatementTypeEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6tablet9FlushModeEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6tablet12RequireLeaseEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb22RateLimiterSharingModeEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb13StorageDbTypeEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb7KeyTypeEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9BoundTypeEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb15ListExtendOrderEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxIN7rocksdb20UpdateBoundariesTypeEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxIN7rocksdb10FlushStateEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxIN7rocksdb10InsertFlagEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxIN7rocksdb9BlockTypeEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_18BinaryOutputFormatEEET_RKS2_S4_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_20ThreadPoolTokenStateEEET_RKS2_S4_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5tools17DataPatcherActionEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5tools8FileTypeEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxIN7rocksdb14FilterDecisionEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6master11CollectFlagEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_3rpc15ServicePriorityEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_3rpc18InvokeCallbackModeEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6client7OpGroupEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_16UsePrivateIpModeEEET_RKS2_S4_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_3log22SegmentAllocationStateEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_9StdFdTypeEEET_RKS2_S4_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_15SubprocessStateEEET_RKS2_S4_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_20SubprocessStreamModeEEET_RKS2_S4_
Unexecuted instantiation: _ZN2yb13constexpr_maxIN7rocksdb12OutputFormatEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6server17SecureContextTypeEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5tools10enterprise17ListSnapshotsFlagEEET_RKS4_S6_
Unexecuted instantiation: yb-admin_cli.cc:_ZN2yb13constexpr_maxINS_5tools12_GLOBAL__N_116ListTabletsFlagsEEET_RKS4_S6_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb10DocKeyPartEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb15GetDocPathsModeEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb16DocOperationTypeEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb19ResolvedIntentStateEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9DirectionEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb20SeekIntentIterNeededEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_15StackTraceGroupEEET_RKS2_S4_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_3rpc12ResolveStateEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_19WriteBatchFieldKindEEET_RKS2_S4_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_22WriteBatchOutputFormatEEET_RKS2_S4_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb18InitMarkerBehaviorEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_3rpc13TransferStateEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_9pgwrapper14PgProcessStateEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_7tserver13TabletDirTypeEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_15ListPeersFilterEEET_RKS2_S4_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_12ConnectivityEEET_RKS2_S4_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_4bfql17ConvertDecimalViaEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6client11WriteOpTypeEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6client13kv_table_test12PartitioningEEET_RKS4_S6_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_20TransactionErrorCodeEEET_RKS2_S4_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb10IntentTypeEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6tablet14SafeTimeSourceEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6tablet13OperationTypeEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6tablet25CreateIntentsCheckpointInEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_3rpc15RpcRetrierStateEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_3rpc15BackoffStrategyEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6master13GetTablesModeEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_9consensus12ElectionModeEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_9consensus17StateChangeReasonEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_9consensus10RejectModeEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6server18MonitoredTaskStateEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6client18BankAccountsOptionEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_9consensus18RequestTriggerModeEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_9consensus20LeaderLeaseCheckModeEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_9consensus12ElectionVoteEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_9consensus40SetMajorityReplicatedLeaseExpirationFlagEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_9consensus13OperationModeEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9TestDocDbEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_14load_generator10ReadStatusEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_14load_generator25MultiThreadedReaderOptionEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6master10enterprise13CreateObjectsEEET_RKS4_S6_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6master16TServersViewTypeEEET_RKS3_S5_
Unexecuted instantiation: geo_transactions-test.cc:_ZN2yb13constexpr_maxINS_6client12_GLOBAL__N_116ExpectedLocalityEEET_RKS4_S6_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_9pgwrapper14IndexStateFlagEEET_RKS3_S5_
Unexecuted instantiation: pg_mini-test.cc:_ZN2yb13constexpr_maxINS_9pgwrapper12_GLOBAL__N_113TestStatementEEET_RKS4_S6_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_9pgwrapper17FlushOrCompactionEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_2ql14TreeNodeOpcodeEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_11redisserver14RedisReplyTypeEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_11redisserver10SubOrUnsubEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_11redisserver16PatternOrChannelEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_11redisserver14LocalOrClusterEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxIN7rocksdb26BuilderReaderBloomTestTypeEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_3rpc16MarkAsDoneResultEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_3rpc12ReactorStateEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_3rpc9AnyFieldsEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_8rpc_test18AddRequestPBFieldsEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_8rpc_test20SleepRequestPBFieldsEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_8rpc_test22ForwardRequestPBFieldsEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_8rpc_test21ConcatRequestPBFieldsEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_8rpc_test29LightweightSubMessagePBFieldsEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_8rpc_test23LightweightPairPBFieldsEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_8rpc_test44LightweightRequestPB_MapEntry_DoNotUseFieldsEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_8rpc_test26LightweightRequestPBFieldsEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_8rpc_test45LightweightResponsePB_MapEntry_DoNotUseFieldsEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_8rpc_test27LightweightResponsePBFieldsEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_8rpc_test23TrivialResponsePBFieldsEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5tools8KeyStateEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5tools7helpers7TableOpEEET_RKS4_S6_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_18TaskStreamRunStateEEET_RKS2_S4_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_3cdc6OpTypeEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6master29SnapshotScheduleOperationTypeEEET_RKS3_S5_
Unexecuted instantiation: master_snapshot_coordinator.cc:_ZN2yb13constexpr_maxINS_6master12_GLOBAL__N_15BoundEEET_RKS4_S6_
Unexecuted instantiation: master_snapshot_coordinator.cc:_ZN2yb13constexpr_maxINS_6master12_GLOBAL__N_112RestorePhaseEEET_RKS4_S6_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_12OpIdPBFieldsEEET_RKS2_S4_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_3rpc19ConnectionDirectionEEET_RKS3_S5_
Unexecuted instantiation: audit_logger.cc:_ZN2yb13constexpr_maxINS_2ql5audit12_GLOBAL__N_18CategoryEEET_RKS5_S7_
Unexecuted instantiation: pt_select.cc:_ZN2yb13constexpr_maxINS_2ql12_GLOBAL__N_113OpSelectivityEEET_RKS4_S6_
Unexecuted instantiation: _ZN2yb13constexpr_maxIN7rocksdb10BgTaskTypeEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxIN7rocksdb11TimeoutCodeEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_3rpc20RemoteMethodPBFieldsEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_3rpc19RequestHeaderFieldsEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_3rpc20ResponseHeaderFieldsEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_3rpc19ErrorStatusPBFieldsEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6tablet12RemoveReasonEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6tablet22UpdateAbortCheckHTModeEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb17TransactionDumpOpEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6client8internal12BatcherStateEEET_RKS4_S6_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6client15ClientErrorCodeEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_11redisserver15RedisClientModeEEET_RKS3_S5_
Unexecuted instantiation: redis_service.cc:_ZN2yb13constexpr_maxINS_11redisserver12_GLOBAL__N_113OperationTypeEEET_RKS4_S6_
Unexecuted instantiation: transaction.cc:_ZN2yb13constexpr_maxINS_6client12_GLOBAL__N_116TransactionStateEEET_RKS4_S6_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6client13MetadataStateEEET_RKS3_S5_
Unexecuted instantiation: cql_operation.cc:_ZN2yb13constexpr_maxINS_5docdb12_GLOBAL__N_110ValueStateEEET_RKS4_S6_
Unexecuted instantiation: transaction_status_cache.cc:_ZN2yb13constexpr_maxINS_5docdb12_GLOBAL__N_116CommitTimeSourceEEET_RKS4_S6_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6pggate16PgIsolationLevelEEET_RKS3_S5_
Unexecuted instantiation: priority_thread_pool.cc:_ZN2yb13constexpr_maxINS_12_GLOBAL__N_127PriorityThreadPoolTaskStateEEET_RKS3_S5_
Unexecuted instantiation: stack_trace.cc:_ZN2yb13constexpr_maxINS_12_GLOBAL__N_116ThreadStackStateEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_3rpc18RefinedStreamStateEEET_RKS3_S5_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_3rpc9LocalSideEEET_RKS3_S5_
35
36
template <class T1, class T2, class... Args>
37
0
constexpr T1 constexpr_max(const T1& t1, const T2& t2, Args&&... args) {
38
0
  return constexpr_max(t1, constexpr_max(t2, std::forward<Args>(args)...));
39
0
}
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_9consensus12LeaderStatusES2_JS2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_9consensus12LeaderStatusES2_JS2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_9consensus12LeaderStatusES2_JS2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxIN7rocksdb12FlushAbilityES2_JS2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxIN7rocksdb9IndexTypeES2_JS2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6tablet12RequireLeaseES2_JS2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb7KeyTypeES2_JS2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb7KeyTypeES2_JS2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb7KeyTypeES2_JS2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb7KeyTypeES2_JS2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9BoundTypeES2_JS2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9BoundTypeES2_JS2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9BoundTypeES2_JS2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb9ValueTypeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb15ListExtendOrderES2_JS2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxIN7rocksdb20UpdateBoundariesTypeES2_JS2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxIN7rocksdb10FlushStateES2_JS2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_18BinaryOutputFormatES1_JS1_EEET_RKS2_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_20ThreadPoolTokenStateES1_JS1_EEET_RKS2_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_20ThreadPoolTokenStateES1_JS1_S1_EEET_RKS2_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5tools17DataPatcherActionES2_JS2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5tools17DataPatcherActionES2_JS2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6master11CollectFlagES2_JS2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_3rpc18InvokeCallbackModeES2_JS2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6client7OpGroupES2_JS2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_16UsePrivateIpModeES1_JS1_EEET_RKS2_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_16UsePrivateIpModeES1_JS1_S1_EEET_RKS2_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_3log22SegmentAllocationStateES2_JS2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_9StdFdTypeES1_JS1_EEET_RKS2_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_15SubprocessStateES1_JS1_EEET_RKS2_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_20SubprocessStreamModeES1_JS1_EEET_RKS2_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxIN7rocksdb12OutputFormatES2_JS2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxIN7rocksdb12OutputFormatES2_JS2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5tools10enterprise17ListSnapshotsFlagES3_JS3_EEET_RKS4_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5tools10enterprise17ListSnapshotsFlagES3_JS3_S3_EEET_RKS4_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb10DocKeyPartES2_JS2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb10DocKeyPartES2_JS2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb10DocKeyPartES2_JS2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb16DocOperationTypeES2_JS2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb19ResolvedIntentStateES2_JS2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb20SeekIntentIterNeededES2_JS2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_15StackTraceGroupES1_JS1_EEET_RKS2_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_3rpc12ResolveStateES2_JS2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_3rpc12ResolveStateES2_JS2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_3rpc13TransferStateES2_JS2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_9pgwrapper14PgProcessStateES2_JS2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_9pgwrapper14PgProcessStateES2_JS2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_15ListPeersFilterES1_JS1_EEET_RKS2_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_4bfql17ConvertDecimalViaES2_JS2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_4bfql17ConvertDecimalViaES2_JS2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_4bfql17ConvertDecimalViaES2_JS2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_4bfql17ConvertDecimalViaES2_JS2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6client11WriteOpTypeES2_JS2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_20TransactionErrorCodeES1_JS1_EEET_RKS2_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_20TransactionErrorCodeES1_JS1_S1_EEET_RKS2_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_20TransactionErrorCodeES1_JS1_S1_S1_EEET_RKS2_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_20TransactionErrorCodeES1_JS1_S1_S1_S1_EEET_RKS2_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb10IntentTypeES2_JS2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb10IntentTypeES2_JS2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6tablet14SafeTimeSourceES2_JS2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6tablet14SafeTimeSourceES2_JS2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6tablet14SafeTimeSourceES2_JS2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6tablet14SafeTimeSourceES2_JS2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6tablet13OperationTypeES2_JS2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6tablet13OperationTypeES2_JS2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6tablet13OperationTypeES2_JS2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6tablet13OperationTypeES2_JS2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6tablet13OperationTypeES2_JS2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6tablet13OperationTypeES2_JS2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_3rpc15RpcRetrierStateES2_JS2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_3rpc15RpcRetrierStateES2_JS2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_3rpc15RpcRetrierStateES2_JS2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6master13GetTablesModeES2_JS2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_9consensus17StateChangeReasonES2_JS2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_9consensus17StateChangeReasonES2_JS2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_9consensus17StateChangeReasonES2_JS2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_9consensus17StateChangeReasonES2_JS2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_9consensus17StateChangeReasonES2_JS2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_9consensus10RejectModeES2_JS2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6server18MonitoredTaskStateES2_JS2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6server18MonitoredTaskStateES2_JS2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6server18MonitoredTaskStateES2_JS2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6server18MonitoredTaskStateES2_JS2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6client18BankAccountsOptionES2_JS2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6client18BankAccountsOptionES2_JS2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6client18BankAccountsOptionES2_JS2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_9consensus12ElectionVoteES2_JS2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_14load_generator10ReadStatusES2_JS2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_14load_generator10ReadStatusES2_JS2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_14load_generator10ReadStatusES2_JS2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_14load_generator25MultiThreadedReaderOptionES2_JS2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_9pgwrapper14IndexStateFlagES2_JS2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_2ql14TreeNodeOpcodeES2_JS2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_2ql14TreeNodeOpcodeES2_JS2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_2ql14TreeNodeOpcodeES2_JS2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_2ql14TreeNodeOpcodeES2_JS2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_2ql14TreeNodeOpcodeES2_JS2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_2ql14TreeNodeOpcodeES2_JS2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_2ql14TreeNodeOpcodeES2_JS2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_2ql14TreeNodeOpcodeES2_JS2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_2ql14TreeNodeOpcodeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_2ql14TreeNodeOpcodeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_2ql14TreeNodeOpcodeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_2ql14TreeNodeOpcodeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_2ql14TreeNodeOpcodeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_2ql14TreeNodeOpcodeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_2ql14TreeNodeOpcodeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_2ql14TreeNodeOpcodeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_2ql14TreeNodeOpcodeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_2ql14TreeNodeOpcodeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_2ql14TreeNodeOpcodeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_2ql14TreeNodeOpcodeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_2ql14TreeNodeOpcodeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_2ql14TreeNodeOpcodeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_2ql14TreeNodeOpcodeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_2ql14TreeNodeOpcodeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_2ql14TreeNodeOpcodeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_2ql14TreeNodeOpcodeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_2ql14TreeNodeOpcodeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_2ql14TreeNodeOpcodeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_2ql14TreeNodeOpcodeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_2ql14TreeNodeOpcodeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_2ql14TreeNodeOpcodeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_2ql14TreeNodeOpcodeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_2ql14TreeNodeOpcodeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_2ql14TreeNodeOpcodeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_2ql14TreeNodeOpcodeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_2ql14TreeNodeOpcodeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_2ql14TreeNodeOpcodeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_2ql14TreeNodeOpcodeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_2ql14TreeNodeOpcodeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_2ql14TreeNodeOpcodeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_2ql14TreeNodeOpcodeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_2ql14TreeNodeOpcodeES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_11redisserver14RedisReplyTypeES2_JS2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_11redisserver14RedisReplyTypeES2_JS2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_11redisserver14RedisReplyTypeES2_JS2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_11redisserver14RedisReplyTypeES2_JS2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_11redisserver14RedisReplyTypeES2_JS2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_3rpc16MarkAsDoneResultES2_JS2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_3rpc12ReactorStateES2_JS2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_8rpc_test20SleepRequestPBFieldsES2_JS2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_8rpc_test20SleepRequestPBFieldsES2_JS2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_8rpc_test26LightweightRequestPBFieldsES2_JS2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_8rpc_test26LightweightRequestPBFieldsES2_JS2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_8rpc_test26LightweightRequestPBFieldsES2_JS2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_8rpc_test26LightweightRequestPBFieldsES2_JS2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_8rpc_test26LightweightRequestPBFieldsES2_JS2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_8rpc_test26LightweightRequestPBFieldsES2_JS2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_8rpc_test26LightweightRequestPBFieldsES2_JS2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_8rpc_test26LightweightRequestPBFieldsES2_JS2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_8rpc_test26LightweightRequestPBFieldsES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_8rpc_test26LightweightRequestPBFieldsES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_8rpc_test26LightweightRequestPBFieldsES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_8rpc_test26LightweightRequestPBFieldsES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_8rpc_test26LightweightRequestPBFieldsES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_8rpc_test26LightweightRequestPBFieldsES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_8rpc_test26LightweightRequestPBFieldsES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_8rpc_test27LightweightResponsePBFieldsES2_JS2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_8rpc_test27LightweightResponsePBFieldsES2_JS2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_8rpc_test27LightweightResponsePBFieldsES2_JS2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_8rpc_test27LightweightResponsePBFieldsES2_JS2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_8rpc_test27LightweightResponsePBFieldsES2_JS2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_8rpc_test27LightweightResponsePBFieldsES2_JS2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_8rpc_test27LightweightResponsePBFieldsES2_JS2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_8rpc_test27LightweightResponsePBFieldsES2_JS2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_8rpc_test27LightweightResponsePBFieldsES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_8rpc_test27LightweightResponsePBFieldsES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_8rpc_test27LightweightResponsePBFieldsES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_8rpc_test27LightweightResponsePBFieldsES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_8rpc_test27LightweightResponsePBFieldsES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_8rpc_test27LightweightResponsePBFieldsES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_8rpc_test27LightweightResponsePBFieldsES2_JS2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5tools8KeyStateES2_JS2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5tools8KeyStateES2_JS2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5tools7helpers7TableOpES3_JS3_EEET_RKS4_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_18TaskStreamRunStateES1_JS1_EEET_RKS2_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_18TaskStreamRunStateES1_JS1_S1_EEET_RKS2_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_18TaskStreamRunStateES1_JS1_S1_S1_EEET_RKS2_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_18TaskStreamRunStateES1_JS1_S1_S1_S1_EEET_RKS2_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_3cdc6OpTypeES2_JS2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: audit_logger.cc:_ZN2yb13constexpr_maxINS_2ql5audit12_GLOBAL__N_18CategoryES4_JS4_EEET_RKS5_RKT0_DpOT1_
Unexecuted instantiation: audit_logger.cc:_ZN2yb13constexpr_maxINS_2ql5audit12_GLOBAL__N_18CategoryES4_JS4_S4_EEET_RKS5_RKT0_DpOT1_
Unexecuted instantiation: audit_logger.cc:_ZN2yb13constexpr_maxINS_2ql5audit12_GLOBAL__N_18CategoryES4_JS4_S4_S4_EEET_RKS5_RKT0_DpOT1_
Unexecuted instantiation: audit_logger.cc:_ZN2yb13constexpr_maxINS_2ql5audit12_GLOBAL__N_18CategoryES4_JS4_S4_S4_S4_EEET_RKS5_RKT0_DpOT1_
Unexecuted instantiation: audit_logger.cc:_ZN2yb13constexpr_maxINS_2ql5audit12_GLOBAL__N_18CategoryES4_JS4_S4_S4_S4_S4_EEET_RKS5_RKT0_DpOT1_
Unexecuted instantiation: audit_logger.cc:_ZN2yb13constexpr_maxINS_2ql5audit12_GLOBAL__N_18CategoryES4_JS4_S4_S4_S4_S4_S4_EEET_RKS5_RKT0_DpOT1_
Unexecuted instantiation: pt_select.cc:_ZN2yb13constexpr_maxINS_2ql12_GLOBAL__N_113OpSelectivityES3_JS3_EEET_RKS4_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxIN7rocksdb11TimeoutCodeES2_JS2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_3rpc19RequestHeaderFieldsES2_JS2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6tablet12RemoveReasonES2_JS2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6tablet12RemoveReasonES2_JS2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6tablet12RemoveReasonES2_JS2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb17TransactionDumpOpES2_JS2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb17TransactionDumpOpES2_JS2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb17TransactionDumpOpES2_JS2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb17TransactionDumpOpES2_JS2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_5docdb17TransactionDumpOpES2_JS2_S2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6client8internal12BatcherStateES3_JS3_EEET_RKS4_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6client8internal12BatcherStateES3_JS3_S3_EEET_RKS4_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6client8internal12BatcherStateES3_JS3_S3_S3_EEET_RKS4_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6client8internal12BatcherStateES3_JS3_S3_S3_S3_EEET_RKS4_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6client15ClientErrorCodeES2_JS2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6client15ClientErrorCodeES2_JS2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6client15ClientErrorCodeES2_JS2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6client15ClientErrorCodeES2_JS2_S2_S2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_11redisserver15RedisClientModeES2_JS2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: redis_service.cc:_ZN2yb13constexpr_maxINS_11redisserver12_GLOBAL__N_113OperationTypeES3_JS3_EEET_RKS4_RKT0_DpOT1_
Unexecuted instantiation: redis_service.cc:_ZN2yb13constexpr_maxINS_11redisserver12_GLOBAL__N_113OperationTypeES3_JS3_S3_EEET_RKS4_RKT0_DpOT1_
Unexecuted instantiation: transaction.cc:_ZN2yb13constexpr_maxINS_6client12_GLOBAL__N_116TransactionStateES3_JS3_EEET_RKS4_RKT0_DpOT1_
Unexecuted instantiation: transaction.cc:_ZN2yb13constexpr_maxINS_6client12_GLOBAL__N_116TransactionStateES3_JS3_S3_EEET_RKS4_RKT0_DpOT1_
Unexecuted instantiation: transaction.cc:_ZN2yb13constexpr_maxINS_6client12_GLOBAL__N_116TransactionStateES3_JS3_S3_S3_EEET_RKS4_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6client13MetadataStateES2_JS2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: cql_operation.cc:_ZN2yb13constexpr_maxINS_5docdb12_GLOBAL__N_110ValueStateES3_JS3_EEET_RKS4_RKT0_DpOT1_
Unexecuted instantiation: transaction_status_cache.cc:_ZN2yb13constexpr_maxINS_5docdb12_GLOBAL__N_116CommitTimeSourceES3_JS3_EEET_RKS4_RKT0_DpOT1_
Unexecuted instantiation: transaction_status_cache.cc:_ZN2yb13constexpr_maxINS_5docdb12_GLOBAL__N_116CommitTimeSourceES3_JS3_S3_EEET_RKS4_RKT0_DpOT1_
Unexecuted instantiation: transaction_status_cache.cc:_ZN2yb13constexpr_maxINS_5docdb12_GLOBAL__N_116CommitTimeSourceES3_JS3_S3_S3_EEET_RKS4_RKT0_DpOT1_
Unexecuted instantiation: transaction_status_cache.cc:_ZN2yb13constexpr_maxINS_5docdb12_GLOBAL__N_116CommitTimeSourceES3_JS3_S3_S3_S3_EEET_RKS4_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6pggate16PgIsolationLevelES2_JS2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_6pggate16PgIsolationLevelES2_JS2_S2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: priority_thread_pool.cc:_ZN2yb13constexpr_maxINS_12_GLOBAL__N_127PriorityThreadPoolTaskStateES2_JS2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: stack_trace.cc:_ZN2yb13constexpr_maxINS_12_GLOBAL__N_116ThreadStackStateES2_JS2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_3rpc18RefinedStreamStateES2_JS2_EEET_RKS3_RKT0_DpOT1_
Unexecuted instantiation: _ZN2yb13constexpr_maxINS_3rpc18RefinedStreamStateES2_JS2_S2_EEET_RKS3_RKT0_DpOT1_
40
41
template <class T>
42
6.71k
constexpr T ceil_div(const T& n, const T& div) {
43
6.71k
  return (n + div - 1) / div;
44
6.71k
}
_ZN2yb8ceil_divIjEET_RKS1_S3_
Line
Count
Source
42
3.48k
constexpr T ceil_div(const T& n, const T& div) {
43
3.48k
  return (n + div - 1) / div;
44
3.48k
}
_ZN2yb8ceil_divImEET_RKS1_S3_
Line
Count
Source
42
3.22k
constexpr T ceil_div(const T& n, const T& div) {
43
3.22k
  return (n + div - 1) / div;
44
3.22k
}
45
46
template <class T>
47
1.35M
T max_if_negative(T value) {
48
1.35M
  if (value < 0) {
49
1.35M
    return std::numeric_limits<T>::max();
50
1.35M
  }
51
18.4E
  return value;
52
18.4E
}
53
54
template <class T>
55
1.13k
T fit_bounds(const T& value, const T& min, const T& max) {
56
1.13k
  if (value < min) {
57
1.13k
    return min;
58
1.13k
  }
59
8
  if (value > max) {
60
0
    return max;
61
0
  }
62
8
  return value;
63
8
}
_ZN2yb10fit_boundsIxEET_RKS1_S3_S3_
Line
Count
Source
55
6
T fit_bounds(const T& value, const T& min, const T& max) {
56
6
  if (value < min) {
57
0
    return min;
58
0
  }
59
6
  if (value > max) {
60
0
    return max;
61
0
  }
62
6
  return value;
63
6
}
_ZN2yb10fit_boundsINS_9MonoDeltaEEET_RKS2_S4_S4_
Line
Count
Source
55
1.13k
T fit_bounds(const T& value, const T& min, const T& max) {
56
1.13k
  if (value < min) {
57
1.13k
    return min;
58
1.13k
  }
59
2
  if (value > max) {
60
0
    return max;
61
0
  }
62
2
  return value;
63
2
}
64
65
}  // namespace yb
66
67
#endif // YB_UTIL_MATH_UTIL_H_