Home
last modified time | relevance | path

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

/aosp_15_r20/external/openscreen/tools/cddl/
H A Dmain.cc179 if (!ValidateCppTypes(cpp_result.second)) { in main()
H A Dsema.h369 bool ValidateCppTypes(const CppSymbolTable& cpp_symbols);
H A Dsema.cc821 bool ValidateCppTypes(const CppSymbolTable& cpp_symbols) { in ValidateCppTypes() function