Home
last modified time | relevance | path

Searched refs:nullableProperty (Results 1 – 4 of 4) sorted by relevance

/openbmc/libbej/test/
H A Dbej_tree_test.cpp20 EXPECT_THAT(node.nodeAttr.format.nullableProperty, 0); in TEST()
37 EXPECT_THAT(node.nodeAttr.format.nullableProperty, 0); in TEST()
54 EXPECT_THAT(node.nodeAttr.format.nullableProperty, 0); in TEST()
99 EXPECT_THAT(child.leaf.nodeAttr.format.nullableProperty, 0); in TEST()
132 EXPECT_THAT(child.leaf.nodeAttr.format.nullableProperty, 0); in TEST()
151 EXPECT_THAT(child.leaf.nodeAttr.format.nullableProperty, 0); in TEST()
170 EXPECT_THAT(child.leaf.nodeAttr.format.nullableProperty, 0); in TEST()
189 EXPECT_THAT(child.leaf.nodeAttr.format.nullableProperty, 0); in TEST()
200 EXPECT_THAT(parent.nodeAttr.format.nullableProperty, 0); in TEST()
205 EXPECT_THAT(parent.nodeAttr.format.nullableProperty, 1); in TEST()
/openbmc/libbej/src/
H A Dbej_tree.c10 node->nodeAttr.format.nullableProperty = 0; in bejTreeInitParent()
48 node->nodeAttr.format.nullableProperty = 0; in bejTreeInitChildNode()
132 bool nullableProperty) in bejTreeUpdateNodeFlags() argument
136 node->format.nullableProperty = nullableProperty; in bejTreeUpdateNodeFlags()
/openbmc/libbej/include/libbej/
H A Dbej_common.h103 uint8_t nullableProperty:1; member
H A Dbej_tree.h296 bool nullableProperty);