HomeSort by relevance Sort by last modified time
    Searched refs:states_ (Results 1 - 5 of 5) sorted by null

  /external/gmock/src/
gmock-spec-builders.cc 548 for (StateMap::const_iterator it = states_.begin(); it != states_.end();
582 StateMap& states() { return states_; }
585 StateMap states_; member in class:__anon12148::MockObjectRegistry
  /external/google-breakpad/src/testing/src/
gmock-spec-builders.cc 548 for (StateMap::const_iterator it = states_.begin(); it != states_.end();
582 StateMap& states() { return states_; }
585 StateMap states_; member in class:__anon12393::MockObjectRegistry
  /external/opencv3/modules/stitching/src/
seam_finders.cpp 272 states_.clear();
299 states_.push_back(INTERS);
301 states_.push_back(FIRST);
303 states_.push_back(SECOND);
418 if ((states_[c1] & INTERS) && (states_[c1] & (~INTERS)) != states_[c2])
438 states_[c1] = states_[c2] == FIRST ? SECOND : FIRST;
454 states_[c1] = states_[c2] == FIRST ? INTERS_SECOND : INTERS_FIRST
    [all...]
  /external/v8/src/compiler/
escape-analysis.cc 166 : states_(zone), objects_(zone), fields_(zone) {
167 states_.reserve(4);
171 ZoneVector<VirtualState*>& states() { return states_; }
175 states_.clear();
185 ZoneVector<VirtualState*> states_; member in class:v8::internal::compiler::MergeCache
194 DCHECK_GT(states_.size(), 0u);
196 for (VirtualState* state : states_) {
    [all...]
  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
seam_finders.hpp 220 std::vector<ComponentState> states_; member in class:cv::detail::DpSeamFinder

Completed in 86 milliseconds