Searched refs:depth_ (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/system/host/fidl/include/fidl/
H A Dtype_shape.h13 : size_(size), alignment_(alignment), depth_(depth), max_handles_(max_handles), max_out_of_line_(max_out_of_line) {}
22 uint32_t Depth() const { return depth_; }
29 uint32_t depth_; member in class:TypeShape
/fuchsia/zircon/system/ulib/fidl/
H A Dencoding.cpp261 if (depth_ == FIDL_RECURSION_DEPTH) {
264 encoding_frames_[depth_] = frame;
265 ++depth_;
270 ZX_DEBUG_ASSERT(depth_ != 0u);
271 --depth_;
275 ZX_DEBUG_ASSERT(depth_ != 0u);
276 return &encoding_frames_[depth_ - 1];
294 uint32_t depth_ = 0u; member in namespace:__anon1079
H A Ddecoding.cpp241 if (depth_ == FIDL_RECURSION_DEPTH) {
244 decoding_frames_[depth_] = frame;
245 ++depth_;
250 ZX_DEBUG_ASSERT(depth_ != 0u);
251 --depth_;
255 ZX_DEBUG_ASSERT(depth_ != 0u);
256 return &decoding_frames_[depth_ - 1];
272 uint32_t depth_ = 0u; member in namespace:__anon1059
H A Dvalidating.cpp240 if (depth_ == FIDL_RECURSION_DEPTH) {
243 validating_frames_[depth_] = frame;
244 ++depth_;
249 ZX_DEBUG_ASSERT(depth_ != 0u);
250 --depth_;
254 ZX_DEBUG_ASSERT(depth_ != 0u);
255 return &validating_frames_[depth_ - 1];
270 uint32_t depth_ = 0u; member in namespace:__anon1102

Completed in 30 milliseconds