summaryrefslogtreecommitdiff
path: root/etc/import/absl/container/TARGETS.absl
blob: e74c658d16e00876c100482d5c5c83e0ed46ee53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
{ "inlined_vector":
  { "type": "export"
  , "target": "inlined_vector_internal_"
  , "flexible_config":
    [ "ADD_CFLAGS"
    , "ADD_CXXFLAGS"
    , "AR"
    , "ARCH"
    , "CC"
    , "CFLAGS"
    , "COMPILER_FAMILY"
    , "CXX"
    , "CXXFLAGS"
    , "DEBUG"
    , "ENV"
    , "HOST_ARCH"
    , "OS"
    , "TARGET_ARCH"
    ]
  }
, "inlined_vector_internal_":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["inlined_vector"]
  , "stage": ["absl", "container"]
  , "hdrs": ["inlined_vector.h"]
  , "deps":
    [ "inlined_vector_internal"
    , ["absl/algorithm", "algorithm"]
    , ["absl/base", "core_headers"]
    , ["absl/base", "throw_delegate"]
    , ["absl/memory", "memory"]
    , ["absl/meta", "type_traits"]
    ]
  }
, "inlined_vector_internal":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["inlined_vector_internal"]
  , "stage": ["absl", "container"]
  , "hdrs": ["internal/inlined_vector.h"]
  , "deps":
    [ "compressed_tuple"
    , ["absl/base", "core_headers"]
    , ["absl/memory", "memory"]
    , ["absl/meta", "type_traits"]
    , ["absl/types", "span"]
    ]
  }
, "compressed_tuple":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["compressed_tuple"]
  , "stage": ["absl", "container"]
  , "hdrs": ["internal/compressed_tuple.h"]
  , "deps": [["absl/utility", "utility"]]
  }
, "fixed_array":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["fixed_array"]
  , "stage": ["absl", "container"]
  , "hdrs": ["fixed_array.h"]
  , "deps":
    [ "compressed_tuple"
    , ["absl/algorithm", "algorithm"]
    , ["absl/base", "config"]
    , ["absl/base", "core_headers"]
    , ["absl/base", "dynamic_annotations"]
    , ["absl/base", "throw_delegate"]
    , ["absl/memory", "memory"]
    ]
  }
, "container_memory":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["container_memory"]
  , "stage": ["absl", "container"]
  , "hdrs": ["internal/container_memory.h"]
  , "deps":
    [ ["absl/base", "config"]
    , ["absl/memory", "memory"]
    , ["absl/meta", "type_traits"]
    , ["absl/utility", "utility"]
    ]
  }
, "layout":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["layout"]
  , "stage": ["absl", "container"]
  , "hdrs": ["internal/layout.h"]
  , "deps":
    [ ["absl/base", "config"]
    , ["absl/base", "core_headers"]
    , ["absl/meta", "type_traits"]
    , ["absl/strings", "strings"]
    , ["absl/types", "span"]
    , ["absl/utility", "utility"]
    ]
  }
, "flat_hash_map":
  { "type": "export"
  , "target": "flat_hash_map_internal"
  , "flexible_config":
    [ "ADD_CFLAGS"
    , "ADD_CXXFLAGS"
    , "AR"
    , "ARCH"
    , "CC"
    , "CFLAGS"
    , "COMPILER_FAMILY"
    , "CXX"
    , "CXXFLAGS"
    , "DEBUG"
    , "ENV"
    , "HOST_ARCH"
    , "OS"
    , "TARGET_ARCH"
    ]
  }
, "flat_hash_map_internal":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["flat_hash_map"]
  , "stage": ["absl", "container"]
  , "hdrs": ["flat_hash_map.h"]
  , "deps":
    [ "container_memory"
    , "hash_function_defaults"
    , "raw_hash_map"
    , ["absl/algorithm", "container"]
    , ["absl/base", "core_headers"]
    , ["absl/memory", "memory"]
    ]
  }
, "hash_function_defaults":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["hash_function_defaults"]
  , "stage": ["absl", "container"]
  , "hdrs": ["internal/hash_function_defaults.h"]
  , "deps":
    [ ["absl/base", "config"]
    , ["absl/hash", "hash"]
    , ["absl/strings", "strings"]
    , ["absl/strings", "cord"]
    ]
  }
, "raw_hash_map":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["raw_hash_map"]
  , "stage": ["absl", "container"]
  , "hdrs": ["internal/raw_hash_map.h"]
  , "deps":
    ["container_memory", "raw_hash_set", ["absl/base", "throw_delegate"]]
  }
, "common":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["common"]
  , "stage": ["absl", "container"]
  , "hdrs": ["internal/common.h"]
  , "deps": [["absl/meta", "type_traits"], ["absl/types", "optional"]]
  }
