Home
last modified time | relevance | path

Searched refs:NestedJsonArray (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pigweed/pw_json/public/pw_json/
H A Dbuilder.h50 class [[nodiscard]] NestedJsonArray {
52 NestedJsonArray(const NestedJsonArray&) = delete;
53 NestedJsonArray& operator=(const NestedJsonArray&) = delete;
55 constexpr NestedJsonArray(NestedJsonArray&&) = default;
56 constexpr NestedJsonArray& operator=(NestedJsonArray&&) = default;
60 constexpr NestedJsonArray& Append(const T& value);
63 constexpr NestedJsonArray AppendNestedArray();
73 constexpr NestedJsonArray(json_impl::NestedJson&& nested) in NestedJsonArray() function
97 constexpr NestedJsonArray AddNestedArray(std::string_view key);
105 friend class NestedJsonArray; variable
[all …]
/aosp_15_r20/external/pigweed/pw_json/public/pw_json/internal/
H A Dbuilder_impl.h227 constexpr NestedJsonArray& NestedJsonArray::Append(const T& value) { in Append()
231 constexpr NestedJsonArray NestedJsonArray::AppendNestedArray() { in AppendNestedArray()
235 constexpr NestedJsonObject NestedJsonArray::AppendNestedObject() { in AppendNestedObject()
239 constexpr NestedJsonArray NestedJsonObject::AddNestedArray( in AddNestedArray()
263 constexpr NestedJsonArray JsonArray::AppendNestedArray() { in AppendNestedArray()
285 constexpr NestedJsonArray JsonObject::AddNestedArray(std::string_view key) { in AddNestedArray()
/aosp_15_r20/external/pigweed/pw_json/
H A Dbuilder_test.cc44 pw::NestedJsonArray nested_array = object.AddNestedArray("features"); in __anon1fb128a40202()
72 pw::NestedJsonArray nested_array = json.AddNestedArray("skills"); in __anon1fb128a40302()
284 NestedJsonArray nested_array = array.AppendNestedArray(); in TEST()
293 NestedJsonArray nested_array = array.AppendNestedArray(); in TEST()
304 NestedJsonArray nested_array = array.AppendNestedArray(); in TEST()
638 NestedJsonArray nested = array.AppendNestedArray(); in TEST()
745 NestedJsonArray nested = array.AppendNestedArray(); in __anon1fb128a40702()