HomeSort by relevance Sort by last modified time
    Searched defs:prev_val (Results 1 - 4 of 4) sorted by null

  /external/flatbuffers/include/flatbuffers/
minireflect.h 133 const uint8_t *prev_val,
208 assert(prev_val);
209 auto union_type = *prev_val; // Always a uint8_t.
211 auto type_vec = reinterpret_cast<const Vector<uint8_t> *>(prev_val);
252 const uint8_t *prev_val = nullptr; local
281 IterateValue(type, elem_ptr, ref, prev_val, static_cast<soffset_t>(j),
287 IterateValue(type, val, ref, prev_val, -1, visitor);
290 prev_val = val;
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
networkconfig.cpp 145 QString prev_val = phase2Select->currentText(); local
177 if (phase2Select->itemText(i).compare(prev_val) == 0) {
  /device/google/marlin/camera/QCamera2/HAL/
QCameraParameters.cpp 4280 const char *prev_val = get(KEY_QC_ZSL); local
4803 const char *prev_val = get(KEY_QC_PREVIEW_FLIP); local
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraParameters.cpp 4484 const char *prev_val = get(KEY_QC_ZSL); local
5023 const char *prev_val = get(KEY_QC_PREVIEW_FLIP); local
    [all...]

Completed in 188 milliseconds