Home
last modified time | relevance | path

Searched defs:CachedSize (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/protobuf/2.27.1/src/
Dcached_size.rs8 pub struct CachedSize { struct
12 impl CachedSize { argument
24 impl Clone for CachedSize { implementation
25 fn clone(&self) -> CachedSize { in clone()
32 impl PartialEq<CachedSize> for CachedSize { implementation
38 impl Eq for CachedSize {} implementation
/external/rust/crates/protobuf/src/
Dcached_size.rs13 pub struct CachedSize { struct
17 impl CachedSize { impl
36 impl Clone for CachedSize { implementation
37 fn clone(&self) -> CachedSize { in clone()
44 impl PartialEq<CachedSize> for CachedSize { implementation
50 impl Eq for CachedSize {} implementation
52 impl Hash for CachedSize { implementation
Dspecial.rs27 pub fn cached_size(&self) -> &CachedSize { in cached_size()
/external/protobuf/src/google/protobuf/
Dmessage.h159 class CachedSize; variable
/external/cronet/third_party/protobuf/src/google/protobuf/
Dmessage.h159 class CachedSize; variable