Searched refs:vobj (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/libucl/src/
H A Ducl_schema.c213 const ucl_object_t *vobj; local
218 while (ret && (vobj = ucl_object_iterate (obj, &viter, true)) != NULL) {
219 found = ucl_schema_test_pattern (vobj, ucl_object_key (prop), false);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp1510 lldb_private::ValueObject *vobj = retVal.get(); local
1513 if (vobj == nullptr || retVal.empty()) {
1520 lldb_private::Value &value = vobj->GetValue();

Completed in 118 milliseconds