Home
last modified time | relevance | path

Searched refs:entity_ (Results 76 – 100 of 138) sorted by relevance

123456

/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/storage/internal/
H A Daccess_control_common.cc31 result.entity_ = json.value("entity", ""); in ParseFromJson()
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/storage/internal/
H A Daccess_control_common_parser.cc30 result.entity_ = json.value("entity", ""); in FromJson()
/dports/textproc/openjade/openjade-1.3.3-pre1/style/
H A DDssslSpecEventHandler.cxx537 : entity_(entity) in EntityBodyElement()
545 const InternalEntity *internal = entity_->asInternalEntity(); in makeInputSource()
548 EntityOrigin::make(entity_, Location())); in makeInputSource()
552 = entity_->asExternalEntity()->externalId().effectiveSystemId(); in makeInputSource()
/dports/cad/stepcode/stepcode-0.8/src/exp2cxx/
H A Dclasses_misc.c192 case entity_: in FundamentalType()
254 case entity_: in GetTypeDescriptorName()
H A Dclasses_type.c738 case entity_: in TYPEget_RefTypeVarNm()
775 if( TYPEget_body( TYPEget_body( t )->base )->type == entity_ ) { in TYPEget_RefTypeVarNm()
933 case entity_: in TypeBody_Description()
1058 if( class == entity_ ) { in GetAggrElemType()
1161 if( class == entity_ ) { in TYPEget_idl_type()
H A Dselects.c203 if( class == entity_ ) { in SEL_ITEMget_dmname()
365 case entity_: in non_unique_types_vector()
1302 case entity_: in TYPEselect_lib_part21()
1401 case entity_: in TYPEselect_lib_part21()
1477 case entity_: in TYPEselect_lib_part21()
1572 case entity_: in TYPEselect_lib_StrToVal()
H A Dexpressbuild.cc182 case entity_: in processSubExp()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/third_party/appengine/datastore/
H A Ddatastore_v3_pb.py5160 entity_ = None variable in GetResponse_Entity
5185 if self.entity_ is not None: self.entity_.Clear()
5231 if self.has_entity_ and self.entity_ != x.entity_: return 0
5332 self.entity_ = []
5351 self.entity_ = []
5390 if len(self.entity_) != len(x.entity_): return 0
5391 for e1, e2 in zip(self.entity_, x.entity_):
5411 for i in range(len(self.entity_)): n += self.entity_[i].ByteSize()
5564 self.entity_ = []
5717 if len(self.entity_) != len(x.entity_): return 0
[all …]
H A Ddatastore_v4_pb.py176 def entity(self): return self.entity_
220 if self.has_entity_ and self.entity_ != x.entity_: return 0
260 self.entity_.OutputUnchecked(out)
272 self.entity_.OutputPartial(out)
2638 entity_ = None variable in Mutation
2677 if self.entity_ is None:
2683 return self.entity_
2691 if self.entity_ is not None: self.entity_.Clear()
2709 if self.has_entity_ and self.entity_ != x.entity_: return 0
2748 self.entity_.OutputUnchecked(out)
[all …]
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Entity/
H A DEntityStorageBase.php206 $this->moduleHandler()->invokeAll('entity_' . $hook, [$entity]);
H A DEntityDisplayBase.php324 …$mode_entity = $this->entityTypeManager()->getStorage('entity_' . $this->displayContext . '_mode')…
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/nigori/
H A Dnigori_model_type_processor.h102 std::unique_ptr<ProcessorEntity> entity_; variable
/dports/cad/stepcode/stepcode-0.8/src/exp2python/src/
H A Dclasses_misc_python.c404 case entity_: in FundamentalType()
469 case entity_: in GetTypeDescriptorName()
/dports/textproc/jade/jade-1.2.1/lib/
H A DEvent.cxx289 : name_(name), entity_(entity), hasInternalSubset_(hasInternalSubset), in StartSubsetEvent()
443 entity_(entity), in EntityDeclEvent()
522 : LocatedEvent(entityDefaulted, loc), entity_(entity) in EntityDefaultedEvent()
/dports/cad/stepcode/stepcode-0.8/src/express/
H A Dexpr.c273 case entity_: in EXP_resolve_op_dot_fuzzy()
425 case entity_: in EXPresolve_op_dot()
495 case entity_: in EXP_resolve_op_group_fuzzy()
560 case entity_: in EXPresolve_op_group()
/dports/cad/stepcode/stepcode-0.8/include/express/
H A Dtype.h88 entity_, /**< single entity */ enumerator
240 #define TYPEis_entity(t) ((t)->u.type->body->type == entity_)
/dports/cad/stepcode/stepcode-0.8/src/exppp/
H A Dpretty_expr.c79 case entity_: in EXPR__out()
320 case entity_: in EXPRstring()
H A Dpretty_type.c91 case entity_: in TYPE_body_out()
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/uggrid/
H A Duggridentity.cc187 it.entity_.impl().setToTarget( it.elementStack_.empty() in hbegin()
194 it.entity_.impl().setToTarget(nullptr,nullptr); in hbegin()
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/python/dune/ufl/
H A Dcodegen.py632 entity_ = Variable('EntityType', 'entity_')
633 insideEntity = entity_
635 entity_ = Variable('std::array< EntityType, 2 >', 'entity_')
636 …insideEntity = entity_[UnformattedExpression('std::size_t', 'static_cast< std::size_t >( Side::in …
637 …outsideEntity = entity_[UnformattedExpression('std::size_t', 'static_cast< std::size_t >( Side::ou…
760 code.append(Declaration(entity_), Declaration(intersection_))
/dports/textproc/opensp/OpenSP-1.5.2/lib/
H A DEvent.cxx293 : name_(name), entity_(entity), hasInternalSubset_(hasInternalSubset), in StartSubsetEvent()
447 entity_(entity), in EntityDeclEvent()
526 : LocatedEvent(entityDefaulted, loc), entity_(entity) in EntityDefaultedEvent()
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/python/dune/models/elliptic/
H A Dmodel.py135 entity_ = Variable('const EntityType *', 'entity_')
184 …code.append(Method('const EntityType &', 'entity', code=return_(dereference(entity_)), const=True))
222 code.append(Declaration(entity_, nullptr, mutable=True))
/dports/textproc/jade/jade-1.2.1/style/
H A DDssslSpecEventHandler.h46 ConstPtr<Entity> entity_;
/dports/devel/xsd/xsd-4.1.0.a11+dep/xsd/xsd/cxx/tree/
H A Dfundamental-header.hxx702 entity_ = built_in_type ( in traverse()
713 entity_); in traverse()
1328 String entity_; member
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Core/IO/
H A DOMFormat.hh234 unsigned entity_ : SIZE_ENTITY; // 0 vertex, 1 mesh, 2 edge, member
314 switch( _chunk_hdr.entity_ ) in chunk_data_size()

123456