OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ProtoField
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sync/syncable/
entry_kernel.h
138
enum
ProtoField
{
250
inline void put(
ProtoField
field, const sync_pb::EntitySpecifics& value) {
288
inline const sync_pb::EntitySpecifics& ref(
ProtoField
field) const {
302
inline sync_pb::EntitySpecifics& mutable_ref(
ProtoField
field) {
/external/chromium/chrome/browser/sync/syncable/
syncable.h
153
enum
ProtoField
{
287
inline void put(
ProtoField
field, const sync_pb::EntitySpecifics& value) {
319
inline const sync_pb::EntitySpecifics& ref(
ProtoField
field) const {
330
inline sync_pb::EntitySpecifics& mutable_ref(
ProtoField
field) {
393
inline const sync_pb::EntitySpecifics& Get(
ProtoField
field) const {
499
bool Put(
ProtoField
field, const sync_pb::EntitySpecifics& value);
[
all
...]
Completed in 316 milliseconds