Home
last modified time | relevance | path

Searched refs:FIDL_MAX_SIZE (Results 1 – 4 of 4) sorted by relevance

/system/ulib/fidl/
A Dformatting.cpp121 if (type->coded_string.max_size != FIDL_MAX_SIZE) { in FormatTypeName()
196 if (type->coded_vector.max_count != FIDL_MAX_SIZE) { in FormatTypeName()
/system/public/zircon/
A Dfidl.h43 #define FIDL_MAX_SIZE UINT32_MAX macro
/system/utest/fidl/
A Dfidl_coded_types.cpp53 fidl_type_t(fidl::FidlCodedString(FIDL_MAX_SIZE, fidl::kNonnullable));
55 fidl_type_t(fidl::FidlCodedString(FIDL_MAX_SIZE, fidl::kNullable));
67 fidl_type_t(fidl::FidlCodedVector(&nonnullable_handle, FIDL_MAX_SIZE, sizeof(zx_handle_t),
70 &nonnullable_handle, FIDL_MAX_SIZE, sizeof(zx_handle_t), fidl::kNullable));
81 fidl_type_t(fidl::FidlCodedVector(nullptr, FIDL_MAX_SIZE, sizeof(uint32_t),
84 nullptr, FIDL_MAX_SIZE, sizeof(uint32_t), fidl::kNullable));
A Dhandle_closing_tests.cpp270 fidl_type_t(fidl::FidlCodedVector(&nullable_handle, FIDL_MAX_SIZE, sizeof(zx_handle_t),

Completed in 9 milliseconds