C++ 17 style nested namespaces (#1326)
Summary: X-link: https://github.com/facebook/react-native/pull/38304 Pull Request resolved: https://github.com/facebook/yoga/pull/1326 For better readability Reviewed By: christophpurrer Differential Revision: D47384926 fbshipit-source-id: 2f60d50a185331b3624d45d1fc45f98d504b3034
This commit is contained in:
committed by
Facebook GitHub Bot
parent
423dc155d8
commit
660edcec20
@@ -9,9 +9,7 @@
|
||||
#include "ScopedGlobalRef.h"
|
||||
#include "ScopedLocalRef.h"
|
||||
|
||||
namespace facebook {
|
||||
namespace yoga {
|
||||
namespace vanillajni {
|
||||
namespace facebook::yoga::vanillajni {
|
||||
|
||||
/**
|
||||
* Registers a set of methods for a JNI class. Aborts if registration fails.
|
||||
@@ -74,6 +72,5 @@ ScopedLocalRef<jobject> callStaticObjectMethod(
|
||||
ScopedGlobalRef<jobject> newGlobalRef(JNIEnv* env, jobject obj);
|
||||
|
||||
ScopedGlobalRef<jthrowable> newGlobalRef(JNIEnv* env, jthrowable obj);
|
||||
} // namespace vanillajni
|
||||
} // namespace yoga
|
||||
} // namespace facebook
|
||||
|
||||
} // namespace facebook::yoga::vanillajni
|
||||
|
Reference in New Issue
Block a user