Home
last modified time | relevance | path

Searched defs:fields (Results 26 - 50 of 601) sorted by relevance

12345678910>>...25

/third_party/protobuf/objectivec/
H A DGPBStruct.pbobjc.h101 @property(nonatomic, readwrite, strong, null_resettable) NSMutableDictionary<NSString*, GPBValue*> *fields; variable
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DOneofDescriptor.php40 private $fields; variable
/third_party/protobuf/python/google/protobuf/pyext/
H A Dunknown_fields.h60 const UnknownFieldSet* fields; member
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Ddata_share_store.cpp37 std::vector<std::pair<std::string, std::string>> fields = {{EventTable::FIELD_UID, SQL_INT_TYPE}, in OnCreate() local
H A Ddata_share_dao.cpp109 std::vector<std::string> fields = { std::to_string(uid) }; in DeleteSubscriberInfo() local
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
H A Dapp_event_dao.cpp57 const std::vector<std::pair<std::string, std::string>> fields = { in Create() local
H A Duser_property_dao.cpp57 const std::vector<std::pair<std::string, std::string>> fields = { in Create() local
H A Duser_id_dao.cpp57 const std::vector<std::pair<std::string, std::string>> fields = { in Create() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_particle_context.cpp27 std::shared_ptr<Rosen::ParticleNoiseFields> fields = std::make_shared<Rosen::ParticleNoiseFields>(); in UpdateDisturbance() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/metadata/
H A Dstore_meta_data_local.cpp110 std::string StoreMetaDataLocal::GetKey(const std::initializer_list<std::string> &fields) in GetKey() argument
115 std::string StoreMetaDataLocal::GetPrefix(const std::initializer_list<std::string> &fields) in GetPrefix() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dsubscription_test.cpp160 std::initializer_list<std::string> fields = { "field1", "field2" }; in HWTEST_F() local
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/
H A Dcloud_extension_stub.js
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_store_observer.cpp59 void NapiRdbStoreObserver::OnChange(const Origin &origin, const PrimaryFields &fields, ChangeInfo &&changeInfo) in OnChange() argument
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_predicates.cpp77 RdbPredicates *RdbPredicates::Using(const std::vector<std::string> &fields) in Using() argument
/kernel/linux/linux-5.10/arch/mips/boot/tools/
H A Drelocs_64.c20 } fields; member
/kernel/linux/linux-5.10/drivers/mux/
H A Dmmio.c20 struct regmap_field **fields = mux_chip_priv(mux->chip); in mux_mmio_set() local
40 struct regmap_field **fields; in mux_mmio_probe() local
/kernel/linux/linux-6.6/arch/mips/boot/tools/
H A Drelocs_64.c20 } fields; member
/kernel/linux/linux-5.10/drivers/media/pci/tw68/
H A Dtw68-risc.c137 u32 instructions, fields; in tw68_risc_buffer() local
/kernel/linux/linux-6.6/drivers/mux/
H A Dmmio.c20 struct regmap_field **fields = mux_chip_priv(mux->chip); in mux_mmio_set() local
40 struct regmap_field **fields; in mux_mmio_probe() local
/kernel/linux/linux-6.6/drivers/media/pci/tw68/
H A Dtw68-risc.c137 u32 instructions, fields; in tw68_risc_buffer() local
/third_party/alsa-utils/alsamixer/
H A Ddevice_name.c35 static FIELD *fields[3]; variable
[all...]
/third_party/node/deps/v8/tools/
H A Dgen-postmortem-metadata.py332 fields = []; # field declarations variable
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DNameNamelessUniformBuffers.cpp91 const TVector<TField *> fields = block->fields(); variable
/third_party/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_reflection_class.cc263 std::vector<std::string> fields; in WriteGeneratedCodeInfo() local
/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H A Djson_parser.cpp48 bool JsonParser::CheckJsonValue(const Json::Value& eventJson, const std::vector<std::string>& fields) in CheckJsonValue() argument

Completed in 10 milliseconds

12345678910>>...25