/aosp_15_r20/external/golang-protobuf/proto/ |
H A D | extension.go | 13 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 D | decode_test.go | 153 func extend(desc protoreflect.ExtensionType, value interface{}) buildOpt {
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs-core/src/ |
D | extension.rs | 27 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 D | message_reflect.go | 250 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 D | codec_extension.go | 26 func getExtensionFieldInfo(xt protoreflect.ExtensionType) *extensionFieldInfo { 35 func legacyLoadExtensionFieldInfo(xt protoreflect.ExtensionType) *extensionFieldInfo {
|
H A D | extension.go | 56 ExtensionType interface{} member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | MsgPackReader.h | 63 struct ExtensionType { struct 65 int8_t Type; 67 StringRef Bytes;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/BinaryFormat/ |
D | MsgPackReader.h | 69 struct ExtensionType { struct 71 int8_t Type; 73 StringRef Bytes;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/BinaryFormat/ |
D | MsgPackReader.h | 69 struct ExtensionType { struct 71 int8_t Type; 73 StringRef Bytes;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/BinaryFormat/ |
D | MsgPackReader.h | 69 struct ExtensionType { struct 71 int8_t Type; 73 StringRef Bytes;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/BinaryFormat/ |
D | MsgPackReader.h | 69 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 D | MsgPackReader.h | 64 struct ExtensionType { struct 66 int8_t Type; 68 StringRef Bytes;
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/external_client/ |
D | builder.rs | 124 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()
|
D | config.rs | 22 fn supported_extensions(&self) -> Vec<ExtensionType>; in supported_extensions()
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/ |
D | grease.rs | 94 ) -> Result<Vec<ExtensionType>, MlsError> { in grease_extensions() 142 ) -> Result<Vec<ExtensionType>, MlsError> { in grease_extensions()
|
D | client_config.rs | 27 fn supported_extensions(&self) -> Vec<ExtensionType>; in supported_extensions()
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/extension/ |
D | built_in.rs | 124 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 D | extension_type.proto | 34 enum ExtensionType { enum
|
/aosp_15_r20/external/webrtc/modules/remote_bitrate_estimator/tools/ |
H A D | bwe_rtp.cc | 29 std::string ExtensionType() { in ExtensionType() function
|
/aosp_15_r20/external/googleapis/google/ads/googleads/v15/enums/ |
H A D | extension_type.proto | 34 enum ExtensionType { enum
|
/aosp_15_r20/external/googleapis/google/ads/googleads/v14/enums/ |
H A D | extension_type.proto | 34 enum ExtensionType { enum
|
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | Extension.java | 59 protected enum ExtensionType { enum in Extension
|
/aosp_15_r20/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | Extension.java | 59 protected enum ExtensionType { enum in Extension
|
/aosp_15_r20/external/pigweed/pw_tls_client/py/pw_tls_client/ |
H A D | generate_test_data.py | 56 self, name: str, extensions: list[tuple[x509.ExtensionType, bool]]
|
/aosp_15_r20/packages/modules/IPsec/src/java/android/net/ipsec/ike/ |
D | IkeSessionConfiguration.java | 55 public @interface ExtensionType {} annotation in IkeSessionConfiguration
|