Home
last modified time | relevance | path

Searched defs:kTypes (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fpdfapi/parser/
Dcpdf_parser_unittest.cpp115 static const CPDF_TestParser::ObjectType kTypes[] = { in TEST() local
148 static const CPDF_TestParser::ObjectType kTypes[] = { in TEST() local
188 static const CPDF_TestParser::ObjectType kTypes[] = { in TEST() local
226 static const CPDF_TestParser::ObjectType kTypes[] = { in TEST() local
/external/pdfium/testing/fuzzers/
Dpdf_cfgas_stringformatter_fuzzer.cc17 const FX_DATETIMETYPE kTypes[] = {FX_DATETIMETYPE_Date, FX_DATETIMETYPE_Time, variable
/external/perfetto/src/trace_processor/storage/
Dstats.h253 constexpr Type kTypes[] = {PERFETTO_TP_STATS(PERFETTO_TP_STATS_TYPE)}; variable
/external/pigweed/pw_rpc/public/pw_rpc/
Dpayloads_view.h135 constexpr auto kTypes = PacketTypesWithPayload(MethodInfo<kMethod>::kType); in For() local
/external/flatbuffers/include/flatbuffers/
Didl.h589 enum MiniReflect { kNone, kTypes, kTypesAndNames }; enumerator