diff options
Diffstat (limited to 'etc/import/absl/container/TARGETS.absl')
-rw-r--r-- | etc/import/absl/container/TARGETS.absl | 169 |
1 files changed, 160 insertions, 9 deletions
diff --git a/etc/import/absl/container/TARGETS.absl b/etc/import/absl/container/TARGETS.absl index 96165d82..5cce491f 100644 --- a/etc/import/absl/container/TARGETS.absl +++ b/etc/import/absl/container/TARGETS.absl @@ -1,6 +1,6 @@ { "inlined_vector": { "type": "export" - , "target": "inlined_vector_internal_" + , "target": "inlined_vector (unexported)" , "flexible_config": [ "ADD_CFLAGS" , "ADD_CXXFLAGS" @@ -18,7 +18,7 @@ , "TOOLCHAIN_CONFIG" ] } -, "inlined_vector_internal_": +, "inlined_vector (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["inlined_vector"] , "stage": ["absl", "container"] @@ -26,6 +26,7 @@ , "deps": [ "inlined_vector_internal" , ["absl/algorithm", "algorithm"] + , ["absl/base", "config"] , ["absl/base", "core_headers"] , ["absl/base", "throw_delegate"] , ["absl/memory", "memory"] @@ -46,6 +47,26 @@ ] } , "compressed_tuple": + { "type": "export" + , "target": "compressed_tuple (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "compressed_tuple (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["compressed_tuple"] , "stage": ["absl", "container"] @@ -53,6 +74,26 @@ , "deps": [["absl/utility", "utility"]] } , "fixed_array": + { "type": "export" + , "target": "fixed_array (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "fixed_array (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["fixed_array"] , "stage": ["absl", "container"] @@ -68,6 +109,26 @@ ] } , "container_memory": + { "type": "export" + , "target": "container_memory (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "container_memory (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["container_memory"] , "stage": ["absl", "container"] @@ -80,6 +141,26 @@ ] } , "layout": + { "type": "export" + , "target": "layout (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "layout (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["layout"] , "stage": ["absl", "container"] @@ -87,6 +168,7 @@ , "deps": [ ["absl/base", "config"] , ["absl/base", "core_headers"] + , ["absl/debugging", "demangle_internal"] , ["absl/meta", "type_traits"] , ["absl/strings", "strings"] , ["absl/types", "span"] @@ -95,7 +177,7 @@ } , "flat_hash_map": { "type": "export" - , "target": "flat_hash_map_internal" + , "target": "flat_hash_map (unexported)" , "flexible_config": [ "ADD_CFLAGS" , "ADD_CXXFLAGS" @@ -113,7 +195,7 @@ , "TOOLCHAIN_CONFIG" ] } -, "flat_hash_map_internal": +, "flat_hash_map (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["flat_hash_map"] , "stage": ["absl", "container"] @@ -128,6 +210,26 @@ ] } , "hash_function_defaults": + { "type": "export" + , "target": "hash_function_defaults (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "hash_function_defaults (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["hash_function_defaults"] , "stage": ["absl", "container"] @@ -140,12 +242,37 @@ ] } , "raw_hash_map": + { "type": "export" + , "target": "raw_hash_map (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "raw_hash_map (unexported)": { "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"]] + [ "container_memory" + , "raw_hash_set" + , ["absl/base", "config"] + , ["absl/base", "core_headers"] + , ["absl/base", "throw_delegate"] + ] } , "common": { "type": ["@", "rules", "CC", "library"] @@ -155,6 +282,26 @@ , "deps": [["absl/meta", "type_traits"], ["absl/types", "optional"]] } , "raw_hash_set": + { "type": "export" + , "target": "raw_hash_set (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "raw_hash_set (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["raw_hash_set"] , "stage": ["absl", "container"] @@ -169,9 +316,11 @@ , "hashtablez_sampler" , ["absl/base", "config"] , ["absl/base", "core_headers"] + , ["absl/base", "dynamic_annotations"] , ["absl/base", "endian"] , ["absl/base", "prefetch"] , ["absl/base", "raw_logging_internal"] + , ["absl/hash", "hash"] , ["absl/memory", "memory"] , ["absl/meta", "type_traits"] , ["absl/numeric", "bits"] @@ -219,17 +368,19 @@ [ ["absl/base", "base"] , ["absl/base", "config"] , ["absl/base", "core_headers"] + , ["absl/base", "raw_logging_internal"] , ["absl/debugging", "stacktrace"] , ["absl/memory", "memory"] , ["absl/profiling", "exponential_biased"] , ["absl/profiling", "sample_recorder"] , ["absl/synchronization", "synchronization"] + , ["absl/time", "time"] , ["absl/utility", "utility"] ] } , "flat_hash_set": { "type": "export" - , "target": "flat_hash_set_internal" + , "target": "flat_hash_set (unexported)" , "flexible_config": [ "ADD_CFLAGS" , "ADD_CXXFLAGS" @@ -247,7 +398,7 @@ , "TOOLCHAIN_CONFIG" ] } -, "flat_hash_set_internal": +, "flat_hash_set (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["flat_hash_set"] , "stage": ["absl", "container"] @@ -263,7 +414,7 @@ } , "btree": { "type": "export" - , "target": "btree_internal" + , "target": "btree (unexported)" , "flexible_config": [ "ADD_CFLAGS" , "ADD_CXXFLAGS" @@ -281,7 +432,7 @@ , "TOOLCHAIN_CONFIG" ] } -, "btree_internal": +, "btree (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["btree"] , "stage": ["absl", "container"] |