Home
last modified time | relevance | path

Searched refs:JSONVisitor (Results 1 – 4 of 4) sorted by relevance

/external/pigweed/pw_env_setup/py/pw_env_setup/
Djson_visitor.py22 class JSONVisitor(object): # pylint: disable=useless-object-inheritance class
26 super(JSONVisitor, self).__init__(*args, **kwargs)
Denvironment.py454 json_visitor.JSONVisitor().serialize(self, outs)
/external/pigweed/pw_env_setup/py/
Djson_visitor_test.py43 json_visitor.JSONVisitor(self.env, buf)
/external/armnn/third-party/mapbox/
DREADME.md112 For walking the JSON representation you can again either create a `JSONVisitor`:
115 struct JSONVisitor {
124 JSONVisitor visitor;