Home
last modified time | relevance | path

Searched refs:IsType (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/include/sksl/
DDSLSymbols.h55 bool IsType(skstd::string_view name);
/third_party/skia/src/sksl/dsl/
DDSLSymbols.cpp40 bool IsType(skstd::string_view name) { in IsType() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWindowsResource.cpp214 raw_string_ostream &OS, bool IsType, bool IsID) { in printStringOrID() argument
220 } else if (IsType) in printStringOrID()
/third_party/skia/src/sksl/
DSkSLDSLParser.cpp322 if (lookahead.fKind == Token::Kind::TK_IDENTIFIER && !IsType(this->text(lookahead))) { in declaration()
534 IsType(this->text(nextToken))) { in varDeclarationsOrExpressionStatement()
823 if (!IsType(this->text(type))) { in type()
/third_party/skia/third_party/externals/tint/test/intrinsics/
Dintrinsics.wgsl.tmpl250 {{- if IsType .Target -}}
/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc103 inline bool IsType() const { return type == MESSAGE || type == ENUM; } in IsType() function
3843 if (resolve_mode == LOOKUP_TYPES && !result.IsType()) { in LookupSymbolNoPlaceholder()
/third_party/protobuf/
DCHANGES.txt1667 if (foo.any_field().IsType<Bar>()) {
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch23314 +bool OhGinJavascriptBridgeValue ::IsType(Type type) const {
23422 + bool IsType(Type type) const;
25168 + if (gin_value->IsType(OhGinJavascriptBridgeValue::TYPE_OBJECT_ID)) {
25181 + } else if (gin_value->IsType(OhGinJavascriptBridgeValue::TYPE_NONFINITE)) {