Home
last modified time | relevance | path

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

/third_party/boost/libs/multi_array/test/
Dfail_ref_cview.cpp50 boost::array<array_ref::index,3> elmt = {{0,0,0}}; in main() local
52 csma2(elmt) = 5; // FAIL! csma is read only in main()
Dfail_cview.cpp52 boost::array<array::index,3> elmt = {{0,0,0}}; in main() local
55 csma2(elmt) = 5; in main()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Datoms.h71 #define atom_array_append(array, elmt, inc) \ argument
80 (array)->data[(array)->len] = elmt; \