OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:storage_length_
(Results
1 - 2
of
2
) sorted by null
/external/sfntly/cpp/src/sfntly/data/
byte_array.h
194
int32_t
storage_length_
;
member in class:sfntly::ByteArray
byte_array.cc
30
int32_t ByteArray::Size() { return
storage_length_
; }
33
filled_length_ = std::min<int32_t>(filled_length,
storage_length_
);
196
storage_length_
= storage_length;
Completed in 106 milliseconds