Searched refs:NestedJsonObject (Results 1 – 5 of 5) sorted by relevance
66 constexpr NestedJsonObject AppendNestedObject();71 friend class NestedJsonObject; variable84 class [[nodiscard]] NestedJsonObject {86 NestedJsonObject(const NestedJsonObject&) = delete;87 NestedJsonObject& operator=(const NestedJsonObject&) = delete;89 constexpr NestedJsonObject(NestedJsonObject&&) = default;90 constexpr NestedJsonObject& operator=(NestedJsonObject&&) = default;94 constexpr NestedJsonObject& Add(std::string_view key, const T& value);100 constexpr NestedJsonObject AddNestedObject(std::string_view key);107 constexpr NestedJsonObject(json_impl::NestedJson&& nested) in NestedJsonObject() function[all …]
129 NestedJsonObject tests_json_object = object.AddNestedObject("tests");138 NestedJsonObject num_failures_json =218 NestedJsonObject& curr_json) { in GetTestRecordJsonHelper()220 NestedJsonObject child_json = in GetTestRecordJsonHelper()233 NestedJsonObject child_json = in GetTestRecordJsonHelper()
235 constexpr NestedJsonObject NestedJsonArray::AppendNestedObject() { in AppendNestedObject()239 constexpr NestedJsonArray NestedJsonObject::AddNestedArray( in AddNestedArray()244 constexpr NestedJsonObject NestedJsonObject::AddNestedObject( in AddNestedObject()250 constexpr NestedJsonObject& NestedJsonObject::Add(std::string_view key, in Add()267 constexpr NestedJsonObject JsonArray::AppendNestedObject() { in AppendNestedObject()289 constexpr NestedJsonObject JsonObject::AddNestedObject(std::string_view key) { in AddNestedObject()
24 class NestedJsonObject; variable
85 pw::NestedJsonObject nested_object = json.AddNestedObject("items"); in __anon1fb128a40302()330 NestedJsonObject nested_object = array.AppendNestedObject(); in TEST()341 NestedJsonObject nested_object = array.AppendNestedObject(); in TEST()653 NestedJsonObject object = array.AppendNestedObject(); in TEST()