Home | History | Annotate | Download | only in proto

Lines Matching refs:That

7 // modification, are permitted provided that the following conditions are
43 - There are getters that return a field's value if set,
50 That is, optional or required field int32 f becomes F *int32.
54 - Constants are defined to hold the default values of all fields that
64 - Extensions are given descriptor names that start with E_,
66 that contain it (if any) followed by the CamelCased name of the
138 // Types that are valid to be assigned to Union:
342 // Deterministic serialization guarantees that for a given binary, equal
349 // Note that the deterministic serialization is NOT canonical across
368 // Bool is a helper routine that allocates a new bool value
374 // Int32 is a helper routine that allocates a new int32 value
380 // Int is a helper routine that allocates a new int32 value
389 // Int64 is a helper routine that allocates a new int64 value
395 // Float32 is a helper routine that allocates a new float32 value
401 // Float64 is a helper routine that allocates a new float64 value
407 // Uint32 is a helper routine that allocates a new uint32 value
413 // Uint64 is a helper routine that allocates a new uint64 value
419 // String is a helper routine that allocates a new string value
438 // value, it returns an int32 that can be cast to the enum type by the caller.
567 // It only modifies fields that are both unset and have defined defaults.
756 // Note that sf.index is not set on return.
788 // We now know that ft is a pointer or slice.
906 // to assert that that code is compatible with this version of the proto package.
910 // to assert that that code is compatible with this version of the proto package.