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

/freebsd-12-stable/contrib/libucl/src/
H A Ducl_schema.c222 const ucl_object_t *vobj; local
227 while (ret && (vobj = ucl_object_iterate (obj, &viter, true)) != NULL) {
228 found = ucl_schema_test_pattern (vobj, ucl_object_key (prop), false);
/freebsd-12-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 53 milliseconds