Home
last modified time | relevance | path

Searched refs:tuple_size (Results 1 - 25 of 37) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugArangeSet.cpp70 const uint32_t tuple_size = HeaderData.AddrSize * 2; in extract() local
73 first_tuple_offset += tuple_size; in extract()
/third_party/skia/third_party/externals/abseil-cpp/absl/utility/
H A Dutility.h292 absl::make_index_sequence<std::tuple_size<
296 absl::make_index_sequence<std::tuple_size<
344 std::tuple_size<absl::decay_t<Tuple>>::value>{}); in make_from_tuple()
H A Dutility_test.cc112 using TupIdxSeq = absl::make_index_sequence<std::tuple_size<Tup>::value>;
/third_party/mesa3d/src/gallium/frontends/clover/util/
H A Dtuple.hpp52 typename E = typename enumerate<std::tuple_size<
84 typename E = typename enumerate<std::tuple_size<
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/effects/
H A DEffects.h58 constexpr size_t numEffects = std::tuple_size<decltype(EffectsTuple)>::value;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
H A DFDRTraceWriter.cpp25 std::tuple_size<typename std::remove_reference<Tuple>::type>::value),
36 std::tuple_size<typename std::remove_reference<Tuple>::type>::value),
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dcontainer_memory.h127 std::tuple_size<typename std::decay<T>::type>::value>())) { in make_index_sequence()
131 std::tuple_size<typename std::decay<T>::type>::value>()); in make_index_sequence()
152 std::tuple_size<typename std::decay<Tuple>::type>::value>()); in ConstructFromTuple()
163 std::tuple_size<typename std::decay<Tuple>::type>::value>(), in WithConstructed()
/third_party/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h436 MakeIndexSequence<std::tuple_size< in MakeIndexSequence()
439 MakeIndexSequence<std::tuple_size< in MakeIndexSequence()
/third_party/libbpf/src/
H A Dbpf_helper_defs.h2194 * *tuple_size* must be one of:
2222 static struct bpf_sock *(*bpf_sk_lookup_tcp)(void *ctx, struct bpf_sock_tuple *tuple, __u32 tuple_size, __u64 netns, __u64 flags) = (void *) 84;
2235 * *tuple_size* must be one of:
2263 static struct bpf_sock *(*bpf_sk_lookup_udp)(void *ctx, struct bpf_sock_tuple *tuple, __u32 tuple_size, __u64 netns, __u64 flags) = (void *) 85;
2499 static struct bpf_sock *(*bpf_skc_lookup_tcp)(void *ctx, struct bpf_sock_tuple *tuple, __u32 tuple_size, __u64 netns, __u64 flags) = (void *) 99;
/third_party/json/include/nlohmann/detail/iterators/
H A Diteration_proxy.hpp14 #include <tuple> // tuple_size, get, tuple_element
222 class tuple_size<::nlohmann::detail::iteration_proxy_value<IteratorType>> class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DFormatVariadic.h156 : formatv_object_base(Fmt, std::tuple_size<Tuple>::value), in formatv_object()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DFormatVariadic.h148 : formatv_object_base(Fmt, std::tuple_size<Tuple>::value), in formatv_object()
/third_party/googletest/googletest/include/gtest/
H A Dgtest-param-test.h508 static_assert(std::tuple_size<decltype(t)>::value <= 2, \
H A Dgtest-printers.h1110 value, std::integral_constant<size_t, std::tuple_size<Tuple>::value>(), in UniversalTersePrintTupleFieldsToStrings()
/third_party/node/deps/googletest/include/gtest/
H A Dgtest-param-test.h509 static_assert(std::tuple_size<decltype(t)>::value <= 2, \
H A Dgtest-printers.h1162 value, std::integral_constant<size_t, std::tuple_size<Tuple>::value>(), in UniversalTersePrintTupleFieldsToStrings()
/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest-param-test.h473 static_assert(std::tuple_size<decltype(t)>::value <= 2, \
H A Dgtest-printers.h897 value, std::integral_constant<size_t, std::tuple_size<Tuple>::value>(), in UniversalTersePrintTupleFieldsToStrings()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DSTLExtras.h708 std::tuple_size<typename std::decay<Tuple>::type>::value>{})) {
710 std::tuple_size<typename std::decay<Tuple>::type>::value>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/
H A DRPCUtils.h881 static_assert(std::tuple_size<T1Tuple>::value >=
882 std::tuple_size<T2Tuple>::value,
884 static_assert(std::tuple_size<T1Tuple>::value <=
885 std::tuple_size<T2Tuple>::value,
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h683 static_assert(std::tuple_size<MatcherTuple>::value == in TupleMatches()
684 std::tuple_size<ValueTuple>::value, in TupleMatches()
686 return TuplePrefix<std::tuple_size<ValueTuple>::value>::Matches(matcher_tuple, in TupleMatches()
695 TuplePrefix<std::tuple_size<MatcherTuple>::value>::ExplainMatchFailuresTo( in ExplainMatchFailureTupleTo()
706 typedef ::std::tuple_size<Tuple> TupleSize;
3153 static_assert(std::tuple_size<T>::value == sizeof...(I), in tie()
3708 matchers.reserve(::std::tuple_size<MatcherTuple>::value); in operator Matcher()
3731 ::std::tuple_size<MatcherTuple>::value < 2, in operator Matcher()
3739 matchers.reserve(::std::tuple_size<MatcherTuple>::value); in operator Matcher()
H A Dgmock-function-mocker.h168 ::testing::tuple_size<typename ::testing::internal::Function< \
/third_party/json/include/nlohmann/detail/conversions/
H A Dto_json.hpp411 to_json_tuple_impl(j, t, make_index_sequence<std::tuple_size<T>::value> {}); in to_json()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DSTLExtras.h1532 std::tuple_size<typename std::decay<Tuple>::type>::value>{})) {
1534 std::tuple_size<typename std::decay<Tuple>::type>::value>;
/third_party/python/Lib/
H A Dargparse.py594 def format(tuple_size):
598 return (result, ) * tuple_size

Completed in 37 milliseconds

12