Home
last modified time | relevance | path

Searched defs:field (Results 126 - 150 of 207) sorted by relevance

123456789

/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dir_constructor.h705 IrConstructor &ObjField(RuntimeInterface::FieldPtr field) in ObjField() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Ddump.cpp168 ArenaString FieldToString(RuntimeInterface *runtime, ObjectType type, RuntimeInterface::FieldPtr field, in FieldToString() argument
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/
H A Dets_intrinsics_peephole.cpp162 auto field = runtime->ResolveLookUpField(rawField, klassPtr); in TryInsertFieldInst() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dconst_folding.cpp1175 auto field = inst->CastToLoadStatic()->GetObjField(); in ConstFoldingLoadStatic() local
H A Dreserve_string_builder_buffer.cpp128 auto field = storeObject->GetObjField(); in IsFieldStringBuilderBuffer() local
136 auto field = storeObject->GetObjField(); in IsFieldStringBuilderIndex() local
280 auto field = runtime->GetFieldStringBuilderBuffer(klass); in StoreStringBuilderBufferField() local
293 auto field = runtime->GetFieldStringBuilderIndex(klass); in StoreStringBuilderIndexField() local
304 auto field = runtime->GetFieldStringBuilderLength(klass); StoreStringBuilderLengthField() local
315 auto field = runtime->GetFieldStringBuilderCompress(klass); StoreStringBuilderIsCompressedField() local
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
H A Dets_class_wrapper.cpp376 Field *field = wfield.GetField(); in UpdatePropsWithBaseClasses() local
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Descompat_RegExp.cpp68 EtsField *field = cls->GetDeclaredFieldIDByName(name); in GetFieldObjectByName() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_class.h125 T GetStaticFieldPrimitive(EtsField *field) in GetStaticFieldPrimitive() argument
140 void SetStaticFieldPrimitive(EtsField *field, T value) in SetStaticFieldPrimitive() argument
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dclass_linker_test.cpp372 size_t GetSize(const Field &field) in GetSize() argument
[all...]
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSemitter.cpp338 void ETSEmitter::GenClassField(const ir::ClassProperty *field, pandasm::Record &classRecord, bool external) in GenClassField() argument
346 auto field = pandasm::Field(Program()->lang); in GenField() local
[all...]
/arkcompiler/ets_frontend/ets2panda/parser/
H A DETSparserClasses.cpp422 auto *field = AllocNode<ir::ClassProperty>(fieldName, initializer, typeAnnotation, modifiers, Allocator(), false); in ParseClassFieldDefinition() local
852 auto *field = AllocNode<ir::ClassProperty>(name, nullptr, typeAnnotation->Clone(Allocator(), nullptr), in ParseInterfaceField() local
947 auto *field in ParseTypeLiteralOrInterfaceMember() local
961 auto *field = ParseInterfaceField(); ParseTypeLiteralOrInterfaceMember() local
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Djs_displaynames.cpp356 UDateTimePatternField field = StringToUDateTimePatternField(datetimeCode.c_str()); in CanonicalCodeForDisplayNames() local
/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/
H A Ddeviceauth_test.cpp1841 std::string field = "mesage"; in HWTEST_F() local
1869 std::string field = "booll"; in HWTEST_F() local
1911 std::string field = "test_bool_false"; in HWTEST_F() local
[all...]
/foundation/ability/dmsfwk/interfaces/kits/napi/continuation_manager/
H A Djs_continuation_manager.cpp847 UnwrapJsonByPropertyName(const napi_env &env, const napi_value& param, const std::string& field, nlohmann::json& jsonObj) UnwrapJsonByPropertyName() argument
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_parser.cpp107 void FontParser::SetNameString(FontParser::FontDescriptor& fontDescriptor, std::string& field, unsigned int& fieldLid, in SetNameString() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Djson_common.cpp24 ValueObject JsonCommon::GetValueInSameLevel(JsonObject &node, const std::string &field) in GetValueInSameLevel() argument
40 ValueObject JsonCommon::GetValueInSameLevel(JsonObject &node, const std::string &field, bool &isFieldExist) in GetValueInSameLevel() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Ddistributeddb_nb_test_tools.h303 GenerateQueryComp(std::vector<DistributedDB::Query> &queries, const bool (&funcFilter)[FP_COMP_SIZE], const std::string& field, const ParaType& value) GenerateQueryComp() argument
314 GenerateQueryLike(std::vector<DistributedDB::Query> &queries, const bool (&funcFilter)[FP_LIKE_SIZE], const std::string& field, const std::string& value) GenerateQueryLike() argument
324 GenerateQueryIn(std::vector<DistributedDB::Query> &queries, const bool (&funcFilter)[FP_IN_SIZE], const std::string& field, const std::vector<ParaType>& value) GenerateQueryIn() argument
H A Ddistributeddb_schema_test_tools.h206 std::vector<std::string> field; member
282 static void ConstructInvalidQuery(std::string &field, T value, std::vector<T> scope, in ConstructInvalidQuery() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Ddata_query.cpp81 DataQuery& DataQuery::EqualTo(const std::string &field, const int value) in EqualTo() argument
91 DataQuery& DataQuery::EqualTo(const std::string &field, const int64_t value) in EqualTo() argument
101 DataQuery& DataQuery::EqualTo(const std::string &field, const double value) in EqualTo() argument
111 DataQuery& DataQuery::EqualTo(const std::string &field, cons argument
122 EqualTo(const std::string &field, const bool value) EqualTo() argument
132 NotEqualTo(const std::string &field, const int value) NotEqualTo() argument
142 NotEqualTo(const std::string &field, const int64_t value) NotEqualTo() argument
152 NotEqualTo(const std::string &field, const double value) NotEqualTo() argument
162 NotEqualTo(const std::string &field, const std::string &value) NotEqualTo() argument
173 NotEqualTo(const std::string &field, const bool value) NotEqualTo() argument
183 GreaterThan(const std::string &field, const int value) GreaterThan() argument
193 GreaterThan(const std::string &field, const int64_t value) GreaterThan() argument
203 GreaterThan(const std::string &field, const double value) GreaterThan() argument
213 GreaterThan(const std::string &field, const std::string &value) GreaterThan() argument
224 LessThan(const std::string &field, const int value) LessThan() argument
234 LessThan(const std::string &field, const int64_t value) LessThan() argument
244 LessThan(const std::string &field, const double value) LessThan() argument
254 LessThan(const std::string &field, const std::string &value) LessThan() argument
265 GreaterThanOrEqualTo(const std::string &field, const int value) GreaterThanOrEqualTo() argument
275 GreaterThanOrEqualTo(const std::string &field, const int64_t value) GreaterThanOrEqualTo() argument
285 GreaterThanOrEqualTo(const std::string &field, const double value) GreaterThanOrEqualTo() argument
295 GreaterThanOrEqualTo(const std::string &field, const std::string &value) GreaterThanOrEqualTo() argument
306 LessThanOrEqualTo(const std::string &field, const int value) LessThanOrEqualTo() argument
316 LessThanOrEqualTo(const std::string &field, const int64_t value) LessThanOrEqualTo() argument
326 LessThanOrEqualTo(const std::string &field, const double value) LessThanOrEqualTo() argument
336 LessThanOrEqualTo(const std::string &field, const std::string &value) LessThanOrEqualTo() argument
357 IsNull(const std::string &field) IsNull() argument
371 IsNotNull(const std::string &field) IsNotNull() argument
385 In(const std::string &field, const std::vector<int> &valueList) In() argument
396 In(const std::string &field, const std::vector<int64_t> &valueList) In() argument
407 In(const std::string &field, const std::vector<double> &valueList) In() argument
418 In(const std::string &field, const std::vector<std::string> &valueList) In() argument
430 NotIn(const std::string &field, const std::vector<int> &valueList) NotIn() argument
441 NotIn(const std::string &field, const std::vector<int64_t> &valueList) NotIn() argument
452 NotIn(const std::string &field, const std::vector<double> &valueList) NotIn() argument
463 NotIn(const std::string &field, const std::vector<std::string> &valueList) NotIn() argument
475 Like(const std::string &field, const std::string &value) Like() argument
486 Unlike(const std::string &field, const std::string &value) Unlike() argument
513 OrderByAsc(const std::string &field) OrderByAsc() argument
527 OrderByDesc(const std::string &field) OrderByDesc() argument
667 AppendCommon(const std::string &keyword, const std::string &fieldType, std::string &field, const T &value) AppendCommon() argument
681 AppendCommonString(const std::string &keyword, const std::string &fieldType, std::string &field, std::string &value) AppendCommonString() argument
696 AppendCommonBoolean(const std::string &keyword, const std::string &fieldType, std::string &field, const bool &value) AppendCommonBoolean() argument
714 AppendCommonString(const std::string &keyword, std::string &field, std::string &value) AppendCommonString() argument
727 AppendCommonList(const std::string &keyword, const std::string &fieldType, std::string &field, const std::vector<T> &valueList) AppendCommonList() argument
747 AppendCommonListString(const std::string &keyword, const std::string &fieldType, std::string &field, std::vector<std::string> &valueList) AppendCommonListString() argument
793 ValidateField(const std::string &field) ValidateField() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_kv_syncer_test.cpp196 Field field; in GetDataBaseSchema() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/
H A Drd_json_object.cpp272 JsonObject JsonObject::GetObjectItem(const std::string &field, int &errCode) in GetObjectItem() argument
320 int JsonObject::DeleteItemFromObject(const std::string &field) in DeleteItemFromObject() argument
484 cJSON *GetChild(cJSON *cjson, const std::string &field, bool caseSens) in GetChild() argument
505 GetChildPowerMode(cJSON *cjson, const std::string &field, bool caseSens) GetChildPowerMode() argument
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/dataability/src/
H A Dnapi_data_ability_predicates.cpp203 std::string field; in EqualTo() local
220 std::string field; in NotEqualTo() local
277 std::string field; in Contains() local
294 std::string field; BeginsWith() local
311 std::string field; EndsWith() local
328 std::string field; IsNull() local
343 std::string field; IsNotNull() local
358 std::string field; Like() local
375 std::string field; Glob() local
393 std::string field; Between() local
416 std::string field; NotBetween() local
438 std::string field; GreaterThan() local
455 std::string field; LessThan() local
472 std::string field; GreaterThanOrEqualTo() local
489 std::string field; LessThanOrEqualTo() local
507 std::string field; OrderByAsc() local
524 std::string field; OrderByDesc() local
619 std::string field; In() local
639 std::string field; NotIn() local
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_predicates.cpp203 std::string field; in ParseFieldArrayByName() local
216 ParseFieldByName( napi_env env, napi_callback_info info, napi_value &thiz, std::string &field, const std::string fieldName) ParseFieldByName() argument
233 ParseInt32FieldByName( napi_env env, napi_callback_info info, napi_value &thiz, int32_t &field, const std::string fieldName) ParseInt32FieldByName() argument
250 ParseFieldAndValueArray(napi_env env, napi_callback_info info, napi_value &thiz, std::string &field, std::vector<ValueObject> &value, const std::string valueType) ParseFieldAndValueArray() argument
271 ParseFieldAndValue(napi_env env, napi_callback_info info, napi_value &thiz, std::string &field, ValueObject &value, const std::string valueType) ParseFieldAndValue() argument
293 ParseFieldAndStringValue(napi_env env, napi_callback_info info, napi_value &thiz, std::string &field, std::string &value, const std::string valueType) ParseFieldAndStringValue() argument
315 ParseFieldLowAndHigh( napi_env env, napi_callback_info info, napi_value &thiz, std::string &field, ValueObject &low, ValueObject &high) ParseFieldLowAndHigh() argument
345 std::string field = ""; EqualTo() local
356 std::string field = ""; NotEqualTo() local
403 std::string field = ""; Contains() local
414 std::string field = ""; NotContains() local
425 std::string field = ""; BeginsWith() local
436 std::string field = ""; EndsWith() local
447 std::string field = ""; IsNull() local
457 std::string field = ""; IsNotNull() local
467 std::string field = ""; Like() local
478 std::string field = ""; NotLike() local
490 std::string field = ""; Glob() local
501 std::string field = ""; Between() local
513 std::string field = ""; NotBetween() local
525 std::string field = ""; GreaterThan() local
536 std::string field = ""; LessThan() local
547 std::string field = ""; GreaterThanOrEqualTo() local
558 std::string field = ""; LessThanOrEqualTo() local
569 std::string field = ""; OrderByAsc() local
579 std::string field = ""; OrderByDesc() local
659 std::string field = ""; In() local
673 std::string field = ""; NotIn() local
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_sql_builder.cpp217 std::string field = DistributedRdb::Field::SHARING_RESOURCE_FIELD; in BuildCursorQueryString() local
/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/src/
H A Ddm_native_util.cpp50 napi_value field = nullptr; in JsObjectToString() local
71 napi_value field = nullptr; in JsObjectToBool() local
91 napi_value field = nullptr; in JsObjectToInt() local
349 napi_value field = nullptr; JsToDiscoverTargetType() local
[all...]

Completed in 36 milliseconds

123456789