OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:byte_count_
(Results
1 - 7
of
7
) sorted by null
/external/chromium/net/socket/
client_socket.cc
25
const int
byte_count_
;
member in class:net::__anon2884::NetLogBytesTransferredParameter
32
:
byte_count_
(byte_count),
42
dict->SetInteger("byte_count",
byte_count_
);
/external/chromium_org/third_party/cld/encodings/compact_lang_det/
tote.h
20
void AddBytes(int ibytes) {
byte_count_
+= ibytes;}
26
int GetByteCount() const {return
byte_count_
;}
39
int
byte_count_
; // Bytes of text scored
member in class:Tote
/external/chromium/net/disk_cache/
backend_impl.h
356
int
byte_count_
; // Number of bytes read/written lately.
member in class:disk_cache::BackendImpl
/external/chromium_org/net/disk_cache/
backend_impl.h
369
int
byte_count_
; // Number of bytes read/written lately.
member in class:disk_cache::BackendImpl
/external/chromium_org/net/disk_cache/v3/
backend_impl_v3.h
258
int
byte_count_
; // Number of bytes read/written lately.
member in class:disk_cache::BackendImpl
/art/runtime/base/
logging.h
222
size_t
byte_count_
;
member in class:art::HexDump
/art/runtime/jdwp/
jdwp.h
396
size_t GetLength() { return
byte_count_
; }
417
uint32_t
byte_count_
;
member in class:art::JDWP::Request
Completed in 319 milliseconds