Searched refs:PredicateContext (Results 1 - 2 of 2) sorted by relevance

/external/jsoncpp/src/test_lib_json/
H A Djsontest.h48 struct PredicateContext struct in namespace:JsonTest
55 PredicateContext *next_;
56 /// Related Failure, set when the PredicateContext is converted
70 PredicateContext::Id predicateId_;
73 PredicateContext *predicateStackTail_;
81 /// Removes the last PredicateContext added to the predicate stack
83 /// Next messages will be targed at the PredicateContext that was removed.
118 PredicateContext rootPredicateNode_;
119 PredicateContext::Id lastUsedPredicateId_;
225 JsonTest::PredicateContext _minitest_Contex
[all...]
H A Djsontest.cpp99 /// Walks the PredicateContext stack adding them to failures_ if not already added.
101 PredicateContext *lastNode = rootPredicateNode_.next_;
104 if ( lastNode->id_ > lastUsedPredicateId_ ) // new PredicateContext
109 // Link the PredicateContext to the failure for message target when
110 // popping the PredicateContext.
142 PredicateContext *lastNode = &rootPredicateNode_;
148 PredicateContext *tail = lastNode->next_;
171 const PredicateContext *lastNode = &rootPredicateNode_;

Completed in 642 milliseconds