Searched refs:result_pair (Results 1 – 6 of 6) sorted by relevance
/external/libchrome/base/strings/ |
D | string_split.cc | 110 auto& result_pair = result->back(); in AppendStringKeyValue() local 118 input.substr(0, end_key_pos).CopyToString(&result_pair.first); in AppendStringKeyValue() 128 .CopyToString(&result_pair.second); in AppendStringKeyValue()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | STLExtras.h | 749 template <typename X> struct result_pair { 750 result_pair(std::size_t Index, X Value) : Index(Index), Value(Value) {} 759 typedef result_pair<iter_reference> result_type;
|
/external/python/cpython3/Objects/ |
D | floatobject.c | 1483 PyObject *result_pair = NULL; in float_as_integer_ratio() local 1535 result_pair = PyTuple_Pack(2, numerator, denominator); in float_as_integer_ratio() 1541 return result_pair; in float_as_integer_ratio()
|
/external/python/cpython2/Objects/ |
D | floatobject.c | 1721 PyObject *result_pair = NULL; in float_as_integer_ratio() local 1783 result_pair = PyTuple_Pack(2, numerator, denominator); in float_as_integer_ratio() 1790 return result_pair; in float_as_integer_ratio()
|
/external/v8/src/interpreter/ |
D | interpreter.cc | 2242 Node* result_pair = in DoCallRuntimeForPair() local 2248 Node* result0 = __ Projection(0, result_pair); in DoCallRuntimeForPair() 2249 Node* result1 = __ Projection(1, result_pair); in DoCallRuntimeForPair()
|
D | bytecode-generator.cc | 2559 RegisterList result_pair(callee.index(), 2); in VisitCall() local 2566 result_pair); in VisitCall()
|