/third_party/json/docs/mkdocs/docs/api/basic_json/ |
D | flatten.md | 9 value can be restored using the [`unflatten()`](unflatten.md) function. 26 [`unflatten()`](unflatten.md) function. 46 - [unflatten](unflatten.md) the reverse function
|
D | unflatten.md | 1 # <small>nlohmann::basic_json::</small>unflatten 4 basic_json unflatten() const; 37 `#!cpp j == j.flatten().unflatten()`. 46 --8<-- "examples/unflatten.cpp" 52 --8<-- "examples/unflatten.output"
|
D | index.md | 254 - [**unflatten**](unflatten.md) - unflatten a previously flattened JSON value
|
/third_party/json/docs/mkdocs/docs/features/ |
D | json_pointer.md | 80 ## Flatten / unflatten 115 The reverse function, [`unflatten`](../api/basic_json/unflatten.md) recreates the original value. 118 auto j_original = j_flat.unflatten(); 125 - Function [`unflatten`](../api/basic_json/unflatten.md)
|
/third_party/json/docs/examples/ |
D | unflatten.cpp | 25 std::cout << std::setw(4) << j_flattened.unflatten() << '\n'; in main()
|
/third_party/skia/src/core/ |
D | SkImageFilter_Base.h | 176 bool unflatten(SkReadBuffer&, int expectedInputs); 457 if (!localVar.unflatten(buffer, expectedCount)) { \
|
D | SkImageFilter.cpp | 172 bool SkImageFilter_Base::Common::unflatten(SkReadBuffer& buffer, int expectedCount) { in unflatten() function in SkImageFilter_Base::Common
|
/third_party/skia/src/shaders/gradients/ |
D | SkRadialGradient.cpp | 45 if (!desc.unflatten(buffer)) { in CreateProc()
|
D | SkLinearGradient.cpp | 37 if (!desc.unflatten(buffer)) { in CreateProc()
|
D | SkSweepGradient.cpp | 38 if (!desc.unflatten(buffer)) { in CreateProc()
|
D | SkGradientShaderPriv.h | 48 bool unflatten(SkReadBuffer&);
|
D | SkTwoPointConicalGradient.cpp | 131 if (!desc.unflatten(buffer)) { in CreateProc()
|
D | SkGradientShader.cpp | 85 bool SkGradientShaderBase::DescriptorScope::unflatten(SkReadBuffer& buffer) { in unflatten() function in SkGradientShaderBase::DescriptorScope
|
/third_party/skia/src/effects/imagefilters/ |
D | SkMergeImageFilter.cpp | 52 if (!common.unflatten(buffer, -1) || !buffer.isValid()) { in CreateProc()
|
/third_party/libabigail/tests/data/test-diff-pkg/ |
D | graphviz-2.44.0-18.el9.aarch64-self-check-report-0.txt | 34 ==== SELF CHECK SUCCEEDED for 'unflatten' ====
|
/third_party/skia/third_party/externals/expat/expat/ |
D | qa.sh | 194 | unflatten -c 20 \
|
/third_party/json/docs/mkdocs/docs/home/ |
D | exceptions.md | 682 The `unflatten` function converts an object whose keys are JSON Pointers back into an arbitrary nes… 687 [json.exception.type_error.313] invalid value to unflatten 692 The `unflatten` function only works for an object whose keys are JSON Pointers. 696 Calling `unflatten()` on an array `#!json [1,2,3]`: 704 The `unflatten()` function only works for an object whose keys are JSON Pointers and whose values a… 708 Calling `unflatten()` on an object `#!json {"/1", [1,2,3]}`:
|
D | releases.md | 1148 …nter. The original value can be restored by “unflattening” the flattened value using `unflatten()`.
|
/third_party/json/tests/src/ |
D | unit-diagnostics.cpp | 102 …CHECK_THROWS_WITH_AS(j.unflatten(), "[json.exception.type_error.315] (/~1foo) values in object mus…
|
D | unit-json_pointer.cpp | 460 … "[json.exception.type_error.313] invalid value to unflatten", json::type_error&);
|
/third_party/json/include/nlohmann/detail/ |
D | json_pointer.hpp | 807 unflatten(const BasicJsonType& value) in unflatten() function in json_pointer
|
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/ |
D | gst-android-hardware-camera.c | 131 jmethodID unflatten; member 634 android_hardware_camera_parameters.unflatten = in _init_classes() 4627 android_hardware_camera_parameters.unflatten, v_str); in gst_ahc_parameters_unflatten()
|
/third_party/json/include/nlohmann/ |
D | json.hpp | 4652 basic_json unflatten() const in unflatten() function in basic_json 4654 return json_pointer::unflatten(*this); in unflatten()
|
/third_party/json/tests/abi/include/nlohmann/ |
D | json_v3_10_5.hpp | 12999 unflatten(const BasicJsonType& value) in unflatten() function in nlohmann::json_pointer 21372 basic_json unflatten() const in unflatten() function in nlohmann::basic_json 21374 return json_pointer::unflatten(*this); in unflatten()
|
/third_party/json/single_include/nlohmann/ |
D | json.hpp | 14488 unflatten(const BasicJsonType& value) in unflatten() function in json_pointer 23830 basic_json unflatten() const in unflatten() function in basic_json 23832 return json_pointer::unflatten(*this); in unflatten()
|