Home
last modified time | relevance | path

Searched defs:value_type (Results 1 – 25 of 246) sorted by relevance

12345678910

/third_party/skia/third_party/externals/abseil-cpp/absl/random/
Dbenchmarks.cc128 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/
Dvalue_iterators.h30 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/
Dmemory_test.cc345 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/
Dgentokenlookup.py36 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/
Dvalidate_non_uniform.cpp43 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
Dvalidate_atomics.cpp358 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/
Diterator_traits.hpp31 using value_type = typename It::value_type; typedef
54 using value_type = T; typedef
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DMapField.php57 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/
Dtree_iterator.h54 using value_type = NodeTy; variable
148 using value_type = NodeTy; variable
/third_party/spirv-tools/source/opt/
Dtree_iterator.h54 using value_type = NodeTy; variable
148 using value_type = NodeTy; variable
/third_party/mesa3d/src/gallium/frontends/clover/util/
Dtuple.hpp62 ) value_type; typedef
95 > value_type; typedef
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dtree_iterator.h54 using value_type = NodeTy; variable
148 using value_type = NodeTy; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dnode_hash_map.h540 using value_type = std::pair<const Key, Value>; variable
576 static size_t element_space_used(const value_type*) { in element_space_used()
Dinlined_vector_exception_safety_test.cc169 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/
Diterator.h17 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/
Dvalidate_atomics.cpp356 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/
Dvalidate_atomics.cpp356 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/
Dutility.h77 using value_type = T; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DDenseSet.h64 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/
Dcordz_sample_token.h63 using value_type = const CordzInfo&; variable
/third_party/libphonenumber/cpp/src/phonenumbers/base/
Dtemplate_util.h18 typedef T value_type; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DRegionIterator.h102 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/
DTrace.h57 using value_type = RecordVector::value_type; variable
/third_party/mesa3d/include/android_stub/android/
Drect.h47 typedef int32_t value_type; typedef
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_memorypool.h67 using value_type = T; member

12345678910