Move FieldPath.h and FieldMask.h to thrift/lib/cpp2/protocol directory
commit85ec51815dbf78ccca4c1d6ac760399680a03f69
authorTJ Yin <ytj@fb.com>
Fri, 16 Sep 2022 22:16:01 +0000 (16 15:16 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Fri, 16 Sep 2022 22:16:01 +0000 (16 15:16 -0700)
tree4caea191ad740f086fd6b5387e045efd86ed3e45
parentc89bcb8fab3d15667b7a71d84d5dd042fc756d8f
Move FieldPath.h and FieldMask.h to thrift/lib/cpp2/protocol directory

Summary: It's better to make namespace matches directory

Reviewed By: thedavekwon

Differential Revision: D39568526

fbshipit-source-id: 7c7aaaa37e582ab34891a29d5419f107cfaca805
third-party/thrift/src/thrift/doc/beta/any.md
third-party/thrift/src/thrift/lib/cpp2/protocol/FieldMask.cpp [moved from third-party/thrift/src/thrift/lib/cpp2/FieldMask.cpp with 99% similarity]
third-party/thrift/src/thrift/lib/cpp2/protocol/FieldMask.h [moved from third-party/thrift/src/thrift/lib/cpp2/FieldMask.h with 100% similarity]
third-party/thrift/src/thrift/lib/cpp2/protocol/FieldPath.cpp [moved from third-party/thrift/src/thrift/lib/cpp2/FieldPath.cpp with 96% similarity]
third-party/thrift/src/thrift/lib/cpp2/protocol/FieldPath.h [moved from third-party/thrift/src/thrift/lib/cpp2/FieldPath.h with 100% similarity]
third-party/thrift/src/thrift/lib/cpp2/protocol/Patch.cpp
third-party/thrift/src/thrift/lib/cpp2/protocol/detail/Object.h
third-party/thrift/src/thrift/lib/cpp2/test/FieldPathTest.cpp
third-party/thrift/src/thrift/test/FieldMask.thrift
third-party/thrift/src/thrift/test/FieldMaskTest.cpp