Searched refs:kInstruction (Results 1 – 7 of 7) sorted by relevance
18 EXPECT_EQ(CFX_XMLNode::Type::kInstruction, node.GetType()); in TEST()56 ASSERT_EQ(CFX_XMLNode::Type::kInstruction, clone->GetType()); in TEST()99 ASSERT_EQ(CFX_XMLNode::Type::kInstruction, root->GetFirstChild()->GetType()); in TEST()
154 node_type_stack.push(CFX_XMLNode::Type::kInstruction); in DoSyntaxParse()209 CFX_XMLNode::Type::kInstruction) { in DoSyntaxParse()220 if (node_type_stack.top() == CFX_XMLNode::Type::kInstruction) { in DoSyntaxParse()240 if (node_type_stack.top() == CFX_XMLNode::Type::kInstruction) { in DoSyntaxParse()297 current_node_->GetType() == CFX_XMLNode::Type::kInstruction) in DoSyntaxParse()
20 kInstruction = 0, enumerator
39 return pNode && pNode->GetType() == CFX_XMLNode::Type::kInstruction in ToXMLInstruction()
21 return Type::kInstruction; in GetType()
324 ASSERT_EQ(CFX_XMLNode::Type::kInstruction, root->GetFirstChild()->GetType()); in TEST_F()
277 if (eNodeType == CFX_XMLNode::Type::kInstruction) in ConstructXFANode()731 case CFX_XMLNode::Type::kInstruction: in NormalLoader()760 if (eNodeType == CFX_XMLNode::Type::kInstruction) in ParseContentNode()938 if (eNodeType == CFX_XMLNode::Type::kInstruction) in ParseDataValue()