OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FormatList
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/objects/
js-list-format.cc
374
// ecma402 #sec-
formatlist
375
MaybeHandle<String> JSListFormat::
FormatList
(Isolate* isolate,
/external/bcc/src/cc/vendor/
tinyformat.hpp
92
// to a non-template function. The
FormatList
class is provided as a way to do
94
// example from above, we construct a
FormatList
using makeFormatList():
96
// FormatListRef
formatList
= tfm::makeFormatList(weekday, month, day, hour, min);
101
// tfm::vformat(std::cout, "%s, %s %d, %.2d:%.2d\n",
formatList
);
485
// each argument to be allocated as a homogenous array inside
FormatList
[
all
...]
Completed in 280 milliseconds