Home
last modified time | relevance | path

Searched defs:listConverter (Results 1 – 3 of 3) sorted by relevance

/external/golang-protobuf/internal/impl/
Dconvert_list.go24 type listConverter struct { struct
25 goType reflect.Type // []T
26 c Converter
29 func (c *listConverter) PBValueOf(v reflect.Value) protoreflect.Value {
38 func (c *listConverter) GoValueOf(v protoreflect.Value) reflect.Value {
46 func (c *listConverter) IsValidPB(v protoreflect.Value) bool {
54 func (c *listConverter) IsValidGo(v reflect.Value) bool {
58 func (c *listConverter) New() protoreflect.Value {
62 func (c *listConverter) Zero() protoreflect.Value {
/external/jcommander/src/main/java/com/beust/jcommander/
DParameter.java83 Class<? extends IStringConverter<?>> listConverter() default NoConverter.class; in listConverter() method
/external/guice/core/test/com/google/inject/
DParentInjectorTest.java330 private final TypeConverter listConverter = field in ParentInjectorTest