Lines Matching defs:name
49 * 'type.googleapis.com/full.type.name' as the type URL and the unpack
50 * methods only use the fully qualified type name after the last '/'
52 * name "y.z".
82 * A URL/resource name that uniquely identifies the type of the serialized
84 * the fully qualified name of the type (as in
85 * `path/google.protobuf.Duration`). The name should be in a canonical form
124 * A URL/resource name that uniquely identifies the type of the serialized
126 * the fully qualified name of the type (as in
127 * `path/google.protobuf.Duration`). The name should be in a canonical form
156 * A URL/resource name that uniquely identifies the type of the serialized
158 * the fully qualified name of the type (as in
159 * `path/google.protobuf.Duration`). The name should be in a canonical form
188 * A URL/resource name that uniquely identifies the type of the serialized
190 * the fully qualified name of the type (as in
191 * `path/google.protobuf.Duration`). The name should be in a canonical form
261 // Get fully qualified name from type url.
271 // Create message according to fully qualified name.
312 * @param klass: The fully qualified PHP class name of a proto message type.