Home
last modified time | relevance | path

Searched refs:AddNestedStart (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pigweed/pw_json/public/pw_json/internal/
H A Dbuilder_impl.h423 AddNestedStart(nesting); in JsonArrayAppendNested()
438 AddNestedStart(nesting); in JsonObjectAddNested()
449 constexpr void JsonBuilder::AddNestedStart(const json_impl::Nesting& nesting) { in AddNestedStart() function
476 AddNestedStart(nesting); in NestedJsonArrayAppend()
484 AddNestedStart(nesting); in NestedJsonObjectAdd()
/aosp_15_r20/external/pigweed/pw_json/public/pw_json/
H A Dbuilder.h478 constexpr void AddNestedStart(const json_impl::Nesting& nesting);