OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:commit_response
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/sync/engine/
non_blocking_type_commit_contribution.cc
44
const sync_pb::CommitResponse&
commit_response
= response.commit();
local
54
commit_response
.entryresponse(entries_start_index_ + i);
model_type_sync_worker_impl_unittest.cc
689
const CommitResponseData&
commit_response
=
local
693
EXPECT_FALSE(
commit_response
.id.empty());
694
EXPECT_NE(entity.id_string(),
commit_response
.id);
696
EXPECT_EQ(client_tag_hash,
commit_response
.client_tag_hash);
697
EXPECT_LT(0,
commit_response
.response_version);
738
const CommitResponseData&
commit_response
=
local
741
EXPECT_EQ(entity.id_string(),
commit_response
.id);
743
commit_response
.client_tag_hash);
744
EXPECT_EQ(entity.version(),
commit_response
.response_version);
[
all
...]
directory_commit_contribution.cc
79
const sync_pb::CommitResponse&
commit_response
= response.commit();
local
93
commit_response
.entryresponse(entries_start_index_ + i),
/external/chromium_org/sync/test/engine/
single_type_mock_server.cc
97
sync_pb::CommitResponse*
commit_response
= response.mutable_commit();
local
115
commit_response
->add_entryresponse();
mock_connection_manager.cc
571
CommitResponse*
commit_response
= response_buffer->mutable_commit();
local
592
response_map[id_string] =
commit_response
->add_entryresponse();
622
commit_responses_.push_back(new CommitResponse(*
commit_response
));
/external/chromium_org/sync/tools/testserver/
chromiumsync.py
[
all
...]
Completed in 53 milliseconds