Searched refs:result_pair (Results 1 – 6 of 6) sorted by relevance
/third_party/gn/src/base/strings/ |
D | string_split.cc | 101 auto& result_pair = result->back(); in AppendStringKeyValue() local 108 result_pair.first.assign(input.substr(0, end_key_pos)); in AppendStringKeyValue() 117 result_pair.second.assign( in AppendStringKeyValue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | STLExtras.h | 1408 template <typename R> struct result_pair { 1414 result_pair() = default; 1415 result_pair(std::size_t Index, IterOfRange<R> Iter) 1418 result_pair<R>(const result_pair<R> &Other) 1420 result_pair<R> &operator=(const result_pair<R> &Other) { 1438 enumerator_iter<R>, std::forward_iterator_tag, result_pair<R>, 1442 using result_type = result_pair<R>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | STLExtras.h | 632 template <typename X> struct result_pair { 633 result_pair(std::size_t Index, X Value) : Index(Index), Value(Value) {} 642 typedef result_pair<iter_reference> result_type;
|
/third_party/node/deps/v8/src/interpreter/ |
D | interpreter-generator.cc | 1518 auto result_pair = in IGNITION_HANDLER() local 1521 TNode<Object> result0 = Projection<0>(result_pair); in IGNITION_HANDLER() 1522 TNode<Object> result1 = Projection<1>(result_pair); in IGNITION_HANDLER() 2799 TNode<PairT<Object, Smi>> result_pair = CallRuntime<PairT<Object, Smi>>( \ 2801 TNode<Object> return_value = Projection<0>(result_pair); \ 2802 TNode<IntPtrT> original_bytecode = SmiUntag(Projection<1>(result_pair)); \
|
D | bytecode-generator.cc | 5442 RegisterList result_pair = register_allocator()->NewRegisterList(2); in VisitCall() local 5448 result_pair) in VisitCall() 5449 .MoveRegister(result_pair[0], callee) in VisitCall() 5450 .MoveRegister(result_pair[1], receiver); in VisitCall()
|
/third_party/python/Objects/ |
D | floatobject.c | 1544 PyObject *result_pair = NULL; in float_as_integer_ratio_impl() local 1594 result_pair = PyTuple_Pack(2, numerator, denominator); in float_as_integer_ratio_impl() 1600 return result_pair; in float_as_integer_ratio_impl()
|