Home
last modified time | relevance | path

Searched refs:NestedJsonObject (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pigweed/pw_json/public/pw_json/
H A Dbuilder.h66 constexpr NestedJsonObject AppendNestedObject();
71 friend class NestedJsonObject; variable
84 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 …]
/aosp_15_r20/external/pigweed/pw_unit_test/public/pw_unit_test/internal/
H A Dtest_record_trie.h129 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()
/aosp_15_r20/external/pigweed/pw_json/public/pw_json/internal/
H A Dbuilder_impl.h235 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()
H A Dnesting.h24 class NestedJsonObject; variable
/aosp_15_r20/external/pigweed/pw_json/
H A Dbuilder_test.cc85 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()