Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/lib/
Dutils.cpp30 const Json::ValueType &field_type, bool required) { in ValidateField()
/device/generic/vulkan-cereal/third-party/perfetto/src/protozero/
Dproto_decoder.cc75 auto field_type = static_cast<uint8_t>(preamble & kFieldTypeMask); in ParseOneField() local
/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp8510 auto field_type = static_cast<uint8_t>(preamble & kFieldTypeMask); in ParseOneField() local
43026 auto field_type = static_cast<uint32_t>(varint & 7u); // 7 = 0..0111 in Push() local
44321 uint64_t field_type = varint & 7; // 7 = 0..0111 in Push() local
/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/
Dperfetto.cc6409 auto field_type = static_cast<uint8_t>(preamble & kFieldTypeMask); in ParseOneField() local
33185 uint64_t field_type = varint & 7; // 7 = 0..0111 in Push() local