OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fNoun
(Results
1 - 2
of
2
) sorted by null
/external/skia/include/xml/
SkXMLParser.h
47
bool hasNoun() const { return
fNoun
.size() > 0; }
50
void setNoun(const SkString& str) {
fNoun
.set(str); }
51
void setNoun(const char* ch) {
fNoun
.set(ch); }
52
void setNoun(const char* ch, size_t len) {
fNoun
.set(ch, len); }
58
SkString
fNoun
;
/external/skia/src/xml/
SkXMLParser.cpp
47
temp.append(
fNoun
);
Completed in 59 milliseconds