Home
last modified time | relevance | path

Searched refs:mLiteral (Results 1 – 25 of 27) sorted by relevance

12

/dports/games/openmw/openmw-openmw-0.47.0/components/compiler/
H A Dscanner.cpp27 mLoc.mLiteral.clear(); in get()
32 c.appendTo(mLoc.mLiteral); in get()
103 mLoc.mLiteral.clear(); in scanToken()
109 mLoc.mLiteral.clear(); in scanToken()
115 mLoc.mLiteral.clear(); in scanToken()
154 mLoc.mLiteral.clear(); in scanToken()
200 mLoc.mLiteral.clear(); in scanInt()
207 mLoc.mLiteral.clear(); in scanInt()
247 mLoc.mLiteral.clear(); in scanFloat()
282 mLoc.mLiteral.clear(); in scanName()
[all …]
H A Dtokenloc.hpp14 std::string mLiteral; member
16 TokenLoc() : mColumn (0), mLine (0), mLiteral () {} in TokenLoc()
H A Dfileparser.cpp74 mName = loc.mLiteral; in parseKeyword()
82 if (mName!=loc.mLiteral) in parseKeyword()
H A Dlineparser.cpp205 std::string name = loc.mLiteral; in parseKeyword()
215 mMemberName = loc.mLiteral; in parseKeyword()
238 return parseName (loc.mLiteral, loc, scanner); in parseKeyword()
262 if (Misc::StringUtils::lowerCase (loc.mLiteral)=="positioncell") in parseKeyword()
275 if (Misc::StringUtils::lowerCase (loc.mLiteral)=="positioncell") in parseKeyword()
H A Dstringparser.cpp52 std::string name = loc.mLiteral; in parseKeyword()
68 return parseName (loc.mLiteral, loc, scanner); in parseKeyword()
H A Dstreamerrorhandler.cpp31 << " (" << loc.mLiteral << "): " << message; in report()
H A Dexprparser.cpp361 std::string name = loc.mLiteral; in parseKeyword()
377 return parseName (loc.mLiteral, loc, scanner); in parseKeyword()
521 if (mTokenLoc.mLiteral.empty()) in parseSpecial()
H A Ddeclarationparser.cpp64 return parseName (loc.mLiteral, loc, scanner); in parseKeyword()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/bindings/
H A DDOMString.h132 MOZ_ASSERT(mLiteral, "We better have a literal if we claim to"); in Literal()
133 return mLiteral; in Literal()
265 MOZ_ASSERT(!mLiteral, "What's going on here?"); in SetLiteralInternal()
266 mLiteral = aLiteral; in SetLiteralInternal()
296 const char16_t* mLiteral; member
/dports/www/firefox-esr/firefox-91.8.0/dom/bindings/
H A DDOMString.h132 MOZ_ASSERT(mLiteral, "We better have a literal if we claim to"); in Literal()
133 return mLiteral; in Literal()
283 MOZ_ASSERT(!mLiteral, "What's going on here?"); in SetLiteralInternal()
284 mLiteral = aLiteral; in SetLiteralInternal()
317 const char16_t* mLiteral; member
/dports/lang/spidermonkey78/firefox-78.9.0/dom/bindings/
H A DDOMString.h132 MOZ_ASSERT(mLiteral, "We better have a literal if we claim to"); in Literal()
133 return mLiteral; in Literal()
283 MOZ_ASSERT(!mLiteral, "What's going on here?"); in SetLiteralInternal()
284 mLiteral = aLiteral; in SetLiteralInternal()
317 const char16_t* mLiteral; member
/dports/www/firefox/firefox-99.0/dom/bindings/
H A DDOMString.h132 MOZ_ASSERT(mLiteral, "We better have a literal if we claim to"); in Literal()
133 return mLiteral; in Literal()
283 MOZ_ASSERT(!mLiteral, "What's going on here?"); in SetLiteralInternal()
284 mLiteral = aLiteral; in SetLiteralInternal()
317 const char16_t* mLiteral; member
/dports/mail/thunderbird/thunderbird-91.8.0/dom/bindings/
H A DDOMString.h132 MOZ_ASSERT(mLiteral, "We better have a literal if we claim to"); in Literal()
133 return mLiteral; in Literal()
283 MOZ_ASSERT(!mLiteral, "What's going on here?"); in SetLiteralInternal()
284 mLiteral = aLiteral; in SetLiteralInternal()
317 const char16_t* mLiteral; member
/dports/games/openmw/openmw-openmw-0.47.0/apps/opencs/view/world/
H A Dscripthighlighter.cpp43 return parseName (loc.mLiteral, loc, scanner); in parseKeyword()
70 const char* token = loc.mLiteral.c_str(); in highlight()
79 if (mMarkOccurrences && type == Type_Name && loc.mLiteral == mMarkedWord) in highlight()
H A Dscripterrortable.cpp18 stream << message << " (" << loc.mLiteral << ")"; in report()
22 loc.mLine, loc.mColumn-loc.mLiteral.length()); in report()
/dports/textproc/belr/belr-0.1.3-0/src/
H A Dbelr.cc326 Literal::Literal(const string& lit) : mLiteral(tolower(lit)), mLiteralSize(mLiteral.size()) { in Literal()
333 if (::tolower(input[pos+i])!=mLiteral[i]) return string::npos; in _feed()
343 mask->mPossibleChars[::tolower(mLiteral[0])]=true; in _getTransitionMap()
344 mask->mPossibleChars[::toupper(mLiteral[0])]=true; in _getTransitionMap()
/dports/games/openmw/openmw-openmw-0.47.0/apps/opencs/model/tools/
H A Dscriptcheck.cpp33 …stream << message << " (" << loc.mLiteral << ")" << " @ line " << loc.mLine+1 << ", column " << l… in report()
/dports/textproc/belr/belr-0.1.3-0/include/belr/
H A Dbelr.hh142 std::string mLiteral; member in belr::Literal
/dports/lang/spidermonkey60/firefox-60.9.0/rdf/base/
H A DnsRDFService.cpp119 nsIRDFLiteral *mLiteral; member
852 NS_ADDREF(*aLiteral = entry->mLiteral); in GetLiteral()
1191 entry->mLiteral = aLiteral; in RegisterLiteral()
/dports/www/firefox-legacy/firefox-52.8.0esr/rdf/base/
H A DnsRDFService.cpp154 nsIRDFLiteral *mLiteral; member
1005 NS_ADDREF(*aLiteral = entry->mLiteral); in GetLiteral()
1383 entry->mLiteral = aLiteral; in RegisterLiteral()
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwgui/
H A Dconsole.cpp84 error << "column " << loc.mColumn << " (" << loc.mLiteral << "):"; in report()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsContentUtils.cpp8738 const char* mLiteral; member
8770 u->mLiteral = aLiteral; in Append()
8781 u->mLiteral = aLiteral; in Append()
8857 aOut.AppendASCII(u.mLiteral, u.mLength); in ToString()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsContentUtils.cpp8443 const char* mLiteral; member
8468 u->mLiteral = aLiteral;
8478 u->mLiteral = aLiteral;
8548 aOut.AppendASCII(u.mLiteral, u.mLength);
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DnsContentUtils.cpp8601 const char16_t* mLiteral; member
8626 u->mLiteral = aLiteral;
8703 appender.Append(Span(u.mLiteral, u.mLength));
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DnsContentUtils.cpp8278 const char16_t* mLiteral; member
8303 u->mLiteral = aLiteral;
8379 appender.Append(MakeSpan(u.mLiteral, u.mLength));

12