Home
last modified time | relevance | path

Searched refs:s_nested (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Python/
Dinstruction_sequence.c149 if (seq->s_nested == NULL) { in _PyInstructionSequence_AddNested()
150 seq->s_nested = PyList_New(0); in _PyInstructionSequence_AddNested()
151 if (seq->s_nested == NULL) { in _PyInstructionSequence_AddNested()
155 if (PyList_Append(seq->s_nested, (PyObject*)nested) < 0) { in _PyInstructionSequence_AddNested()
163 Py_XDECREF(seq->s_nested); in PyInstructionSequence_Fini()
191 seq->s_nested = NULL; in inst_seq_create()
316 if (self->s_nested == NULL) { in InstructionSequenceType_get_nested_impl()
319 return Py_NewRef(self->s_nested); in InstructionSequenceType_get_nested_impl()
403 Py_VISIT(seq->s_nested); in inst_seq_traverse()
410 Py_CLEAR(seq->s_nested); in inst_seq_clear()
/external/golang-protobuf/internal/testprotos/textpb3/
Dtest.proto85 Nested s_nested = 2; field
91 Nested s_nested = 2; field
/external/python/cpython3/Include/internal/
Dpycore_instruction_sequence.h47 PyObject *s_nested; member
/external/golang-protobuf/encoding/prototext/
Ddecode_test.go526 s_nested: {
528 s_nested: {
544 inputText: `s_nested: {
Dencode_test.go363 want: `s_nested: {
365 s_nested: {
/external/python/cpython3/Doc/data/
Dpython3.13.abi23727 …<var-decl name='s_nested' type-id='type-id-4' visibility='default' filepath='./Include/internal/py…