Home
last modified time | relevance | path

Searched defs:extensionType (Results 1 – 8 of 8) sorted by relevance

/external/golang-protobuf/types/dynamicpb/
Ddynamic.go46 type extensionType struct { struct
47 desc extensionTypeDescriptor
655 func (xt extensionType) New() protoreflect.Value {
671 func (xt extensionType) Zero() protoreflect.Value {
684 func (xt extensionType) TypeDescriptor() protoreflect.ExtensionTypeDescriptor {
688 func (xt extensionType) ValueOf(iv interface{}) protoreflect.Value {
694 func (xt extensionType) InterfaceOf(v protoreflect.Value) interface{} {
699 func (xt extensionType) IsValidInterface(iv interface{}) bool {
703 func (xt extensionType) IsValidValue(v protoreflect.Value) bool {
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/tlswire/handshake/
DClientHello.java82 public HelloExtension findExtensionByType(int extensionType) { in findExtensionByType()
/external/conscrypt/testing/src/main/java/org/conscrypt/tlswire/handshake/
DClientHello.java80 public HelloExtension findExtensionByType(int extensionType) { in findExtensionByType()
/external/cronet/tot/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DExtensionRegistry.java301 private void add(final ExtensionInfo extension, final Extension.ExtensionType extensionType) { in add()
/external/cronet/stable/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DExtensionRegistry.java301 private void add(final ExtensionInfo extension, final Extension.ExtensionType extensionType) { in add()
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DExtensionRegistry.java301 private void add(final ExtensionInfo extension, final Extension.ExtensionType extensionType) { in add()
/external/golang-protobuf/internal/impl/
Dmessage.go134 extensionType reflect.Type member
/external/deqp/external/vulkancts/scripts/
Dgen_framework.py3830 def writeExtensionList(api, filename, extensionType): argument