Home
last modified time | relevance | path

Searched refs:child_ptr (Results 1 – 3 of 3) sorted by relevance

/external/jsilver/src/org/clearsilver/jni/
DJniHdf.java361 long child_ptr = _objChild(hdfptr);
362 if ( child_ptr == 0 ) {
365 return newHdf(child_ptr, this);
/external/llvm-project/lldb/examples/summaries/cocoa/
DCFString.py45 child_ptr = valobj.CreateValueFromAddress(
47 child = child_ptr.CreateValueFromAddress(
49 child_ptr.GetValueAsUnsigned(),
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp2415 void *child_ptr = LLDBSwigPython_GetChildAtIndex(implementor, idx); in GetChildAtIndex() local
2416 if (child_ptr != nullptr && child_ptr != Py_None) { in GetChildAtIndex()
2418 (lldb::SBValue *)LLDBSWIGPython_CastPyObjectToSBValue(child_ptr); in GetChildAtIndex()
2420 Py_XDECREF(child_ptr); in GetChildAtIndex()
2424 Py_XDECREF(child_ptr); in GetChildAtIndex()
2518 void *child_ptr = LLDBSwigPython_GetValueSynthProviderInstance(implementor); in GetSyntheticValue() local
2519 if (child_ptr != nullptr && child_ptr != Py_None) { in GetSyntheticValue()
2521 (lldb::SBValue *)LLDBSWIGPython_CastPyObjectToSBValue(child_ptr); in GetSyntheticValue()
2523 Py_XDECREF(child_ptr); in GetSyntheticValue()
2527 Py_XDECREF(child_ptr); in GetSyntheticValue()