Home
last modified time | relevance | path

Searched defs:opt_list (Results 1 – 3 of 3) sorted by relevance

/external/trace-cmd/tracecmd/include/
Dtrace-local.h218 struct opt_list { struct
219 struct opt_list *next; argument
220 const char *option;
/external/golang-protobuf/internal/testprotos/textpb2/
Dtest.proto226 optional google.protobuf.ListValue opt_list = 26; field
/external/pytorch/test/jit/
Dtest_typing.py567 def opt_list(x): function