OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_RootRule
(Results
1 - 2
of
2
) sorted by null
/external/srec/tools/grxmlcompile/
grxmldoc.cpp
132
if (findSubGraph(
m_RootRule
, p_SubGraph )) {
364
m_RootRule
= GETATTR("root"); // The root rule name
366
DEBUG_PRINT("Root rule = " +
m_RootRule
);
1136
if ( !findSubGraph(
m_RootRule
, p_SubGraph ) ) {
1137
FATAL_ERROR ("ERROR: writeGraphFiles - no root rule "+
m_RootRule
+ " defined. No file created", -1 );
[
all
...]
grxmldoc.h
135
std::string
m_RootRule
;
Completed in 61 milliseconds