Home
last modified time | relevance | path

Searched refs:ToIR (Results 1 – 3 of 3) sorted by relevance

/openbmc/libcper/include/libcper/sections/
H A Dcper-section.h18 json_object *(*ToIR)(const UINT8 *, UINT32, char **); member
/openbmc/libcper/
H A Dcper-parse.c409 if (definition->ToIR == NULL) { in read_section()
415 definition->ToIR(cper_section_buf, size, &cper_description); in read_section()
/openbmc/libcper/tests/
H A Dir-tests.c470 assert(section_definitions[i].ToIR != NULL); in CompileTimeAssertions_TwoWayConversion()
472 if (section_definitions[i].ToIR != NULL) { in CompileTimeAssertions_TwoWayConversion()