/third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
D | benchmarks.cc | 128 using value_type = typename Engine::result_type; in BM_Direct() typedef 141 using value_type = typename Engine::result_type; in BM_Generate() typedef 171 using value_type = typename Dist::result_type; in BM_Dist() typedef 183 using value_type = typename Dist::result_type; in BM_Large() typedef 191 using value_type = typename Dist::result_type; in BM_Small() typedef 205 using value_type = typename Dist::result_type; in BM_Beta() typedef 213 using value_type = typename Dist::result_type; in BM_Gamma() typedef 226 using value_type = typename Dist::result_type; in BM_Zipf() typedef 234 using value_type = typename Dist::result_type; in BM_Thread() typedef
|
/third_party/gn/src/base/ |
D | value_iterators.h | 30 using value_type = std::pair<const std::string, Value>; variable 74 using value_type = std::pair<const std::string, Value>; variable 121 using value_type = std::pair<key_type, mapped_type>; variable 160 using value_type = std::pair<key_type, mapped_type>; variable
|
/third_party/skia/third_party/externals/abseil-cpp/absl/memory/ |
D | memory_test.cc | 345 struct value_type {}; in TEST() struct 356 using value_type = X; in TEST() typedef 374 using value_type = X; in TEST() typedef 386 using value_type = X; in TEST() typedef 399 using value_type = X; in TEST() typedef 409 using value_type = X; in TEST() typedef 418 using value_type = X; in TEST() typedef 432 using value_type = X; in TEST() typedef 446 using value_type = X; in TEST() typedef 459 using value_type = X; in TEST() typedef [all …]
|
/third_party/nghttp2/ |
D | gentokenlookup.py | 36 def gen_index_header(tokens, prefix, value_type, comp_fun, return_type, fail_value): argument 66 def gentokenlookup(tokens, prefix, value_type='uint8_t', comp_fun='util::streq_l', return_type='int… argument
|
/third_party/spirv-tools/source/val/ |
D | validate_non_uniform.cpp | 43 const auto value_type = _.FindDef(value)->type_id(); in ValidateGroupNonUniformBallotBitCount() local 78 const uint32_t value_type = _.GetTypeId(inst->GetOperandAs<uint32_t>(3)); in ValidateGroupNonUniformRotateKHR() local
|
D | validate_atomics.cpp | 358 const uint32_t value_type = _.GetOperandTypeId(inst, 3); in AtomicsPass() local 369 const uint32_t value_type = _.GetOperandTypeId(inst, operand_index++); in AtomicsPass() local
|
/third_party/json/include/nlohmann/detail/iterators/ |
D | iterator_traits.hpp | 31 using value_type = typename It::value_type; typedef 54 using value_type = T; typedef
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | MapField.php | 57 private $value_type; variable in Google\\Protobuf\\Internal\\MapField 76 public function __construct($key_type, $value_type, $klass = null)
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | tree_iterator.h | 54 using value_type = NodeTy; variable 148 using value_type = NodeTy; variable
|
/third_party/spirv-tools/source/opt/ |
D | tree_iterator.h | 54 using value_type = NodeTy; variable 148 using value_type = NodeTy; variable
|
/third_party/mesa3d/src/gallium/frontends/clover/util/ |
D | tuple.hpp | 62 ) value_type; typedef 95 > value_type; typedef
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | tree_iterator.h | 54 using value_type = NodeTy; variable 148 using value_type = NodeTy; variable
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
D | node_hash_map.h | 540 using value_type = std::pair<const Key, Value>; variable 576 static size_t element_space_used(const value_type*) { in element_space_used()
|
D | inlined_vector_exception_safety_test.cc | 169 using value_type = typename VecT::value_type; in TYPED_TEST() typedef 180 using value_type = typename VecT::value_type; in TYPED_TEST() typedef 193 using value_type = typename VecT::value_type; in TYPED_TEST() typedef 230 using value_type = typename VecT::value_type; in TYPED_TEST() typedef 269 using value_type = typename VecT::value_type; in TYPED_TEST() typedef 289 using value_type = typename VecT::value_type; in TYPED_TEST() typedef 312 using value_type = typename VecT::value_type; in TYPED_TEST() typedef
|
/third_party/node/deps/v8/src/base/ |
D | iterator.h | 17 using value_type = Type; member 34 using value_type = typename std::iterator_traits<iterator>::value_type; variable
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validate_atomics.cpp | 356 const uint32_t value_type = _.GetOperandTypeId(inst, 3); in AtomicsPass() local 367 const uint32_t value_type = _.GetOperandTypeId(inst, operand_index++); in AtomicsPass() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_atomics.cpp | 356 const uint32_t value_type = _.GetOperandTypeId(inst, 3); in AtomicsPass() local 367 const uint32_t value_type = _.GetOperandTypeId(inst, operand_index++); in AtomicsPass() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/utility/ |
D | utility.h | 77 using value_type = T; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | DenseSet.h | 64 using value_type = ValueT; variable 112 using value_type = ValueT; variable 138 using value_type = ValueT; variable
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
D | cordz_sample_token.h | 63 using value_type = const CordzInfo&; variable
|
/third_party/libphonenumber/cpp/src/phonenumbers/base/ |
D | template_util.h | 18 typedef T value_type; typedef
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | RegionIterator.h | 102 using value_type = typename super::value_type; variable 177 using value_type = typename super::value_type; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/ |
D | Trace.h | 57 using value_type = RecordVector::value_type; variable
|
/third_party/mesa3d/include/android_stub/android/ |
D | rect.h | 47 typedef int32_t value_type; typedef
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_memorypool.h | 67 using value_type = T; member
|