Home
last modified time | relevance | path

Searched refs:result_pair (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/base/strings/
Dstring_split.cc110 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/
DSTLExtras.h749 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/cpython2/Objects/
Dfloatobject.c1721 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/
Dinterpreter.cc2242 Node* result_pair = in DoCallRuntimeForPair() local
2248 Node* result0 = __ Projection(0, result_pair); in DoCallRuntimeForPair()
2249 Node* result1 = __ Projection(1, result_pair); in DoCallRuntimeForPair()
Dbytecode-generator.cc2559 RegisterList result_pair(callee.index(), 2); in VisitCall() local
2566 result_pair); in VisitCall()