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

  /external/chromium/testing/gmock/src/
gmock-spec-builders.cc 577 std::map<const void*, internal::CallReaction> g_uninteresting_call_reaction; member in namespace:__anon5233
585 g_uninteresting_call_reaction[mock_obj] = reaction;
616 g_uninteresting_call_reaction.erase(mock_obj);
625 return (g_uninteresting_call_reaction.count(mock_obj) == 0) ?
626 internal::WARN : g_uninteresting_call_reaction[mock_obj];
  /external/ceres-solver/internal/ceres/
gmock_gtest_all.cc     [all...]

Completed in 162 milliseconds