OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IdField
(Results
1 - 7
of
7
) sorted by null
/external/chromium/chrome/browser/sync/syncable/
syncable_enum_conversions.h
27
const char* GetIdFieldString(
IdField
id_field);
syncable_enum_conversions.cc
63
const char* GetIdFieldString(
IdField
id_field) {
syncable.h
94
enum
IdField
{
95
// Code in InitializeTables relies on ID being the first
IdField
value.
269
inline void put(
IdField
field, const Id& value) {
301
inline const Id& ref(
IdField
field) const {
333
inline Id& mutable_ref(
IdField
field) {
368
inline Id Get(
IdField
field) const {
483
bool Put(
IdField
field, const Id& value);
584
typedef LessField<
IdField
, ID> Comparator;
[
all
...]
directory_backing_store.cc
79
statement->bind_string(index++, entry.ref(static_cast<
IdField
>(i)).s_);
108
(*kernel)->mutable_ref(static_cast<
IdField
>(i)).s_ =
[
all
...]
syncable_unittest.cc
[
all
...]
syncable.cc
511
entry->mutable_ref(static_cast<
IdField
>(i)).Clear();
[
all
...]
/external/chromium/chrome/browser/sync/engine/
syncer_unittest.cc
427
Id Get(int64 metahandle, syncable::
IdField
field) const {
[
all
...]
Completed in 99 milliseconds