#
a46f9850 |
| 27-Sep-2024 |
Brian Ma <chma0@nuvoton.com> |
bej_tree: initialize node attribute format
While initializing the parent and child nodes, initialize the reserved bit of the node attribute format to prevent unexpected reserved bit setting.
And al
bej_tree: initialize node attribute format
While initializing the parent and child nodes, initialize the reserved bit of the node attribute format to prevent unexpected reserved bit setting.
And also override gtest's PrintTo function to avoid accessing uninitialized areas due to structure alignment.
Tested: Run test cases pass
Change-Id: I5b113f47c41ad15de578b80bf5e859f3b0c40503 Signed-off-by: Brian Ma <chma0@nuvoton.com>
show more ...
|
#
bde1bfa1 |
| 18-Aug-2023 |
kasunath <kasunath@google.com> |
Get metadata for bejNull type
Signed-off-by: Kasun Athukorala <kasunath@google.com> Change-Id: I08d0c8f26e1ed64f67cfcf857fbdd8573dae75d4
|
#
99bd6c90 |
| 30-Jul-2023 |
kasunath <kasunath@google.com> |
Add the framework needed for BEJ encoding
This change adds the framework needed for BEJ encoding. Inorder to keep the patch smaller, I only added the basic framework needed to understand how the enc
Add the framework needed for BEJ encoding
This change adds the framework needed for BEJ encoding. Inorder to keep the patch smaller, I only added the basic framework needed to understand how the encoding is done. Rest of the functionality and testing will be added in the later patches.
Signed-off-by: Kasun Athukorala <kasunath@google.com> Change-Id: If2bd315fe5a3e6c7afff2af1750434042517790b
show more ...
|
#
dc3f214b |
| 31-Jan-2023 |
kasunath <kasunath@google.com> |
Add more support to bej_tree API
This change adds bejString, bejReal and bejBoolean node types, and also 2 new APIs, UpdateNodeFlags() and IsParentType().
Signed-off-by: Kasun Athukorala <kasunath@
Add more support to bej_tree API
This change adds bejString, bejReal and bejBoolean node types, and also 2 new APIs, UpdateNodeFlags() and IsParentType().
Signed-off-by: Kasun Athukorala <kasunath@google.com> Change-Id: I94d36a63dd95893acd3517d30790c8fe71917989
show more ...
|
#
2ebe82f5 |
| 31-Jan-2023 |
kasunath <kasunath@google.com> |
Add BEJ tree API.
This API allows us to represent a JSON object with a linked list representation.
Signed-off-by: Kasun Athukorala <kasunath@google.com> Change-Id: I7894e7c10e4db2ad02a79b01bb4d7a48
Add BEJ tree API.
This API allows us to represent a JSON object with a linked list representation.
Signed-off-by: Kasun Athukorala <kasunath@google.com> Change-Id: I7894e7c10e4db2ad02a79b01bb4d7a48d5a197cd
show more ...
|