Home
last modified time | relevance | path

Searched defs:ExtensionType (Results 1 – 25 of 113) sorted by relevance

12345

/aosp_15_r20/external/golang-protobuf/proto/
H A Dextension.go13 func HasExtension(m Message, xt protoreflect.ExtensionType) bool {
31 func ClearExtension(m Message, xt protoreflect.ExtensionType) {
39 func GetExtension(m Message, xt protoreflect.ExtensionType) interface{} {
51 func SetExtension(m Message, xt protoreflect.ExtensionType, v interface{}) {
78 func RangeExtensions(m Message, f func(protoreflect.ExtensionType, interface{}) bool) {
H A Ddecode_test.go153 func extend(desc protoreflect.ExtensionType, value interface{}) buildOpt {
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs-core/src/
Dextension.rs27 pub struct ExtensionType(u16); struct
30 impl ExtensionType { impl
64 impl From<u16> for ExtensionType { implementation
70 impl Deref for ExtensionType { implementation
132 pub fn new(extension_type: ExtensionType, extension_data: Vec<u8>) -> Extension { in new()
141 pub fn extension_type(&self) -> ExtensionType { in extension_type()
/aosp_15_r20/external/golang-protobuf/internal/impl/
H A Dmessage_reflect.go250 func (m *extensionMap) Has(xt protoreflect.ExtensionType) (ok bool) {
269 func (m *extensionMap) Clear(xt protoreflect.ExtensionType) {
272 func (m *extensionMap) Get(xt protoreflect.ExtensionType) protoreflect.Value {
281 func (m *extensionMap) Set(xt protoreflect.ExtensionType, v protoreflect.Value) {
305 func (m *extensionMap) Mutable(xt protoreflect.ExtensionType) protoreflect.Value {
H A Dcodec_extension.go26 func getExtensionFieldInfo(xt protoreflect.ExtensionType) *extensionFieldInfo {
35 func legacyLoadExtensionFieldInfo(xt protoreflect.ExtensionType) *extensionFieldInfo {
H A Dextension.go56 ExtensionType interface{} member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h63 struct ExtensionType { struct
65 int8_t Type;
67 StringRef Bytes;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/BinaryFormat/
DMsgPackReader.h69 struct ExtensionType { struct
71 int8_t Type;
73 StringRef Bytes;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/BinaryFormat/
DMsgPackReader.h69 struct ExtensionType { struct
71 int8_t Type;
73 StringRef Bytes;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/BinaryFormat/
DMsgPackReader.h69 struct ExtensionType { struct
71 int8_t Type;
73 StringRef Bytes;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/BinaryFormat/
DMsgPackReader.h69 struct ExtensionType { struct
71 int8_t Type;
73 StringRef Bytes;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h64 struct ExtensionType { struct
66 int8_t Type;
68 StringRef Bytes;
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/external_client/
Dbuilder.rs124 type_: ExtensionType, in extension_type()
350 fn supported_extensions(&self) -> Vec<ExtensionType> { in supported_extensions()
424 fn supported_extensions(&self) -> Vec<ExtensionType> { in supported_extensions()
Dconfig.rs22 fn supported_extensions(&self) -> Vec<ExtensionType>; in supported_extensions()
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/
Dgrease.rs94 ) -> Result<Vec<ExtensionType>, MlsError> { in grease_extensions()
142 ) -> Result<Vec<ExtensionType>, MlsError> { in grease_extensions()
Dclient_config.rs27 fn supported_extensions(&self) -> Vec<ExtensionType>; in supported_extensions()
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/extension/
Dbuilt_in.rs124 extensions: Vec<ExtensionType>, in new()
137 pub fn extensions(&self) -> &[ExtensionType] { in extensions()
/aosp_15_r20/external/googleapis/google/ads/googleads/v16/enums/
H A Dextension_type.proto34 enum ExtensionType { enum
/aosp_15_r20/external/webrtc/modules/remote_bitrate_estimator/tools/
H A Dbwe_rtp.cc29 std::string ExtensionType() { in ExtensionType() function
/aosp_15_r20/external/googleapis/google/ads/googleads/v15/enums/
H A Dextension_type.proto34 enum ExtensionType { enum
/aosp_15_r20/external/googleapis/google/ads/googleads/v14/enums/
H A Dextension_type.proto34 enum ExtensionType { enum
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DExtension.java59 protected enum ExtensionType { enum in Extension
/aosp_15_r20/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DExtension.java59 protected enum ExtensionType { enum in Extension
/aosp_15_r20/external/pigweed/pw_tls_client/py/pw_tls_client/
H A Dgenerate_test_data.py56 self, name: str, extensions: list[tuple[x509.ExtensionType, bool]]
/aosp_15_r20/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DIkeSessionConfiguration.java55 public @interface ExtensionType {} annotation in IkeSessionConfiguration

12345