Home | History | Annotate | Download | only in proto

Lines Matching refs:That

7 // modification, are permitted provided that the following conditions are
57 // proto compiler that may be extended.
66 // version of the proto compiler that may be extended.
73 // extensionAdapter is a wrapper around extendableProtoV1 that implements extendableProto.
93 // If the proto message has the old extension format, it returns a wrapper that implements
128 // The struct must be indirect so that if a user inadvertently copies a
133 // It is up to the client to ensure that write operations to p.extensionMap are
165 ExtendedType Message // nil pointer to the type that is being extended
198 // The reason for the divergence is so that the storage type more naturally
229 // checkExtensionTypes checks that the given extension is valid for pb.
348 // This shouldn't happen. If it does, it means that
367 // That way it is safe to mutate what we return.
401 // We need to return an interface{} that is a pointer to sf.value.
445 // GetExtensions returns a slice of the extensions present in pb that are also listed in es.