OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:g_mock_object_registry
(Results
1 - 2
of
2
) sorted by null
/external/gmock/src/
gmock-spec-builders.cc
589
MockObjectRegistry
g_mock_object_registry
;
member in namespace:__anon12736
650
g_mock_object_registry
.states()[mock_obj].leakable = true;
678
if (
g_mock_object_registry
.states().count(mock_obj) == 0) {
687
g_mock_object_registry
.states()[mock_obj].function_mockers;
705
g_mock_object_registry
.states()[mock_obj].function_mockers.insert(mocker);
715
MockObjectState& state =
g_mock_object_registry
.states()[mock_obj];
739
g_mock_object_registry
.states().begin();
740
it !=
g_mock_object_registry
.states().end(); ++it) {
745
g_mock_object_registry
.states().erase(it);
757
if (
g_mock_object_registry
.states().count(mock_obj) == 0)
[
all
...]
/external/google-breakpad/src/testing/src/
gmock-spec-builders.cc
589
MockObjectRegistry
g_mock_object_registry
;
member in namespace:__anon12981
650
g_mock_object_registry
.states()[mock_obj].leakable = true;
678
if (
g_mock_object_registry
.states().count(mock_obj) == 0) {
687
g_mock_object_registry
.states()[mock_obj].function_mockers;
705
g_mock_object_registry
.states()[mock_obj].function_mockers.insert(mocker);
715
MockObjectState& state =
g_mock_object_registry
.states()[mock_obj];
739
g_mock_object_registry
.states().begin();
740
it !=
g_mock_object_registry
.states().end(); ++it) {
745
g_mock_object_registry
.states().erase(it);
757
if (
g_mock_object_registry
.states().count(mock_obj) == 0)
[
all
...]
Completed in 98 milliseconds