Searched refs:nullableProperty (Results 1 – 4 of 4) sorted by relevance
/openbmc/libbej/test/ |
H A D | bej_tree_test.cpp | 20 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 D | bej_tree.c | 10 node->nodeAttr.format.nullableProperty = 0; in bejTreeInitParent() 49 node->nodeAttr.format.nullableProperty = 0; in bejTreeInitChildNode() 134 bool nullableProperty) in bejTreeUpdateNodeFlags() argument 138 node->format.nullableProperty = nullableProperty; in bejTreeUpdateNodeFlags()
|
/openbmc/libbej/include/libbej/ |
H A D | bej_common.h | 103 uint8_t nullableProperty:1; member
|
H A D | bej_tree.h | 296 bool nullableProperty);
|