Home
last modified time | relevance | path

Searched refs:GetContext (Results 1 – 25 of 3097) sorted by relevance

12345678910>>...124

/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Web.Helpers.Test/
H A DChartTest.cs26 var chart = new Chart(GetContext(), GetVirtualPathProvider(), 100, 100); in BuildChartAddsDefaultArea()
37 var chart = new Chart(GetContext(), GetVirtualPathProvider(), 100, 100) in XAxisOverrides()
51 var chart = new Chart(GetContext(), GetVirtualPathProvider(), 100, 100) in YAxisOverrides()
342 var context1 = GetContext(); in SaveAndWriteFromCache()
348 var context2 = GetContext(); in SaveAndWriteFromCache()
371 chart.Save(GetContext(), "chartPath", format: "jpg"); in SaveWorksWhenFormatIsJPG()
374 chart.Save(GetContext(), "chartPath", format: "jpeg"); in SaveWorksWhenFormatIsJPG()
436 chart.SaveXml(GetContext(), "SaveXmlWritesToFile.xml"); in SaveXmlWritesToFile()
564 var context = GetContext(); in WriteFromCacheIsNoOpIfNotSavedInCache()
572 var context = GetContext(); in WriteUpdatesResponse()
[all …]
H A DWebGridTest.cs72 var grid = new WebGrid(GetContext()).Bind(new[] in ColumnNameDefaultsSupportsBindableTypes()
102 var grid = new WebGrid(GetContext()).Bind(new[] in ColumnsIsNoOp()
220 var grid = new WebGrid(GetContext()) in GetHtmlWhenPageCountIsOne()
1989 var grid = new WebGrid(GetContext()); in WebGridThrowsIfOperationsArePerformedBeforeBinding()
2008 var grid = new WebGrid(GetContext()); in WebGridThrowsIfBindingIsPerformedWhenAlreadyBound()
2050 var context = GetContext(collection); in TableThrowsIfQueryStringDerivedSortColumnIsExcluded()
2069 var context = GetContext(collection); in TableThrowsIfQueryStringDerivedSortColumnDoesNotExistInColumnsArgument()
2091 var context = GetContext(collection); in TableDoesNotThrowIfQueryStringDerivedSortColumnIsVisibleButNotSortable()
2117 var context = GetContext(collection); in TableThrowsIfComplexPropertyIsUnsortable()
2134 var context = GetContext(); in TableDoesNotThrowIfUnsortableColumnIsExplicitlySpecifiedByUser()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/lib/Semantics/
H A Dcheck-directive-structure.h148 DirectiveContext &GetContext() { in GetContext() function
155 GetContext().clause = &clause; in SetContextClause()
161 GetContext().allowedClauses = {}; in ResetPartialContext()
162 GetContext().allowedOnceClauses = {}; in ResetPartialContext()
164 GetContext().requiredClauses = {}; in ResetPartialContext()
165 GetContext().clauseInfo = {}; in ResetPartialContext()
166 GetContext().loopIV = {nullptr}; in ResetPartialContext()
176 GetContext().allowedClauses = allowed; in SetContextAllowed()
190 GetContext().requiredClauses = required; in SetContextRequired()
194 GetContext().clauseInfo.emplace(type, GetContext().clause); in SetContextClauseInfo()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/lib/Semantics/
H A Dcheck-directive-structure.h148 DirectiveContext &GetContext() { in GetContext() function
155 GetContext().clause = &clause; in SetContextClause()
161 GetContext().allowedClauses = {}; in ResetPartialContext()
162 GetContext().allowedOnceClauses = {}; in ResetPartialContext()
164 GetContext().requiredClauses = {}; in ResetPartialContext()
165 GetContext().clauseInfo = {}; in ResetPartialContext()
166 GetContext().loopIV = {nullptr}; in ResetPartialContext()
176 GetContext().allowedClauses = allowed; in SetContextAllowed()
190 GetContext().requiredClauses = required; in SetContextRequired()
194 GetContext().clauseInfo.emplace(type, GetContext().clause); in SetContextClauseInfo()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/lib/Semantics/
H A Dcheck-directive-structure.h140 DirectiveContext &GetContext() { in GetContext() function
147 GetContext().clause = &clause; in SetContextClause()
153 GetContext().allowedClauses = {}; in ResetPartialContext()
154 GetContext().allowedOnceClauses = {}; in ResetPartialContext()
156 GetContext().requiredClauses = {}; in ResetPartialContext()
157 GetContext().clauseInfo = {}; in ResetPartialContext()
167 GetContext().allowedClauses = allowed; in SetContextAllowed()
181 GetContext().requiredClauses = required; in SetContextRequired()
185 GetContext().clauseInfo.emplace(type, GetContext().clause); in SetContextClauseInfo()
304 if (GetContext().actualClauses.empty()) { in CheckAtLeastOneClause()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/SPIRV-Tools/src/source/opt/
H A Dir_builder.h64 result_id = GetContext()->TakeNextId(); in AddNullaryOp()
77 result_id = GetContext()->TakeNextId(); in AddUnaryOp()
92 result_id = GetContext()->TakeNextId(); in AddBinaryOp()
108 result_id = GetContext()->TakeNextId(); in AddTernaryOp()
169 GetContext(), opcode, type_id,
194 GetContext(), SpvOpLoopMerge, 0, 0,
206 GetContext(), SpvOpBranch, 0, 0, in AddBranch()
297 GetContext(), SpvOpIAdd, type, GetContext()->TakeNextId(), in AddIAdd()
311 GetContext(), SpvOpULessThan, type, GetContext()->TakeNextId(), in AddULessThan()
325 GetContext(), SpvOpSLessThan, type, GetContext()->TakeNextId(), in AddSLessThan()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/opt/
H A Dir_builder.h64 result_id = GetContext()->TakeNextId(); in AddNullaryOp()
77 result_id = GetContext()->TakeNextId(); in AddUnaryOp()
92 result_id = GetContext()->TakeNextId(); in AddBinaryOp()
108 result_id = GetContext()->TakeNextId(); in AddTernaryOp()
169 GetContext(), opcode, type_id,
194 GetContext(), SpvOpLoopMerge, 0, 0,
206 GetContext(), SpvOpBranch, 0, 0, in AddBranch()
297 GetContext(), SpvOpIAdd, type, GetContext()->TakeNextId(), in AddIAdd()
311 GetContext(), SpvOpULessThan, type, GetContext()->TakeNextId(), in AddULessThan()
325 GetContext(), SpvOpSLessThan, type, GetContext()->TakeNextId(), in AddSLessThan()
[all …]
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/opt/
H A Dir_builder.h64 result_id = GetContext()->TakeNextId(); in AddNullaryOp()
77 result_id = GetContext()->TakeNextId(); in AddUnaryOp()
92 result_id = GetContext()->TakeNextId(); in AddBinaryOp()
108 result_id = GetContext()->TakeNextId(); in AddTernaryOp()
169 GetContext(), opcode, type_id,
194 GetContext(), SpvOpLoopMerge, 0, 0,
206 GetContext(), SpvOpBranch, 0, 0, in AddBranch()
297 GetContext(), SpvOpIAdd, type, GetContext()->TakeNextId(), in AddIAdd()
311 GetContext(), SpvOpULessThan, type, GetContext()->TakeNextId(), in AddULessThan()
325 GetContext(), SpvOpSLessThan, type, GetContext()->TakeNextId(), in AddSLessThan()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dir_builder.h64 result_id = GetContext()->TakeNextId(); in AddNullaryOp()
77 result_id = GetContext()->TakeNextId(); in AddUnaryOp()
92 result_id = GetContext()->TakeNextId(); in AddBinaryOp()
108 result_id = GetContext()->TakeNextId(); in AddTernaryOp()
169 GetContext(), opcode, type_id,
194 GetContext(), SpvOpLoopMerge, 0, 0,
206 GetContext(), SpvOpBranch, 0, 0, in AddBranch()
297 GetContext(), SpvOpIAdd, type, GetContext()->TakeNextId(), in AddIAdd()
311 GetContext(), SpvOpULessThan, type, GetContext()->TakeNextId(), in AddULessThan()
325 GetContext(), SpvOpSLessThan, type, GetContext()->TakeNextId(), in AddSLessThan()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/
H A Dir_builder.h64 result_id = GetContext()->TakeNextId(); in AddNullaryOp()
77 result_id = GetContext()->TakeNextId(); in AddUnaryOp()
92 result_id = GetContext()->TakeNextId(); in AddBinaryOp()
108 result_id = GetContext()->TakeNextId(); in AddTernaryOp()
169 GetContext(), opcode, type_id,
194 GetContext(), SpvOpLoopMerge, 0, 0,
206 GetContext(), SpvOpBranch, 0, 0, in AddBranch()
297 GetContext(), SpvOpIAdd, type, GetContext()->TakeNextId(), in AddIAdd()
311 GetContext(), SpvOpULessThan, type, GetContext()->TakeNextId(), in AddULessThan()
325 GetContext(), SpvOpSLessThan, type, GetContext()->TakeNextId(), in AddSLessThan()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/
H A Dir_builder.h64 result_id = GetContext()->TakeNextId(); in AddNullaryOp()
77 result_id = GetContext()->TakeNextId(); in AddUnaryOp()
92 result_id = GetContext()->TakeNextId(); in AddBinaryOp()
108 result_id = GetContext()->TakeNextId(); in AddTernaryOp()
169 GetContext(), opcode, type_id,
194 GetContext(), SpvOpLoopMerge, 0, 0,
206 GetContext(), SpvOpBranch, 0, 0, in AddBranch()
297 GetContext(), SpvOpIAdd, type, GetContext()->TakeNextId(), in AddIAdd()
311 GetContext(), SpvOpULessThan, type, GetContext()->TakeNextId(), in AddULessThan()
325 GetContext(), SpvOpSLessThan, type, GetContext()->TakeNextId(), in AddSLessThan()
[all …]
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/opt/
H A Dir_builder.h64 result_id = GetContext()->TakeNextId(); in AddNullaryOp()
77 result_id = GetContext()->TakeNextId(); in AddUnaryOp()
92 result_id = GetContext()->TakeNextId(); in AddBinaryOp()
108 result_id = GetContext()->TakeNextId(); in AddTernaryOp()
169 GetContext(), opcode, type_id,
194 GetContext(), SpvOpLoopMerge, 0, 0,
206 GetContext(), SpvOpBranch, 0, 0, in AddBranch()
297 GetContext(), SpvOpIAdd, type, GetContext()->TakeNextId(), in AddIAdd()
311 GetContext(), SpvOpULessThan, type, GetContext()->TakeNextId(), in AddULessThan()
325 GetContext(), SpvOpSLessThan, type, GetContext()->TakeNextId(), in AddSLessThan()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/lib/Semantics/
H A Dcheck-directive-structure.h148 DirectiveContext &GetContext() { in GetContext() function
160 GetContext().clause = &clause; in SetContextClause()
166 GetContext().allowedClauses = {}; in ResetPartialContext()
167 GetContext().allowedOnceClauses = {}; in ResetPartialContext()
169 GetContext().requiredClauses = {}; in ResetPartialContext()
170 GetContext().clauseInfo = {}; in ResetPartialContext()
171 GetContext().loopIV = {nullptr}; in ResetPartialContext()
181 GetContext().allowedClauses = allowed; in SetContextAllowed()
195 GetContext().requiredClauses = required; in SetContextRequired()
199 GetContext().clauseInfo.emplace(type, GetContext().clause); in SetContextClauseInfo()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/lib/Semantics/
H A Dcheck-directive-structure.h188 DirectiveContext &GetContext() { in GetContext() function
200 GetContext().clause = &clause; in SetContextClause()
206 GetContext().allowedClauses = {}; in ResetPartialContext()
207 GetContext().allowedOnceClauses = {}; in ResetPartialContext()
209 GetContext().requiredClauses = {}; in ResetPartialContext()
210 GetContext().clauseInfo = {}; in ResetPartialContext()
211 GetContext().loopIV = {nullptr}; in ResetPartialContext()
221 GetContext().allowedClauses = allowed; in SetContextAllowed()
239 GetContext().clauseInfo.emplace(type, GetContext().clause); in SetContextClauseInfo()
394 if (GetContext().actualClauses.empty()) { in CheckAtLeastOneClause()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/lib/Semantics/
H A Dcheck-directive-structure.h148 DirectiveContext &GetContext() { in GetContext() function
160 GetContext().clause = &clause; in SetContextClause()
166 GetContext().allowedClauses = {}; in ResetPartialContext()
167 GetContext().allowedOnceClauses = {}; in ResetPartialContext()
169 GetContext().requiredClauses = {}; in ResetPartialContext()
170 GetContext().clauseInfo = {}; in ResetPartialContext()
171 GetContext().loopIV = {nullptr}; in ResetPartialContext()
181 GetContext().allowedClauses = allowed; in SetContextAllowed()
195 GetContext().requiredClauses = required; in SetContextRequired()
199 GetContext().clauseInfo.emplace(type, GetContext().clause); in SetContextClauseInfo()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/lib/Semantics/
H A Dcheck-directive-structure.h148 DirectiveContext &GetContext() { in GetContext() function
160 GetContext().clause = &clause; in SetContextClause()
166 GetContext().allowedClauses = {}; in ResetPartialContext()
167 GetContext().allowedOnceClauses = {}; in ResetPartialContext()
169 GetContext().requiredClauses = {}; in ResetPartialContext()
170 GetContext().clauseInfo = {}; in ResetPartialContext()
171 GetContext().loopIV = {nullptr}; in ResetPartialContext()
181 GetContext().allowedClauses = allowed; in SetContextAllowed()
195 GetContext().requiredClauses = required; in SetContextRequired()
199 GetContext().clauseInfo.emplace(type, GetContext().clause); in SetContextClauseInfo()
[all …]
/dports/www/gitea/gitea-1.16.5/modules/process/
H A Dmanager_test.go32 assert.NotEmpty(t, GetContext(p1Ctx).GetPID(), "expected to get non-empty pid")
37 assert.NotEmpty(t, GetContext(p2Ctx).GetPID(), "expected to get non-empty pid")
39 …qual(t, GetContext(p1Ctx).GetPID(), GetContext(p2Ctx).GetPID(), "expected to get different pids %s…
40 …ual(t, GetContext(p1Ctx).GetPID(), GetContext(p2Ctx).GetParent().GetPID(), "expected to get pid %s…
79 assert.NotEmpty(t, GetContext(p1Ctx).GetPID(), "expected to have non-empty PID")
84 …al(t, GetContext(p1Ctx).GetPID(), GetContext(p2Ctx).GetPID(), "expected to get different pids got …
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/scripting/bindings/world/
H A DScTileElement.cpp139 auto ctx = GetContext()->GetScriptEngine().GetContext(); in slope_get()
186 auto ctx = GetContext()->GetScriptEngine().GetContext(); in waterHeight_get()
207 auto ctx = GetContext()->GetScriptEngine().GetContext(); in surfaceStyle_get()
228 auto ctx = GetContext()->GetScriptEngine().GetContext(); in edgeStyle_get()
249 auto ctx = GetContext()->GetScriptEngine().GetContext(); in grassLength_get()
271 auto ctx = GetContext()->GetScriptEngine().GetContext(); in hasOwnership_get()
282 auto ctx = GetContext()->GetScriptEngine().GetContext(); in hasConstructionRights_get()
296 auto ctx = GetContext()->GetScriptEngine().GetContext(); in ownership_get()
317 auto ctx = GetContext()->GetScriptEngine().GetContext(); in parkFences_get()
338 auto ctx = GetContext()->GetScriptEngine().GetContext(); in trackType_get()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Web.WebPages.Test/Validation/
H A DValidatorTest.cs20 var validationContext = GetValidationContext(GetContext(), "foo"); in RequiredValidatorValidatesIfStringIsNull()
37 var validationContext = GetValidationContext(GetContext(new { foo = "" }), "foo"); in RequiredValidatorValidatesIfStringIsEmpty()
54 var httpContext = GetContext(new { foo = "" }); in RequiredValidatorReturnsCustomErrorMessagesIfSpecified()
439 var context = GetValidationContext(GetContext(new { Age = "" }), "age"); in IntegerReturnsSuccessIfValueIsEmpty()
454 var context = GetValidationContext(GetContext(new { Age = "10" }), "age"); in IntegerReturnsSuccessIfValueIsValidInteger()
484 var context = GetValidationContext(GetContext(new { Age = 0 }), "age"); in IntegerReturnsSuccessIfValueIsZero()
499 var context = GetValidationContext(GetContext(new { Age = 1.3 }), "age"); in IntegerReturnsErrorMessageIfValueIsFloatingPointValue()
533 var context = GetValidationContext(GetContext(new { }), "Price"); in FloatReturnsSuccessIfValueIsNull()
610 var context = GetValidationContext(GetContext(new { }), "dateOfBirth"); in DateTimeReturnsSuccessIfValueIsNull()
672 var context = GetValidationContext(GetContext(new { }), "blogUrl"); in UrlReturnsSuccessIfInputIsNull()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/Microsoft.Web.Helpers.Test/
H A DUrlBuilderTest.cs27 var builder = new UrlBuilder(GetContext(), _virtualPathUtility, pagePath, null); in UrlBuilderUsesPathAsIsIfPathIsAValidUri()
40 var builder = new UrlBuilder(GetContext(), _virtualPathUtility, pagePath, null); in UrlBuilderUsesQueryComponentsIfPathIsAValidUri()
54 var builder = new UrlBuilder(GetContext(), _virtualPathUtility, pagePath, null); in UrlBuilderUsesUsesObjectParameterAsQueryString()
82 var builder = new UrlBuilder(GetContext(), _virtualPathUtility, pagePath, null); in UrlBuilderWithVirtualPathUsesVirtualPathUtility()
133 var builder = new UrlBuilder(GetContext(), _virtualPathUtility, pagePath, null); in UrlBuilderWithVirtualPathExtractsQueryStringParameterFromPath()
161 var builder = new UrlBuilder(GetContext(), _virtualPathUtility, pagePath, null); in AddPathAddsPathPortionToRelativeUrl()
176 var builder = new UrlBuilder(GetContext(), _virtualPathUtility, pagePath, null); in AddPathEncodesPathParams()
190 var builder = new UrlBuilder(GetContext(), _virtualPathUtility, pagePath, null); in AddPathAddsPathPortionToAbsoluteUrl()
205 var builder = new UrlBuilder(GetContext(), _virtualPathUtility, pagePath, null); in AddPathWithParamsArrayAddsPathPortionToRelativeUrl()
220 var builder = new UrlBuilder(GetContext(), _virtualPathUtility, pagePath, null); in AddPathEnsuresSlashesAreNotRepeated()
[all …]
H A DVideoTest.cs26 …string html = Video.Flash(GetContext(), _pathUtility, "http://foo.bar.com/foo.swf").ToString().Rep… in FlashDefaults()
39 …Assert.ThrowsArgumentNullOrEmptyString(() => { Video.Flash(GetContext(), _pathUtility, String.Empt… in FlashThrowsWhenPathIsEmpty()
45 …Assert.ThrowsArgumentNullOrEmptyString(() => { Video.Flash(GetContext(), _pathUtility, null); }, "… in FlashThrowsWhenPathIsNull()
51 …string html = Video.Flash(GetContext(), _pathUtility, "http://foo.bar.com/foo.swf", width: "100px"… in FlashWithExposedOptions()
116 …Assert.ThrowsArgumentNullOrEmptyString(() => { Video.MediaPlayer(GetContext(), _pathUtility, Strin… in MediaPlayerThrowsWhenPathIsEmpty()
122 …Assert.ThrowsArgumentNullOrEmptyString(() => { Video.MediaPlayer(GetContext(), _pathUtility, null)… in MediaPlayerThrowsWhenPathIsNull()
174 … Video.Silverlight(GetContext(), _pathUtility, "http://foo.bar.com/foo.xap", "100px", "100px", in SilverlightCannotOverrideHtmlAttributes()
234 …string html = Video.Silverlight(GetContext(), _pathUtility, "http://foo.bar.com/foo.xap", width: "… in SilverlightWithExposedOptions()
269 HttpContextBase context = GetContext(serverMock.Object); in ValidatePathResolvesExistingLocalPath()
286 HttpContextBase context = GetContext(serverMock.Object); in ValidatePathThrowsForNonExistingLocalPath()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/tools/View/
H A DView_Displayer.cxx73 if (GetContext().IsNull()) in SetDisplayMode()
94 if (GetContext().IsNull()) in DisplayPresentation()
112 GetContext()->Display (aPresentation, false); in DisplayPresentation()
138 GetContext()->Redisplay (aPresentation, false); in RedisplayPresentation()
167 if (GetContext().IsNull()) in ErasePresentations()
196 if (GetContext().IsNull()) in ErasePresentation()
203 GetContext()->Remove (aPresentation, Standard_False); in ErasePresentation()
230 GetContext()->Erase (aTrihedron, theToUpdateViewer); in DisplayDefaultTrihedron()
304 if (GetContext().IsNull()) in UpdateViewer()
307 GetContext()->UpdateCurrentViewer(); in UpdateViewer()
[all …]
/dports/science/orthanc-mysql/OrthancMySQL-4.3/MySQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Resources/Samples/CppHelpers/Logging/
H A DOrthancLogger.cpp9 VLOG(1) << GetContext() << " " << message; in Trace()
14 VLOG(1) << GetContext() << " " << message; in Trace()
19 LOG(INFO) << GetContext() << " " << message; in Info()
24 LOG(INFO) << GetContext() << " " << message; in Info()
29 LOG(WARNING) << GetContext() << " " << message; in Warning()
34 LOG(WARNING) << GetContext() << " " << message; in Warning()
39 LOG(ERROR) << GetContext() << " " << message; in Error()
44 LOG(ERROR) << GetContext() << " " << message; in Error()
/dports/science/orthanc/Orthanc-1.9.7/OrthancServer/Resources/Samples/CppHelpers/Logging/
H A DOrthancLogger.cpp9 VLOG(1) << GetContext() << " " << message; in Trace()
14 VLOG(1) << GetContext() << " " << message; in Trace()
19 LOG(INFO) << GetContext() << " " << message; in Info()
24 LOG(INFO) << GetContext() << " " << message; in Info()
29 LOG(WARNING) << GetContext() << " " << message; in Warning()
34 LOG(WARNING) << GetContext() << " " << message; in Warning()
39 LOG(ERROR) << GetContext() << " " << message; in Error()
44 LOG(ERROR) << GetContext() << " " << message; in Error()
/dports/science/orthanc-dicomweb/OrthancDicomWeb-1.7/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Resources/Samples/CppHelpers/Logging/
H A DOrthancLogger.cpp9 VLOG(1) << GetContext() << " " << message; in Trace()
14 VLOG(1) << GetContext() << " " << message; in Trace()
19 LOG(INFO) << GetContext() << " " << message; in Info()
24 LOG(INFO) << GetContext() << " " << message; in Info()
29 LOG(WARNING) << GetContext() << " " << message; in Warning()
34 LOG(WARNING) << GetContext() << " " << message; in Warning()
39 LOG(ERROR) << GetContext() << " " << message; in Error()
44 LOG(ERROR) << GetContext() << " " << message; in Error()

12345678910>>...124