OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:right_justify
(Results
1 - 3
of
3
) sorted by null
/external/llvm/unittests/Support/
raw_ostream_test.cpp
150
EXPECT_EQ(" xyz", printToString(
right_justify
("xyz", 6), 6));
151
EXPECT_EQ("abc", printToString(
right_justify
("abc", 3), 3));
152
EXPECT_EQ("big", printToString(
right_justify
("big", 1), 3));
/external/llvm/include/llvm/Support/
Format.h
115
/// This is a helper class used for left_justify() and
right_justify
().
134
///
right_justify
- add spaces before string so total output is
137
inline FormattedString
right_justify
(StringRef Str, unsigned Width) {
function in namespace:llvm
/external/clang/lib/AST/
RecordLayoutBuilder.cpp
[
all
...]
Completed in 104 milliseconds