Searched refs:Expects (Results 1 – 25 of 25) sorted by relevance
173 Token Expects; member209 if (State.Expects != FDRState::Token::NEW_BUFFER_RECORD_OR_EOF) in processFDRNewBufferRecord()213 fdrStateToTwine(State.Expects), in processFDRNewBufferRecord()217 State.Expects = FDRState::Token::WALLCLOCK_RECORD; in processFDRNewBufferRecord()224 if (State.Expects == FDRState::Token::NEW_BUFFER_RECORD_OR_EOF) in processFDREndOfBufferRecord()228 fdrStateToTwine(State.Expects), in processFDREndOfBufferRecord()230 State.Expects = FDRState::Token::SCAN_TO_END_OF_THREAD_BUF; in processFDREndOfBufferRecord()237 if (State.Expects != FDRState::Token::FUNCTION_SEQUENCE && in processFDRNewCPUIdRecord()238 State.Expects != FDRState::Token::NEW_CPU_ID_RECORD) in processFDRNewCPUIdRecord()242 fdrStateToTwine(State.Expects), in processFDRNewCPUIdRecord()[all …]
20 #include <gsl/gsl_assert> // for Expects37 // turn off some warnings that are noisy about our Expects statements157 Expects(index_ != span_->size());163 Expects(index_ != span_->size());169 Expects(0 <= index_ && index_ != span_->size());183 Expects(index_ != 0 && index_ <= span_->size());208 Expects((index_ + n) >= 0 && (index_ + n) <= span_->size());223 Expects(span_ == rhs.span_);265 Expects(lhs.span_ == rhs.span_ // range spans have to match272 Expects((index_ + n) >= 0 && (index_ + n) <= span_->size());[all …]
20 #include <gsl/gsl_assert> // for Expects42 // turn off some warnings that are noisy about our Expects statements135 Expects(component_idx < Rank); // Component index must be less than rank144 Expects(component_idx < Rank); // Component index must be less than rank366 Expects(0 <= *arr);390 Expects(index < m_bound);465 Expects(arr[Dim] >= 0 && arr[Dim] < CurrentRange); // Index is out of range653 Expects((MyRanges::DynamicNum == 0 && details::BoundsRanges<Ranges...>::DynamicNum == 0) ||660 Expects((MyRanges::DynamicNum == 0 && il.size() == 1 && *il.begin() == static_size) ||663 Expects(m_ranges.totalSize() <= PTRDIFF_MAX);[all …]
20 #include <gsl/gsl_assert> // for Expects30 // turn off some warnings that are noisy about our Expects statements50 Expects(dest.size() >= src.size());
20 #include <gsl/gsl_assert> // for Expects140 Expects(i >= 0 && i < narrow_cast<index>(N));149 Expects(i >= 0 && i < narrow_cast<index>(cont.size()));158 Expects(i >= 0 && i < narrow_cast<index>(cont.size()));
21 #include <gsl/gsl_assert> // Ensures/Expects
20 #include <gsl/gsl_assert> // for Ensures, Expects77 Expects(ptr_ != nullptr);83 Expects(ptr_ != nullptr);
170 #define Expects(cond) GSL_CONTRACT_CHECK("Precondition", cond)
20 #include <gsl/gsl_assert> // for Ensures, Expects406 Expects(s[s.size() - 1] == '\0');
113 Expects that no exception is thrown during evaluation of the expression.118 Expects that an exception (of any type) is be thrown during evaluation of the expression.123 Expects that an exception of the _specified type_ is thrown during evaluation of the expression. No…128 Expects that an exception is thrown that, when converted to a string, matches the _string_ or _stri…139 Expects that exception of _exception type_ is thrown and it matches provided matcher (see next sect…
31 Expects(i > 0 && i < 10); in f()
903 Expects(span.size() > 1); in CreateTempName()959 Expects(span.size() > 1); in CreateTempNameW()1015 Expects(span.size() > 1); in CreateTempNameU16()1071 Expects(span.size() > 1); in CreateTempNameU32()
489 // Generic load. Expects a MachineMemOperand in addition to explicit operands.497 // Generic sign-extended load. Expects a MachineMemOperand in addition to explicit operands.505 // Generic zero-extended load. Expects a MachineMemOperand in addition to explicit operands.513 // Generic store. Expects a MachineMemOperand in addition to explicit operands.521 // Generic atomic cmpxchg with internal success check. Expects a531 // Generic atomic cmpxchg. Expects a MachineMemOperand in addition to explicit541 // Generic atomicrmw. Expects a MachineMemOperand in addition to explicit
9 response when curl emits an Expects: 100-continue header in its request. By
1 Match using Linux Socket Filter. Expects a path to an eBPF object or a cBPF
37 # Expects 'flag' to be padded with spaces.
295 # Expects RTP packets without payloads when enabled.
81 // // Expects mock_foo.Bar(n) to be called where n is even.
22 Expects the following fields:
237 // Expects the turtle to move forward by 100 units.246 // Expects the turtle to move forward.
998 // Expects that Foo()'s argument == bar.1001 // Expects that Foo()'s argument < bar.2619 // Expects *foo to die after bar->A() and before bar->B().2860 // Expects mock_foo.Bar(n) to be called where n is divisible by 7.
439 // // Expects mock_foo.Bar(n) to be called where n is even.