Home
last modified time | relevance | path

Searched refs:stackEmpty (Results 1 – 9 of 9) sorted by relevance

/openbmc/libbej/src/
H A Dbej_encoder_json.cpp6 bool stackEmpty(void* dataPtr) in stackEmpty() function
69 .stackEmpty = stackEmpty, in encode()
H A Dbej_decoder_json.cpp271 static bool stackEmpty(void* dataPtr) in stackEmpty() function
342 .stackEmpty = stackEmpty, in decode()
H A Dbej_decoder_core.c227 if (params->stackCallback->stackEmpty(params->stackDataPtr) && !canBeEmpty) in bejProcessEnding()
235 while (!params->stackCallback->stackEmpty(params->stackDataPtr)) in bejProcessEnding()
289 if (params->stackCallback->stackEmpty(params->stackDataPtr)) in bejIsArrayElement()
792 if (!params.stackCallback->stackEmpty(params.stackDataPtr)) in bejDecode()
833 NULL_CHECK(stackCallback->stackEmpty, "stackEmpty"); in bejDecodePldmBlock()
H A Dbej_encoder_core.c285 while (!stack->stackEmpty(stack->stackContext)) in bejEncodeTree()
H A Dbej_encoder_metadata.c590 while (!stack->stackEmpty(stack->stackContext)) in bejUpdateNodeMetadata()
/openbmc/libbej/include/libbej/
H A Dbej_encoder_json.hpp18 bool stackEmpty(void* dataPtr);
H A Dbej_decoder_core.h148 bool (*stackEmpty)(void* dataPtr); member
H A Dbej_common.h191 bool (*stackEmpty)(void* stackContext); member
/openbmc/libbej/test/
H A Dbej_encoder_test.cpp360 .stackEmpty = stackEmpty, in TEST_P()