OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FormatBuf
(Results
1 - 2
of
2
) sorted by null
/external/fmtlib/fmt/
ostream.h
21
class
FormatBuf
: public std::basic_streambuf<Char> {
30
FormatBuf
(Buffer<Char> &buffer) : buffer_(buffer), start_(&buffer[0]) {
80
internal::
FormatBuf
<Char> format_buf(buffer);
/frameworks/rs/cpu_ref/
rsCpuCore.cpp
478
// - outBuf -- Pointer to buffer of type "
FormatBuf
" into which output is written
491
typedef char
FormatBuf
[2 + kFormatInBytesMax*2 + (kFormatInBytesMax - 1) + 3 + 1];
492
static const char *format_bytes(
FormatBuf
*outBuf, const uint8_t *inBuf, const int inBytes) {
505
strlcpy(*outBuf + pos, "...", sizeof(
FormatBuf
) - pos);
561
FormatBuf
fmt;
600
FormatBuf
fmt;
635
FormatBuf
fmt;
785
FormatBuf
fmt;
804
FormatBuf
fmt;
813
FormatBuf
fmt
[
all
...]
Completed in 62 milliseconds