Home
last modified time | relevance | path

Searched defs:field (Results 51 - 75 of 805) sorted by relevance

12345678910>>...33

/third_party/skia/src/sksl/ir/
H A DSkSLFieldAccess.cpp17 Convert(const Context& context, SymbolTable& symbolTable, std::unique_ptr<Expression> base, skstd::string_view field) Convert() argument
/third_party/protobuf/php/tests/
H A Dmemory_leak_test.php196 $field = $desc->getField(1); variable
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DMessageBuilderContext.php57 $field = new FieldDescriptor(); variable
[all...]
/third_party/protobuf/src/google/protobuf/util/
H A Dfield_comparator_test.cc60 const FieldDescriptor* field = descriptor_->FindFieldByName("optionalgroup"); in TEST_F() local
66 const FieldDescriptor* field = in TEST_F() local
73 const FieldDescriptor* field = in TEST_F() local
80 const FieldDescriptor* field = descriptor_->FindFieldByName("optional_int32"); in TEST_F() local
93 const FieldDescriptor* field in TEST_F() local
106 const FieldDescriptor* field = TEST_F() local
120 const FieldDescriptor* field = TEST_F() local
134 const FieldDescriptor* field = descriptor_->FindFieldByName("optional_bool"); TEST_F() local
147 const FieldDescriptor* field = TEST_F() local
161 const FieldDescriptor* field = TEST_F() local
476 const FieldDescriptor* field = TEST_F() local
[all...]
/third_party/vk-gl-cts/framework/platform/android/
H A DtcuAndroidJNI.cpp53 jfieldID field = getExecServiceField(env, obj); in getExecService() local
59 jfieldID field = getExecServiceField(env, obj); in setExecService() local
/base/security/security_guard/services/config_manager/src/
H A Dmodel_cfg_marshalling.cpp38 void from_json(const nlohmann::json &jsonObj, Field &field) in from_json() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/snapshot/
H A Dmachine_status.h50 std::string field; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Dstore_observer.h42 std::vector<std::string> field; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/
H A Dquery.h41 DB_API Query &EqualTo(const std::string &field, const T &value) in EqualTo() argument
50 DB_API Query &NotEqualTo(const std::string &field, const T &value) in NotEqualTo() argument
59 DB_API Query &GreaterThan(const std::string &field, const T &value) in GreaterThan() argument
68 DB_API Query &LessThan(const std::string &field, const T &value) in LessThan() argument
77 DB_API Query &GreaterThanOrEqualTo(const std::string &field, const T &value) in GreaterThanOrEqualTo() argument
86 LessThanOrEqualTo(const std::string &field, const T &value) LessThanOrEqualTo() argument
105 In(const std::string &field, const std::vector<T> &values) In() argument
120 NotIn(const std::string &field, const std::vector<T> &values) NotIn() argument
[all...]
/foundation/distributeddatamgr/data_object/interfaces/innerkits/
H A Dobject_types.h28 std::string field; member
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
H A Ddatashare_helper.cpp22 DataSharePredicates *DataSharePredicates::EqualTo(const std::string &field, const std::string &value) in EqualTo() argument
/third_party/ffmpeg/libavcodec/
H A Dfrwu.c49 int field, ret; in decode_frame() local
/third_party/elfio/elfio/
H A Delfio_modinfo.hpp47 get_attribute( Elf_Word no, std::string& field, std::string& value ) const in get_attribute() argument
73 Elf_Word add_attribute( const std::string& field, const std::string& value ) in add_attribute() argument
/third_party/ffmpeg/libavfilter/
H A Dvf_field.c50 AVFILTER_DEFINE_CLASS(field); variable
55 FieldContext *field = ctx->priv; in config_props_output() local
71 FieldContext *field in filter_frame() local
[all...]
/third_party/ffmpeg/libavformat/
H A Dwestwood_aud.c47 int field; in wsaud_probe() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DFormattedValueFieldPositionIteratorImpl.java28 public final Format.Field field; field in FormattedValueFieldPositionIteratorImpl.FieldWithValue
31 public FieldWithValue(Format.Field field, int value) { in FieldWithValue() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DFormattedValueFieldPositionIteratorImpl.java30 public final Format.Field field; field in FormattedValueFieldPositionIteratorImpl.FieldWithValue
33 public FieldWithValue(Format.Field field, int value) { in FieldWithValue() argument
[all...]
/third_party/ltp/libs/libltpuinput/
H A Dtst_uinput.c49 static char *parse_field(char *line, char field) in parse_field() argument
69 char *get_input_field_value(char field) in get_input_field_value() argument
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DExtensionValue.cs51 private T field; field in Google.Protobuf.ExtensionValue
141 private RepeatedField<T> field; global() field in Google.Protobuf.RepeatedExtensionValue
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DNameNamelessUniformBuffers.cpp94 const TField *field = fields[fieldIndex]; variable
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dfieldpos.h137 FieldPosition(int32_t field) in FieldPosition() argument
[all...]
/third_party/toybox/toys/other/
H A Dmodinfo.c33 static void output_field(char *field, char *value) in output_field() argument
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DMessageOrBuilder.java102 hasField(Descriptors.FieldDescriptor field) hasField() argument
110 getField(Descriptors.FieldDescriptor field) getField() argument
119 getRepeatedFieldCount(Descriptors.FieldDescriptor field) getRepeatedFieldCount() argument
129 getRepeatedField(Descriptors.FieldDescriptor field, int index) getRepeatedField() argument
[all...]
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DProto3MessageInfoFactory.java483 private static Field field(String name) { field() method in Proto3MessageInfoFactory
487 private static Field field(Class<?> clazz, String name) { field() method in Proto3MessageInfoFactory
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dpreserve_unknown_enum_test.cc190 const FieldDescriptor* field = d->FindFieldByName("e"); in TEST() local
[all...]

Completed in 9 milliseconds

12345678910>>...33