, "raw_hash_set":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["raw_hash_set"]
  , "stage": ["absl", "container"]
  , "hdrs": ["internal/raw_hash_set.h"]
  , "srcs": ["internal/raw_hash_set.cc"]
  , "deps":
    [ "common"
    , "compressed_tuple"
    , "container_memory"
    , "hash_policy_traits"
    , "hashtable_debug_hooks"
    , "hashtablez_sampler"
    , ["absl/base", "config"]
    , ["absl/base", "core_headers"]
    , ["absl/base", "endian"]
    , ["absl/base", "prefetch"]
    , ["absl/base", "raw_logging_internal"]
    , ["absl/memory", "memory"]
    , ["absl/meta", "type_traits"]
    , ["absl/numeric", "bits"]
    , ["absl/utility", "utility"]
    ]
  }
, "container_common":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["container_common"]
  , "stage": ["absl", "container"]
  , "hdrs": ["internal/common.h"]
  , "deps": [["absl/meta", "type_traits"]]
  }
, "hash_policy_traits":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["hash_policy_traits"]
  , "stage": ["absl", "container"]
  , "hdrs": ["internal/hash_policy_traits.h"]
  , "deps": ["common_policy_traits", ["absl/meta", "type_traits"]]
  }
, "common_policy_traits":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["common_policy_traits"]
  , "stage": ["absl", "container"]
  , "hdrs": ["internal/common_policy_traits.h"]
  , "deps": [["absl/meta", "type_traits"]]
  }
, "hashtable_debug_hooks":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["hashtable_debug_hooks"]
  , "stage": ["absl", "container"]
  , "hdrs": ["internal/hashtable_debug_hooks.h"]
  , "deps": [["absl/base", "config"]]
  }
, "hashtablez_sampler":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["hashtablez_sampler"]
  , "stage": ["absl", "container"]
  , "hdrs": ["internal/hashtablez_sampler.h"]
  , "srcs":
    [ "internal/hashtablez_sampler.cc"
    , "internal/hashtablez_sampler_force_weak_definition.cc"
    ]
  , "deps":
    [ ["absl/base", "base"]
    , ["absl/base", "config"]
    , ["absl/base", "core_headers"]
    , ["absl/debugging", "stacktrace"]
    , ["absl/memory", "memory"]
    , ["absl/profiling", "exponential_biased"]
    , ["absl/profiling", "sample_recorder"]
    , ["absl/synchronization", "synchronization"]
    , ["absl/utility", "utility"]
    ]
  }
, "flat_hash_set":
  { "type": "export"
  , "target": "flat_hash_set_internal"
  , "flexible_config":
    [ "ADD_CFLAGS"
    , "ADD_CXXFLAGS"
    , "AR"
    , "ARCH"
    , "CC"
    , "CFLAGS"
    , "COMPILER_FAMILY"
    , "CXX"
    , "CXXFLAGS"
    , "DEBUG"
    , "ENV"
    , "HOST_ARCH"
    , "OS"
    , "TARGET_ARCH"
    ]
  }
, "flat_hash_set_internal":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["flat_hash_set"]
  , "stage": ["absl", "container"]
  , "hdrs": ["flat_hash_set.h"]
  , "deps":
    [ "container_memory"
    , "hash_function_defaults"
    , "raw_hash_set"
    , ["absl/algorithm", "container"]
    , ["absl/base", "core_headers"]
    , ["absl/memory", "memory"]
    ]
  }
, "btree":
  { "type": "export"
  , "target": "btree_internal"
  , "flexible_config":
    [ "ADD_CFLAGS"
    , "ADD_CXXFLAGS"
    , "AR"
    , "ARCH"
    , "CC"
    , "CFLAGS"
    , "COMPILER_FAMILY"
    , "CXX"
    , "CXXFLAGS"
    , "DEBUG"
    , "ENV"
    , "HOST_ARCH"
    , "OS"
    , "TARGET_ARCH"
    ]
  }
, "btree_internal":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["btree"]
  , "stage": ["absl", "container"]
  , "hdrs":
    [ "btree_map.h"
    , "btree_set.h"
    , "internal/btree.h"
    , "internal/btree_container.h"
    ]
  , "deps":
    [ "common"
    , "common_policy_traits"
    , "compressed_tuple"
    , "container_memory"
    , "layout"
    , ["absl/base", "core_headers"]
    , ["absl/base", "raw_logging_internal"]
    , ["absl/base", "throw_delegate"]
    , ["absl/memory", "memory"]
    , ["absl/meta", "type_traits"]
    , ["absl/strings", "strings"]
    , ["absl/strings", "cord"]
    , ["absl/types", "compare"]
    , ["absl/utility", "utility"]
    ]
  }
}