Home
last modified time | relevance | path

Searched defs:GetAll (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/metadata/
Dmap.rs163 pub struct GetAll<'a, VE: ValueEncoding> { struct
164 inner: Option<http::header::GetAll<'a, http::header::HeaderValue>>, argument
165 phantom: PhantomData<VE>,
1941 impl<'a, VE: ValueEncoding> GetAll<'a, VE> { implementation
1968 impl<'a, VE: ValueEncoding> PartialEq for GetAll<'a, VE> { implementation
1974 impl<'a, VE: ValueEncoding> IntoIterator for GetAll<'a, VE> implementation
1989 impl<'a, 'b: 'a, VE: ValueEncoding> IntoIterator for &'b GetAll<'a, VE> { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/http/src/header/
Dmap.rs150 pub struct GetAll<'a, T> { struct
151 map: &'a HeaderMap<T>,
152 index: Option<usize>,
2456 impl<'a, T: 'a> GetAll<'a, T> { implementation
2487 impl<'a, T: PartialEq> PartialEq for GetAll<'a, T> { implementation
2493 impl<'a, T> IntoIterator for GetAll<'a, T> { implementation
2502 impl<'a, 'b: 'a, T> IntoIterator for &'b GetAll<'a, T> { implementation
/aosp_15_r20/external/openscreen/cast/cast_core/api/v2/
H A Dcore_message_port_application_service.proto24 rpc GetAll(cast.bindings.GetAllRequest) rpc
H A Dcore_application_service.proto46 rpc GetAll(cast.bindings.GetAllRequest) rpc
/aosp_15_r20/external/autotest/client/cros/bluetooth/
H A Dadvertisement.py136 def GetAll(self, interface): member in Advertisement
H A Dadv_monitor_helper.py228 def GetAll(self, interface): member in AdvMonitor
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dcollective.cc193 void CollectiveRegistry::GetAll( in GetAll() function in tensorflow::CollectiveRegistry
/aosp_15_r20/external/autotest/client/cros/cellular/pseudomodem/
H A Ddbus_std_ifaces.py228 def GetAll(self, interface_name): member in DBusProperties
/aosp_15_r20/external/autotest/client/cros/cellular/
H A Dmodem1.py82 def GetAll(self, iface): member in Modem
H A Dmodem.py115 def GetAll(self, iface): member in Modem
H A Dpseudo_modem.py88 def GetAll(self, interface, *args, **kwargs): member in DBusObjectWithProperties
/aosp_15_r20/external/angle/build/android/pylib/base/
H A Dbase_test_result.py296 def GetAll(self): member in TestRunResults
/aosp_15_r20/external/cronet/build/android/pylib/base/
H A Dbase_test_result.py296 def GetAll(self): member in TestRunResults
/aosp_15_r20/external/libchrome/dbus/
H A Dproperty.cc166 void PropertySet::GetAll() { in GetAll() function in dbus::PropertySet
/aosp_15_r20/external/tink/cc/core/
H A Dprimitive_set_test.cc384 TEST_F(PrimitiveSetTest, GetAll) { in TEST_F() argument