OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:response_map
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/sync/test/engine/
mock_connection_manager.cc
574
map<string, sync_pb::CommitResponse_EntryResponse*>
response_map
;
local
591
if (
response_map
.end() ==
response_map
.find(id_string))
592
response_map
[id_string] = commit_response->add_entryresponse();
593
sync_pb::CommitResponse_EntryResponse* er =
response_map
[id_string];
Completed in 97 milliseconds