|
| static bool | facebook::yoga::inputsMatch (float actualWidth, float expectedWidth, float actualHeight, float expectedHeight, YGMeasureMode actualWidthMode, YGMeasureMode expectedWidthMode, YGMeasureMode actualHeightMode, YGMeasureMode expectedHeightMode) |
| |
| YGSize | facebook::yoga::defaultMeasureFunctionResult () |
| |
| YGSize | facebook::yoga::mockMeasureFunc (YGNodeConstRef node, float availableWidth, YGMeasureMode widthMode, float availableHeight, YGMeasureMode heightMode) |
| |
| std::shared_ptr< const YGConfig > | facebook::yoga::buildConfigFromJson (const json &j) |
| |
| std::string | facebook::yoga::edgeStringFromPropertyName (const std::string &key, const std::string &propertyName) |
| |
| void | facebook::yoga::setStylesFromJson (const json &j, YGNodeRef node) |
| |
| std::shared_ptr< YGNode > | facebook::yoga::buildNodeFromJson (const json &j, std::shared_ptr< const YGConfig > config, std::shared_ptr< SerializedMeasureFuncMap > fns) |
| |
| std::shared_ptr< YogaNodeAndConfig > | facebook::yoga::buildTreeFromJson (const json &j, std::shared_ptr< SerializedMeasureFuncMap > fns, std::shared_ptr< YogaNodeAndConfig > parent, size_t index) |
| |
| BenchmarkResult | facebook::yoga::generateBenchmark (json &capture) |
| |
| static void | facebook::yoga::printBenchmarkResult (const std::string &name, SteadyClockDurations &durations) |
| |
| void | facebook::yoga::benchmark (std::filesystem::path &capturesDir) |
| |
| int | main (int argc, char *argv[]) |
| |