HomeSort by relevance Sort by last modified time
    Searched refs:jroot (Results 1 - 5 of 5) sorted by null

  /external/skia/tests/
JSONTest.cpp 200 const auto& jroot = dom.root().as<ObjectValue>(); local
201 REPORTER_ASSERT(reporter, jroot.is<ObjectValue>());
204 const auto& v = jroot["k1"];
216 const auto& v = jroot["k2"];
228 const auto& v = jroot["k3"];
240 const auto& v = jroot["k4"];
252 const auto& v = jroot["k5"];
264 const auto& v = jroot["k6"];
276 const auto& v = jroot["k7"];
292 const auto& v = jroot["k8"]
448 const ObjectValue* jroot = dom.root(); local
    [all...]
  /external/skqp/tests/
JSONTest.cpp 200 const auto& jroot = dom.root().as<ObjectValue>(); local
201 REPORTER_ASSERT(reporter, jroot.is<ObjectValue>());
204 const auto& v = jroot["k1"];
216 const auto& v = jroot["k2"];
228 const auto& v = jroot["k3"];
240 const auto& v = jroot["k4"];
252 const auto& v = jroot["k5"];
264 const auto& v = jroot["k6"];
276 const auto& v = jroot["k7"];
292 const auto& v = jroot["k8"]
448 const ObjectValue* jroot = dom.root(); local
    [all...]
  /external/skia/modules/skottie/src/
Skottie.cpp 280 std::unique_ptr<sksg::Scene> AnimationBuilder::parse(const skjson::ObjectValue& jroot) {
281 this->dispatchMarkers(jroot["markers"]);
283 this->parseAssets(jroot["assets"]);
284 this->parseFonts(jroot["fonts"], jroot["chars"]);
287 auto root = this->attachComposition(jroot, &animators);
  /external/skqp/modules/skottie/src/
Skottie.cpp 227 std::unique_ptr<sksg::Scene> AnimationBuilder::parse(const skjson::ObjectValue& jroot) {
228 this->dispatchMarkers(jroot["markers"]);
230 this->parseAssets(jroot["assets"]);
231 this->parseFonts(jroot["fonts"], jroot["chars"]);
234 auto root = this->attachComposition(jroot, &animators);
  /external/flatbuffers/tests/
test.cpp 2314 auto jroot = flexbuffers::GetRoot(slb.GetBuffer()); local
    [all...]

Completed in 688 milliseconds