Searched refs:PropertyList (Results 1 – 8 of 8) sorted by relevance
84 type PropertyList []Property type88 typeOfPropertyList = reflect.TypeOf(PropertyList(nil))93 func (l *PropertyList) Load(p []Property) error {99 func (l *PropertyList) Save() ([]Property, error) {
105 public static final class PropertyList extends Property<List<Property<?>>> { class in TsiPeer106 public PropertyList(@Nonnull String name, @Nonnull List<Property<?>> value) { in PropertyList() method in TsiPeer.PropertyList
14 …ist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
15 …ist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
20 …ist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
93 …<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.d…
1908 llvm::Constant *PropertyList = new llvm::GlobalVariable(TheModule, in GenerateProtocol() local1935 PropertyList->getType(), in GenerateProtocol()1945 OptionalClassMethodList, PropertyList, OptionalPropertyList}; in GenerateProtocol()