Lines Matching refs:builders
136 let builders = [
154 /// Indicate to the ODS generator that we do not want the default builders,
296 For each attribute or type, there are a few builders(`get`/`getChecked`)
307 The following builders are generated:
321 signal that the default builders should not be generated.
327 additional builders may be defined via the `builders` field. The `builders`
328 field is a list of custom builders, either using `TypeBuilder` for types or
330 following will showcase several examples for defining builders for a custom type
338 let builders = [
355 In this example, we provide several different convenience builders that are
360 value to that argument. Let's take a look at each of these builders individually
366 let builders = [
389 let builders = [
408 let builders = [
437 let builders = [
469 let builders = [
484 type class. This is useful for defining builders of attributes and types that
858 automatically invoked from the builders of the attribute or type class.
863 `get` builders that are failable. If the `verify` invocation fails when these