Home
last modified time | relevance | path

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

12345678910>>...14

/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
/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
H A DForcePrecisionQualifier.cpp62 const TFieldList &fields = structure->fields(); in visitDeclaration() local
73 const TFieldList &fields = interfaceBlock->fields(); in visitDeclaration() local
/third_party/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_reflection_class.cc263 std::vector<std::string> fields; in WriteGeneratedCodeInfo() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_log_table_manager.cpp129 auto fields = tableInfo.GetFields(); in UpgradeKvSyncLogTable() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_watcher.cpp52 int32_t KVDBWatcher::OnChange(const Origin &origin, const Fields &fields, ChangeData &&datas) in OnChange() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dcloud_info.cpp142 std::string CloudInfo::GetPrefix(const std::initializer_list<std::string> &fields) in GetPrefix() argument
147 std::string CloudInfo::GetKey(const std::string &prefix, const std::initializer_list<std::string> &fields) in GetKey() argument
/third_party/ffmpeg/libavfilter/
H A Dvf_repeatfields.c68 static void update_pts(AVFilterLink *link, AVFrame *f, int64_t pts, int fields) in update_pts() argument
/third_party/ffmpeg/libavformat/
H A Dapetag.c113 uint32_t val, fields, tag_bytes; in ff_ape_parse_tag() local
/third_party/cJSON/
H A Dtest.c140 struct record fields[2] = in create_objects() local
/third_party/mesa3d/src/compiler/glsl/
H A Dir_validate.cpp1040 const glsl_struct_field *fields = in visit() local
/third_party/node/deps/v8/tools/v8windbg/src/
H A Dv8-debug-helper-interop.h114 std::vector<StructField> fields; member
/third_party/python/Tools/unicode/
H A Dmkstringprep.py82 fields = l.split(";") variable
85 fields = fields[:-1] variable
87 fields = fields[0].split("-") variable
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DOneofDescriptor.cs50 private IList<FieldDescriptor> fields; field in Google.Protobuf.Reflection.OneofDescriptor
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DUnknownFieldSet.cs52 private readonly IDictionary<int, UnknownField> fields; field in Google.Protobuf.UnknownFieldSet
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
H A DVariablePacker_test.cpp229 std::vector<sh::ShaderVariable> fields; in TEST() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
H A DValue.hpp112 static std::shared_ptr<Struct> create(const std::string &name, F &&fields) in create() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
H A DJSONBackend.cpp145 json::Array fields; in run() local
/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection_unittest.cc224 std::vector<const FieldDescriptor*> fields; in TEST() local
257 std::vector<const FieldDescriptor*> fields; TEST() local
272 std::vector<const FieldDescriptor*> fields; TEST() local
308 std::vector<const FieldDescriptor*> fields; TEST() local
682 std::vector<const FieldDescriptor*> fields; TEST() local
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DStructuralMessageInfo.java48 private final FieldInfo[] fields; field in StructuralMessageInfo
57 StructuralMessageInfo( ProtoSyntax syntax, boolean messageSetWireFormat, int[] checkInitialized, FieldInfo[] fields, Object defaultInstance) StructuralMessageInfo() argument
112 private final List<FieldInfo> fields; global() field in StructuralMessageInfo.Builder
[all...]

Completed in 13 milliseconds

12345678910>>...14