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

  /external/gmock/src/
gmock-spec-builders.cc 593 std::map<const void*, internal::CallReaction> g_uninteresting_call_reaction; member in namespace:__anon12148
601 g_uninteresting_call_reaction[mock_obj] = reaction;
632 g_uninteresting_call_reaction.erase(mock_obj);
641 return (g_uninteresting_call_reaction.count(mock_obj) == 0) ?
642 internal::kDefault : g_uninteresting_call_reaction[mock_obj];
  /external/google-breakpad/src/testing/src/
gmock-spec-builders.cc 593 std::map<const void*, internal::CallReaction> g_uninteresting_call_reaction; member in namespace:__anon12393
601 g_uninteresting_call_reaction[mock_obj] = reaction;
632 g_uninteresting_call_reaction.erase(mock_obj);
641 return (g_uninteresting_call_reaction.count(mock_obj) == 0) ?
642 internal::kWarn : g_uninteresting_call_reaction[mock_obj];

Completed in 44 milliseconds