Home
last modified time | relevance | path

Searched defs:opt_value (Results 1 – 13 of 13) sorted by relevance

/external/perfetto/src/trace_processor/db/
Dcolumn.cc214 auto opt_value = nullable_vector<T>().Get(idx); in FilterIntoNumericWithComparatorSlow() local
223 auto opt_value = nullable_vector<T>().Get(idx); in FilterIntoNumericWithComparatorSlow() local
232 auto opt_value = nullable_vector<T>().Get(idx); in FilterIntoNumericWithComparatorSlow() local
241 auto opt_value = nullable_vector<T>().Get(idx); in FilterIntoNumericWithComparatorSlow() local
250 auto opt_value = nullable_vector<T>().Get(idx); in FilterIntoNumericWithComparatorSlow() local
259 auto opt_value = nullable_vector<T>().Get(idx); in FilterIntoNumericWithComparatorSlow() local
Dcolumn.h447 auto opt_value = nullable_vector<int32_t>().Get(idx); in GetAtIdx() local
451 auto opt_value = nullable_vector<uint32_t>().Get(idx); in GetAtIdx() local
455 auto opt_value = nullable_vector<int64_t>().Get(idx); in GetAtIdx() local
459 auto opt_value = nullable_vector<double>().Get(idx); in GetAtIdx() local
/external/capstone/tests/
Dtest_basic.c17 cs_opt_value opt_value; member
65 cs_opt_value opt_value; in test() member
Dtest_x86.c19 cs_opt_value opt_value; member
Dtest_skipdata.c17 cs_opt_value opt_value; member
Dtest_iter.c18 cs_opt_value opt_value; member
Dtest_detail.c17 cs_opt_value opt_value; member
/external/pdfium/core/fpdfdoc/
Dcpdf_formfield.cpp483 WideString opt_value = GetOptionValue(index); in IsItemSelected() local
517 WideString opt_value = GetOptionValue(index); in SetItemSelection() local
534 const WideString& opt_value) { in SetItemSelectionSelected()
556 const WideString& opt_value) { in SetItemSelectionUnselected()
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_load_balance_test/
Dcpuset_cpu_hog.c117 long opt_value = 0; in checkopt() local
/external/protobuf/js/
Dmap.js530 jspb.Map.Entry_ = function(key, opt_value) { argument
/external/perfetto/src/trace_processor/importers/json/
Djson_trace_tokenizer.cc143 auto opt_value = json::ParseJsonString(base::StringView(dict_begin, len)); in ReadOneJsonDict() local
/external/perfetto/src/trace_processor/storage/
Dtrace_storage.h655 auto opt_value = arg_table_.string_value()[row]; in GetArgValue() local
666 auto opt_value = arg_table_.string_value()[row]; in GetArgValue() local
/external/v8/src/torque/
Dtorque-parser.cc864 auto opt_value = annotations.GetIntParam(name); in GetAnnotationValue() local