Home
last modified time | relevance | path

Searched refs:localValue (Results 1 – 2 of 2) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-subscription.hpp570 auto localValue = value; in resource() local
572 [localValue](){ in resource()
573 localValue->reset(); in resource()
/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp1148 std::unique_ptr<CFXJSE_Value> localValue = GetSimpleValue(pThis, args, 2); in Date2Num() local
1149 if (ValueIsNull(pThis, localValue.get())) { in Date2Num()
1153 localString = ValueToUTF8String(localValue.get()); in Date2Num()
1382 std::unique_ptr<CFXJSE_Value> localValue = GetSimpleValue(pThis, args, 2); in Num2Date() local
1383 if (ValueIsNull(pThis, localValue.get())) { in Num2Date()
1387 localString = ValueToUTF8String(localValue.get()); in Num2Date()
1523 std::unique_ptr<CFXJSE_Value> localValue = GetSimpleValue(pThis, args, 2); in Num2GMTime() local
1524 if (localValue->IsNull()) { in Num2GMTime()
1528 localString = ValueToUTF8String(localValue.get()); in Num2GMTime()
1570 std::unique_ptr<CFXJSE_Value> localValue = GetSimpleValue(pThis, args, 2); in Num2Time() local
[all …]