OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImplicitString
(Results
1 - 2
of
2
) sorted by null
/external/skia/dm/
DMSrcSink.h
24
struct
ImplicitString
: public SkString {
26
ImplicitString
(const T& s) : SkString(s) {}
27
ImplicitString
() : SkString("") {}
29
typedef
ImplicitString
Name;
30
typedef
ImplicitString
Path;
DM.cpp
229
static void push_src(const char* tag,
ImplicitString
options, Src* s) {
[
all
...]
Completed in 57 milliseconds