HomeSort by relevance Sort by last modified time
    Searched refs:_C2_ARGC (Results 1 - 2 of 2) sorted by null

  /hardware/google/av/codec2/tests/
C2UtilTest.cpp 32 static_assert(0 == _C2_ARGC(), "should be 0");
33 static_assert(1 == _C2_ARGC(1), "should be 1");
34 static_assert(2 == _C2_ARGC(1, 2), "should be 2");
35 static_assert(64 == _C2_ARGC(
40 static_assert(0 == _C2_ARGC(,), "should be 0");
41 static_assert(1 == _C2_ARGC(1,), "should be 1");
42 static_assert(2 == _C2_ARGC(1, 2,), "should be 2");
43 static_assert(64 == _C2_ARGC(
  /hardware/google/av/codec2/include/
_C2MacroUtils.h 50 #define _C2_ARGC(...) _C2_ARGC_1(0, ##__VA_ARGS__, \
151 #define _C2_MAP(fn, arg, ...) _C2_MAP__(_C2_ARGC(__VA_ARGS__), fn, arg, ##__VA_ARGS__)

Completed in 70 milliseconds