Searched refs:ABSL_CONST_INIT (Results 1 – 25 of 259) sorted by relevance
1234567891011
24 ABSL_CONST_INIT const char kDelimiter[] = "::";25 ABSL_CONST_INIT const char kExecutionTime[] = "execution_time";26 ABSL_CONST_INIT const char kThreadUtilization[] = "thread_utilization";27 ABSL_CONST_INIT const char kBufferSize[] = "buffer_size";28 ABSL_CONST_INIT const char kBufferCapacity[] = "buffer_capacity";29 ABSL_CONST_INIT const char kBufferUtilization[] = "buffer_utilization";30 ABSL_CONST_INIT const char kFilteredElements[] = "filtered_elements";31 ABSL_CONST_INIT const char kDroppedElements[] = "dropped_elements";32 ABSL_CONST_INIT const char kFeaturesCount[] = "features_count";33 ABSL_CONST_INIT const char kFeatureValuesCount[] = "feature_values_count";[all …]
90 ABSL_CONST_INIT const absl::string_view94 ABSL_CONST_INIT const absl::string_view kRpcClientSentBytesPerRpcMeasureName =97 ABSL_CONST_INIT const absl::string_view101 ABSL_CONST_INIT const absl::string_view105 ABSL_CONST_INIT const absl::string_view kRpcClientRoundtripLatencyMeasureName =108 ABSL_CONST_INIT const absl::string_view kRpcClientServerLatencyMeasureName =112 ABSL_CONST_INIT const absl::string_view116 ABSL_CONST_INIT const absl::string_view kRpcServerSentBytesPerRpcMeasureName =119 ABSL_CONST_INIT const absl::string_view123 ABSL_CONST_INIT const absl::string_view[all …]
94 ABSL_CONST_INIT const absl::string_view98 ABSL_CONST_INIT const absl::string_view kRpcClientSentBytesPerRpcMeasureName =101 ABSL_CONST_INIT const absl::string_view105 ABSL_CONST_INIT const absl::string_view109 ABSL_CONST_INIT const absl::string_view kRpcClientRoundtripLatencyMeasureName =112 ABSL_CONST_INIT const absl::string_view kRpcClientServerLatencyMeasureName =116 ABSL_CONST_INIT const absl::string_view120 ABSL_CONST_INIT const absl::string_view kRpcServerSentBytesPerRpcMeasureName =123 ABSL_CONST_INIT const absl::string_view127 ABSL_CONST_INIT const absl::string_view[all …]
27 ABSL_CONST_INIT extern const char kCompilationCacheResourceName[];31 ABSL_CONST_INIT extern const char kCompiledProtoCacheResourceName[];35 ABSL_CONST_INIT extern const char kCompilationCacheUnloaderResourceName[];37 ABSL_CONST_INIT extern const char kFingerprintLookupResourceName[];
40 ABSL_CONST_INIT const char kOutputSlots[] = "_output_slot_vector";57 ABSL_CONST_INIT const char kExecutionCount[] = "_execution_count";60 ABSL_CONST_INIT const char kOutputSizes[] = "_output_sizes_vector";64 ABSL_CONST_INIT const char kOutputSame[] = "_same_output_for_iterations";67 ABSL_CONST_INIT const char kOutputTypes[] = "_output_dtype_vector";70 ABSL_CONST_INIT const char kOutputShapes[] = "_output_shape_vector";
274 ABSL_CONST_INIT static once_flag init_num_cpus_once;275 ABSL_CONST_INIT static int num_cpus = 0;286 ABSL_CONST_INIT static once_flag init_nominal_cpu_frequency_once;287 ABSL_CONST_INIT static double nominal_cpu_frequency = 1.0;349 ABSL_CONST_INIT static once_flag tid_once;350 ABSL_CONST_INIT static pthread_key_t tid_key;351 ABSL_CONST_INIT static absl::base_internal::SpinLock tid_lock(357 ABSL_CONST_INIT static std::vector<uint32_t> *tid_array
341 ABSL_CONST_INIT static once_flag init_num_cpus_once;342 ABSL_CONST_INIT static int num_cpus = 0;353 ABSL_CONST_INIT static once_flag init_nominal_cpu_frequency_once;354 ABSL_CONST_INIT static double nominal_cpu_frequency = 1.0;416 ABSL_CONST_INIT static once_flag tid_once;417 ABSL_CONST_INIT static pthread_key_t tid_key;418 ABSL_CONST_INIT static absl::base_internal::SpinLock tid_lock(424 ABSL_CONST_INIT static std::vector<uint32_t> *tid_array
100 ABSL_CONST_INIT absl::Mutex const_init_mutex(absl::kConstInit);143 ABSL_CONST_INIT absl::Mutex early_const_init_mutex(absl::kConstInit);154 ABSL_CONST_INIT absl::Mutex const_init_sanity_mutex(absl::kConstInit);171 ABSL_CONST_INIT absl::Mutex late_const_init_mutex(absl::kConstInit);
28 ABSL_CONST_INIT std::atomic<bool> cord_btree_enabled(kCordEnableBtreeDefault);29 ABSL_CONST_INIT std::atomic<bool> cord_ring_buffer_enabled(31 ABSL_CONST_INIT std::atomic<bool> shallow_subcords_enabled(
34 #define ABSL_CONST_INIT [[clang::require_constant_initialization]] macro48 #undef ABSL_CONST_INIT
33 ABSL_CONST_INIT absl::Mutex usage_message_guard(absl::kConstInit);34 ABSL_CONST_INIT std::string* program_usage_message
32 ABSL_CONST_INIT static absl::Mutex program_name_guard(absl::kConstInit);33 ABSL_CONST_INIT static std::string* program_name