Home
last modified time | relevance | path

Searched defs:tuple_size (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/DebugInfo/
DDWARFDebugArangeSet.cpp87 const uint32_t tuple_size = Header.AddrSize * 2; in extract() local
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dexample-tuple.cpp145 template<typename... Values> struct tuple_size<tuple<Values...> > { struct
149 int check_tuple_size_0[tuple_size<tuple<> >::value == 0? 1 : -1]; argument
Dexample-bind.cpp116 template<typename... Values> struct tuple_size<tuple<Values...> > { struct
117 static const int value = sizeof...(Values);
/external/chromium/chrome/common/
Djson_schema_validator.cc383 size_t tuple_size = tuple_type ? tuple_type->GetSize() : 0; in ValidateTuple() local