Home
last modified time | relevance | path

Searched defs:structs (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/libs/compute/test/
Dtest_struct.cpp147 compute::vector<StructWithArray> structs(context); in BOOST_AUTO_TEST_CASE() local
/third_party/libffi/
Dconfigure.ac332 AC_ARG_ENABLE(structs, optenable
/third_party/python/Modules/_ctypes/
Dstgdict.c716 ffi_type *structs; /* point to struct aliases of arrays */ in PyCStructUnionType_update_stgdict() local
/third_party/flutter/skia/third_party/externals/wuffs/lang/check/
Dcheck.go172 structs map[t.QID]*a.Struct member
/third_party/protobuf/ruby/tests/
Dbasic_test_proto2.proto183 repeated MyStruct structs = 1; field
Dbasic_test.proto202 repeated MyStruct structs = 1; field
/third_party/flutter/skia/third_party/externals/dawn/generator/
Ddawn_json_generator.py210 def topo_sort_structure(structs): argument