|
DCCL v5
|
Namespace for objects used internally by DCCL. More...
Functions | |
| bool | has_head_field (const google::protobuf::Descriptor *desc) |
| Recursively checks if a message descriptor has any fields with in_head = true. | |
Namespace for objects used internally by DCCL.
| bool dccl::internal::has_head_field | ( | const google::protobuf::Descriptor * | desc | ) |
Recursively checks if a message descriptor has any fields with in_head = true.
Only recurses into embedded message fields that do not have an explicit in_head setting, since an explicit in_head=false forces all children to BODY.
Definition at line 30 of file field_codec_message_stack.cpp.