Home | History | Annotate | Download | only in testserver

Lines Matching refs:specifics

97   entry_types = GetEntryTypesFromSpecifics(entry.specifics)
108 def GetEntryTypesFromSpecifics(specifics):
111 If the specifics have more than one recognized extension (as commonly
117 specifics: A EntitySpecifics protobuf message whose extensions to
121 recognized extension of the specifics message.
125 if specifics.HasExtension(extension)]
143 specifics = sync_pb2.EntitySpecifics()
146 specifics.Extensions[extension_handle].SetInParent()
147 return specifics
440 entry.specifics.CopyFrom(GetDefaultEntitySpecifics(spec.sync_type))