rename PtrJNodeMap to PtrJNodeMapVanilla in yoga vanilla jni files
Summary: Rename PtrJNodeMap in vanilla files top PtrJNodeMapVanilla , otherwise they conflict Reviewed By: amir-shalem Differential Revision: D17842001 fbshipit-source-id: eb164076ee2a68d79dc376826508a4143056ea31
This commit is contained in:
committed by
Facebook Github Bot
parent
8aa67abdb2
commit
050893f15a
@@ -13,13 +13,13 @@
|
||||
using namespace facebook::yoga::vanillajni;
|
||||
using namespace std;
|
||||
|
||||
class PtrJNodeMap {
|
||||
class PtrJNodeMapVanilla {
|
||||
std::map<YGNodeRef, size_t> ptrsToIdxs_;
|
||||
jobjectArray javaNodes_;
|
||||
|
||||
public:
|
||||
PtrJNodeMap() : ptrsToIdxs_{}, javaNodes_{} {}
|
||||
PtrJNodeMap(
|
||||
PtrJNodeMapVanilla() : ptrsToIdxs_{}, javaNodes_{} {}
|
||||
PtrJNodeMapVanilla(
|
||||
jlong* nativePointers,
|
||||
size_t nativePointersSize,
|
||||
jobjectArray javaNodes)
|
||||
|
Reference in New Issue
Block a user