Home
last modified time | relevance | path

Searched refs:ERR_REPEATING_FIELD_NAME (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/runtime_core/assembler/
H A Derror.h95 ERR_REPEATING_FIELD_NAME, member in panda::pandasm::Error::ErrorType
H A Dassembly-parser.cpp93 GetError("Repeating field names in the same record.", Error::ErrorType::ERR_REPEATING_FIELD_NAME); in ParseFieldName()
/arkcompiler/runtime_core/static_core/assembler/
H A Derror.h97 ERR_REPEATING_FIELD_NAME, member in ark::pandasm::Error::ErrorType
H A Dassembly-parser.cpp94 GetError("Repeating field names in the same record.", Error::ErrorType::ERR_REPEATING_FIELD_NAME); in ParseFieldName()
/arkcompiler/runtime_core/assembler/tests/
H A Dparser_test.cpp3528 ASSERT_EQ(e.err, Error::ErrorType::ERR_REPEATING_FIELD_NAME); in TEST()
/arkcompiler/runtime_core/static_core/assembler/tests/
H A Dparser_test.cpp3653 ASSERT_EQ(e.err, Error::ErrorType::ERR_REPEATING_FIELD_NAME); in TEST()

Completed in 23 milliseconds