Searched refs:stringList (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/pybind11/tests/
H A Dtest_opaque_types.py19 assert m.print_opaque_list(cvp.stringList) == "Opaque list: []"
21 cvp.stringList = lst
22 cvp.stringList.push_back("Element 3")
23 assert m.print_opaque_list(cvp.stringList) == "Opaque list: [Element 1, Element 3]"
H A Dtest_opaque_types.cpp38 StringList stringList; member in class:ClassWithSTLVecProperty
42 .def_readwrite("stringList", &ClassWithSTLVecProperty::stringList);
/gem5/util/streamline/
H A Dm5stats2streamline.py331 def stringList(x): function
403 newline_canary = stringList("1\n2\r\n3\r4\n\r5")
405 end_of_attr = stringList("")
422 body = packed_code + packed32(cookie) + stringList(name)
434 packed32(thread_id) + stringList(name)
445 body = packed_code + packed32(core_id) + packed32(cpuid) + stringList(name)
456 body = packed_code + packed32(cookie) + stringList(name) + packed32(irq)

Completed in 9 milliseconds