Searched refs:struct_fields_ (Results 1 – 1 of 1) sorted by relevance
92 struct_fields_(std::move(struct_fields)), in ObjectProperty()100 public_view_.num_struct_fields = struct_fields_.size(); in GetPublicView()102 for (const auto& property : struct_fields_) { in GetPublicView()114 std::vector<std::unique_ptr<StructProperty>> struct_fields_; variable