OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Twine
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Twine.h
1
//===-
Twine
.h - Fast Temporary String Concatenation ------------*- C++ -*-===//
24
///
Twine
- A lightweight data structure for efficiently representing the
27
/// A
Twine
is a kind of rope, it represents a concatenated string using a
29
///
Twine
can be efficiently rendered into a buffer when its result is used,
31
/// results -- particularly in cases when the
Twine
result is never
36
/// A
Twine
is not intended for use directly and should not be stored, its
48
/// Given the nature of a
Twine
, it is not possible for the
Twine
's
50
/// represented inside the returned value. For this reason a
Twine
object
52
/// concatenation. We also have nullary
Twine
objects, which are effectivel
138
const Twine *
twine
;
member in union:llvm::Twine::Child
[
all
...]
/src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
ResourceScriptStmt.h
163
operator
Twine
() const {
164
return isInt() ?
Twine
(getInt()) :
Twine
(getString());
243
virtual
Twine
getResourceTypeName() const {
258
Twine
getResourceTypeName() const override { return "(NULL)"; }
314
Twine
getResourceTypeName() const override { return "LANGUAGE"; }
359
Twine
getResourceTypeName() const override { return "ACCELERATORS"; }
384
Twine
getResourceTypeName() const override { return "BITMAP"; }
405
Twine
getResourceTypeName() const override { return "CURSOR"; }
427
Twine
getResourceTypeName() const override { return "ICON";
[
all
...]
Completed in 16 milliseconds
Indexes created Wed Apr 15 00:22:22 UTC 2026