slot 0.0.1
A real time UI render framework
载入中...
搜索中...
未找到
命名空间 | 函数
TreeDeserialization.cpp 文件参考
#include <memory>
#include <vector>
#include <benchmark/TreeDeserialization.h>
#include <capture/CaptureTree.h>
#include <nlohmann/json.hpp>
#include <yoga/Yoga.h>
TreeDeserialization.cpp 的引用(Include)关系图:

命名空间

namespace  facebook
 
namespace  facebook::yoga
 

函数

static bool facebook::yoga::isAuto (json &j)
 
static bool facebook::yoga::isUndefined (json &j)
 
static std::string facebook::yoga::invalidArgumentMessage (const std::string &arg, const std::string &enumName)
 
static float facebook::yoga::floatFromJson (json &j)
 
YGFlexDirection facebook::yoga::flexDirectionFromString (const std::string &str)
 
YGJustify facebook::yoga::justifyContentFromString (const std::string &str)
 
YGAlign facebook::yoga::alignFromString (const std::string &str)
 
YGWrap facebook::yoga::wrapFromString (const std::string &str)
 
YGOverflow facebook::yoga::overflowFromString (const std::string &str)
 
YGDisplay facebook::yoga::displayFromString (const std::string &str)
 
YGPositionType facebook::yoga::positionTypeFromString (const std::string &str)
 
YGUnit facebook::yoga::unitFromJson (json &j)
 
YGEdge facebook::yoga::edgeFromString (const std::string &str)
 
YGErrata facebook::yoga::errataFromString (const std::string &str)
 
YGExperimentalFeature facebook::yoga::experimentalFeatureFromString (const std::string &str)
 
std::string facebook::yoga::edgeStringFromPropertyName (const json::iterator &it, const std::string &propertyName)
 
YGDirection facebook::yoga::directionFromString (const std::string &str)
 
YGMeasureMode facebook::yoga::measureModeFromString (const std::string &str)
 
SerializedMeasureFunc facebook::yoga::serializedMeasureFuncFromJson (json &j)