Home
last modified time | relevance | path

Searched defs:get_dimension (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/units/
Dget_dimension.hpp27 struct get_dimension {}; struct
31 struct get_dimension< unit<Dim,System> > struct
33 typedef Dim type;
38 struct get_dimension< absolute<Unit> > struct
40 typedef typename get_dimension<Unit>::type type;
45 struct get_dimension< quantity<Unit,Y> > struct
47 typedef typename get_dimension<Unit>::type type;
/third_party/ffmpeg/libavcodec/
Drv40.c108 static int get_dimension(GetBitContext *gb, const int *dim) in get_dimension() function