| /third_party/protobuf/src/google/protobuf/compiler/java/ |
| H A D | java_message_builder.cc | 211 const FieldDescriptor* field = descriptor_->field(i); in GenerateDescriptorMethods() local 226 const FieldDescriptor* field in GenerateDescriptorMethods() local 251 const FieldDescriptor* field = map_fields[i]; GenerateDescriptorMethods() local 396 const ImmutableFieldGenerator& field = GenerateCommonBuilderMethods() local 552 const FieldDescriptor* field = oneof->field(j); GenerateCommonBuilderMethods() local 627 const FieldDescriptor* field = descriptor_->field(i); GenerateIsInitialized() local 641 const FieldDescriptor* field = descriptor_->field(i); GenerateIsInitialized() local [all...] |
| /third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
| H A D | objectivec_oneof.cc | 81 const FieldDescriptor* field = descriptor_->field(j); in GenerateCaseEnum() local
|
| /third_party/protobuf/src/google/protobuf/ |
| H A D | dynamic_message.h | 159 Sort(const Message& message, int map_size, const Reflection* reflection, const FieldDescriptor* field) Sort() argument
|
| H A D | no_field_presence_test.cc | 288 const FieldDescriptor* field = desc->field(i); in TEST() local 305 const FieldDescriptor* field = desc->field(i); TEST() local 502 const FieldDescriptor* field = desc->FindFieldByName("optional_lazy_message"); TEST() local [all...] |
| /third_party/protobuf/python/google/protobuf/pyext/ |
| H A D | field.cc | 45 namespace field { namespace
|
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | StructuralMessageInfo.java | 143 public void withField(FieldInfo field) { in withField() argument
|
| /third_party/protobuf/src/google/protobuf/compiler/csharp/ |
| H A D | csharp_doc_comment.cc | 97 void WritePropertyDocComment(io::Printer* printer, const FieldDescriptor* field) { in WritePropertyDocComment() argument
|
| /third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
| H A D | Proto3MessageLiteInfoFactory.java | 797 private static Field field(Class<?> clazz, String name) { field() method in Proto3MessageLiteInfoFactory [all...] |
| /third_party/protobuf/src/google/protobuf/compiler/cpp/ |
| H A D | cpp_field.cc | 127 MakeGoogleInternalGenerator( const FieldDescriptor* field, const Options& options, MessageSCCAnalyzer* scc_analyzer) MakeGoogleInternalGenerator() argument 134 MakeGenerator( const FieldDescriptor* field, const Options& options, MessageSCCAnalyzer* scc_analyzer) MakeGenerator() argument [all...] |
| /base/inputmethod/imf/test/unittest/cpp_test/mock/ |
| H A D | datashare_helper.cpp | 21 DataSharePredicates *DataSharePredicates::EqualTo(const std::string &field, const std::string &value) in EqualTo() argument
|
| /base/hiviewdfx/hiview/core/ |
| H A D | plugin_config.cpp | 36 std::string field = "";
in StartParse() local
|
| /base/security/device_auth/frameworks/deviceauth_lite/source/json/ |
| H A D | jsonutil.c | 37 json_pobject get_json_obj(json_pobject parent, const char *field) in get_json_obj() argument 42 int32_t get_json_int(json_pobject obj, const char *field) in get_json_int() argument 69 const char *get_json_string(json_pobject obj, const char *field) in get_json_string() argument 93 int32_t get_json_bool(json_pobject obj, const char *field) in get_json_bool() argument 152 add_item_to_object(json_pobject parent, const char *field, json_pobject obj) add_item_to_object() argument 157 add_string_to_object(json_pobject parent, const char *field, const char *value) add_string_to_object() argument 162 add_number_to_object(json_pobject parent, const char *field, int32_t value) add_number_to_object() argument 167 add_bool_to_object(json_pobject parent, const char *field, int32_t value) add_bool_to_object() argument 176 add_object_to_object(json_pobject parent, const char *field) add_object_to_object() argument 195 add_array_to_object(json_pobject parent, const char *field) add_array_to_object() argument [all...] |
| /base/security/device_security_level/baselib/utils/src/ |
| H A D | utils_json.c | 45 int32_t DslmGetJsonFieldInt(DslmJsonHandle handle, const char *field) in DslmGetJsonFieldInt() argument 73 uint32_t DslmGetJsonFieldIntArray(DslmJsonHandle handle, const char *field, int32_t *array, int32_t arrayLen) in DslmGetJsonFieldIntArray() argument 103 void DslmAddFieldBoolToJson(DslmJsonHandle handle, const char *field, bool value) in DslmAddFieldBoolToJson() argument 111 const char *DslmGetJsonFieldString(DslmJsonHandle handle, const char *field) in DslmGetJsonFieldString() argument 135 DslmGetJsonFieldJson(DslmJsonHandle handle, const char *field) DslmGetJsonFieldJson() argument 150 DslmAddFieldIntToJson(DslmJsonHandle handle, const char *field, int32_t value) DslmAddFieldIntToJson() argument 158 DslmAddFieldIntArrayToJson(DslmJsonHandle handle, const char *field, const int32_t *array, int32_t arrayLen) DslmAddFieldIntArrayToJson() argument 170 DslmAddFieldStringToJson(DslmJsonHandle handle, const char *field, const char *value) DslmAddFieldStringToJson() argument 178 DslmAddFieldJsonToJson(DslmJsonHandle handle, const char *field, DslmJsonHandle json) DslmAddFieldJsonToJson() argument [all...] |
| /base/security/device_security_level/test/dslm_unit_test/ |
| H A D | dslm_baselib_utils_test.cpp | 487 const char *field = "test"; in HWTEST_F() local 547 const char *field = "test"; in HWTEST_F() local
|
| /base/security/security_guard/test/unittest/config_manager/src/ |
| H A D | security_guard_config_manager_test.cpp | 369 SecurityGuard::Field field = jsonObj.get<SecurityGuard::Field>(); in HWTEST_F() local 379 SecurityGuard::Field field = jsonObj.get<SecurityGuard::Field>(); in HWTEST_F() local 390 SecurityGuard::Field field = jsonObj.get<SecurityGuard::Field>(); in HWTEST_F() local 402 SecurityGuard::Field field = jsonObj.get<SecurityGuard::Field>(); HWTEST_F() local 414 SecurityGuard::Field field = jsonObj.get<SecurityGuard::Field>(); HWTEST_F() local 426 SecurityGuard::Field field = jsonObj.get<SecurityGuard::Field>(); HWTEST_F() local 438 SecurityGuard::Field field = jsonObj.get<SecurityGuard::Field>(); HWTEST_F() local [all...] |
| /base/telephony/sms_mms/services/sms/ |
| H A D | sms_wap_push_content_type.cpp | 267 bool SmsWapPushContentType::DecodeTextField(SmsWapPushBuffer &decodeBuffer, uint8_t field, int32_t &valueLength)
in DecodeTextField() argument
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_gpuprops.c | 475 void *field = ((u8 *)props) + gpu_property_mapping[i].offset;
in kbase_gpuprops_populate_user_buffer() local
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_gpuprops.c | 466 void *field = ((u8 *)props) + gpu_property_mapping[i].offset; in kbase_gpuprops_populate_user_buffer() local
|
| /foundation/arkui/ace_engine/adapter/ohos/entrance/ |
| H A D | data_ability_helper_standard.cpp | 35 static inline std::string GetStringVal(const std::string &field, const ResultSet &result) in GetStringVal() argument 40 static inline int32_t GetInt32Val(const std::string &field, const ResultSet &result) in GetInt32Val() argument 45 static inline int64_t GetInt64Val(const std::string &field, const ResultSet &result) in GetInt64Val() argument 50 static inline double GetDoubleVal(const std::string &field, const ResultSet &result) in GetDoubleVal() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
| H A D | rs_particle_noise_field.h | 89 void AddField(const std::shared_ptr<ParticleNoiseField>& field) in AddField() argument
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
| H A D | cloud_test.cpp | 122 Field field; in HWTEST_F() local [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
| H A D | distributeddb_cloud_schema_mgr_test.cpp | 258 FieldInfo field; in SetField() local 683 FieldInfo field = SetField(FIELD_NAME_1, "int", true); HWTEST_F() local [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
| H A D | query.cpp | 58 Query &Query::IsNotNull(const std::string &field) in IsNotNull() argument 88 Query &Query::OrderBy(const std::string &field, bool isAsc) in OrderBy() argument 106 Query &Query::Like(const std::string &field, const std::string &value) in Like() argument 112 Query &Query::NotLike(const std::string &field, const std::string &value) in NotLike() argument 118 Query &Query::IsNull(const std::string &field) in IsNull() argument 136 ExecuteCompareOperation(QueryObjType operType, const std::string &field, const QueryValueType type, const FieldValue &fieldValue) ExecuteCompareOperation() argument 163 ExecuteCompareOperation(QueryObjType operType, const std::string &field, const QueryValueType type, const std::vector<FieldValue> &fieldValues) ExecuteCompareOperation() argument [all...] |
| /foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
| H A D | abs_predicates.h | 125 IsSpecificField(const std::string &field) IsSpecificField() argument [all...] |
| /test/xts/acts/distributed_schedule_lite/distributed_schedule_posix/src/utils/ |
| H A D | dms_packet.cpp | 64 bool DmsPacket::MarshallStringField(const std::string& field, MSG_TYPE_SEQ type, uint16_t& dataLength)
in MarshallStringField() argument
|