Home
last modified time | relevance | path

Searched refs:field (Results 1576 - 1600 of 2057) sorted by relevance

1...<<61626364656667686970>>...83

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DExtensionSchemaFull.java49 Field field = GeneratedMessageV3.ExtendableMessage.class.getDeclaredField("extensions"); in getExtensionsFieldOffset()
50 return UnsafeUtil.objectFieldOffset(field); in getExtensionsFieldOffset()
52 throw new IllegalStateException("Unable to lookup extension field offset"); in getExtensionsFieldOffset()
/third_party/python/Parser/
H A Dasdl.py14 # fields ::= "(" { field, "," } field ")"
15 # field ::= TypeId ["?" | "*"] [Id]
177 def visitField(self, field, name):
178 key = str(field.type)
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DGPBUtil.php215 "Expect repeated field of different type.");
221 "Expect repeated field of " . $klass . ".");
240 throw new \Exception("Expect map field of key type.");
243 throw new \Exception("Expect map field of value type.");
249 "Expect map field of " . $klass . ".");
556 foreach ($fields as $field) {
557 $segments = explode('_', $field);
/third_party/protobuf/python/google/protobuf/internal/
H A Dgenerator_test.py302 set([field.name for field in desc.oneofs[0].fields]))
/third_party/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_field_base.cc165 // for some field types the value of "use_parse_context" doesn't matter, in GenerateParsingCode()
171 // for some field types the value of "use_write_context" doesn't matter, in GenerateSerializationCode()
218 descriptor->message_type()->field(0); in type_name()
261 GOOGLE_LOG(FATAL)<< "Unknown field type."; in type_name()
303 GOOGLE_LOG(FATAL)<< "Unknown field type."; in has_default_value()
345 const FieldDescriptor* wrapped_field = descriptor->message_type()->field(0); in default_value()
403 GOOGLE_LOG(FATAL)<< "Unknown field type."; in default_value()
451 GOOGLE_LOG(FATAL)<< "Unknown field type."; in capitalized_type_name()
/third_party/rust/crates/nix/src/sys/
H A Daio.rs146 // Use mem::zeroed instead of explicitly zeroing each field, because the in common_init()
195 .field("aiocb", &self.aiocb.0) in fmt()
196 .field("in_progress", &self.in_progress) in fmt()
463 // To save some memory, store mode in an unused field of the AioCb. in new()
/third_party/rust/crates/nix/src/net/
H A Dif_.rs368 .field("index", &self.index()) in fmt()
369 .field("name", &self.name()) in fmt()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Ddsa.rs461 .field("r", self.r()) in fmt()
462 .field("s", self.s()) in fmt()
/third_party/rust/crates/serde/test_suite/tests/
H A Dtest_gen.rs266 field: PhantomDataAlias<T>,
739 ($field:ty) => {
743 field: $field,
/third_party/rust/crates/syn/tests/
H A Dtest_precedence.rs258 fields.flat_map_in_place(|field| flat_map_field(field, vis)); in librustc_parenthesize()
/third_party/icu/icu4c/source/test/cintltst/
H A Dcnumtst.c290 pos1.field = UNUM_INTEGER_FIELD; in TestNumberFormat()
323 pos2.field = UNUM_FRACTION_FIELD; in TestNumberFormat()
380 pos2.field = UNUM_INTEGER_FIELD; in TestNumberFormat()
910 fieldPos.field = UNUM_DECIMAL_SEPARATOR_FIELD; in TestNumberFormat()
1381 pos1.field = UNUM_FRACTION_FIELD; in TestNumberFormatPadding()
3067 int32_t field; member
3143 int32_t field, beginPos, endPos; in TestFormatForFields() local
3145 field = ufieldpositer_next(fpositer, &beginPos, &endPos); in TestFormatForFields()
3146 if (field != fptr->field || (fiel in TestFormatForFields()
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.h288 int PutVBucketByType(VBucket &vBucket, const Field &field, Type &cloudValue);
323 int BindOneField(int index, const VBucket &vBucket, const Field &field, sqlite3_stmt *updateStmt);
444 bool IsNeedUpdateAssetIdInner(sqlite3_stmt *selectStmt, const VBucket &vBucket, const Field &field,
/third_party/ffmpeg/libavcodec/
H A Dass_split.c411 const ASSFields *field = &section->fields[j]; in free_section() local
412 if (field->type == ASS_STR) in free_section()
413 av_freep(ptr + field->offset); in free_section()
/third_party/node/test/common/
H A Dindex.js427 function _mustCallInner(fn, criteria = 1, field) {
438 throw new TypeError(`Invalid ${field} value: ${criteria}`);
441 [field]: criteria,
/third_party/skia/src/sksl/
H A DSkSLCompiler.cpp487 const Field* field = &result->as<Field>(); in convertIdentifier() local
488 auto base = VariableReference::Make(line, &field->owner(), in convertIdentifier()
490 return FieldAccess::Make(*fContext, std::move(base), field->fieldIndex(), in convertIdentifier()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DByteStringTest.java880 Field field = ByteString.class.getDeclaredField("byteArrayCopier"); in testByteArrayCopier()
881 field.setAccessible(true); in testByteArrayCopier()
882 Object byteArrayCopier = field.get(null); in testByteArrayCopier()
/third_party/rust/crates/proc-macro2/src/
H A Dlib.rs634 debug.field("sym", &format_args!("{}", t)); in fmt()
848 debug.field("char", &self.ch); in fmt()
849 debug.field("spacing", &self.spacing); in fmt()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dwmm_ac.c380 #define PARAM_IN_RANGE(field, min_value, max_value) \ in wmm_ac_ts_req_is_valid()
381 param_in_range(#field, params->field, min_value, max_value) in wmm_ac_ts_req_is_valid()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dwmm_ac.c380 #define PARAM_IN_RANGE(field, min_value, max_value) \ in wmm_ac_ts_req_is_valid()
381 param_in_range(#field, params->field, min_value, max_value) in wmm_ac_ts_req_is_valid()
/third_party/icu/icu4c/source/test/intltest/
H A Dnumrgts.cpp337 symbols->setSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol, UnicodeString((UChar)0x70)); // change value of field in Test4087245()
1401 FieldPosition field(FieldPosition::DONT_CARE); in Test4062486()
1403 fmt->format(num, formatted, field); in Test4062486()
1404 if (field.getBeginIndex() != 0 && field.getEndIndex() != 5) in Test4062486()
1405 errln(UnicodeString("Format 1234.5 failed. Begin index: ") /*+ field.getBeginIndex() + " End index: " + field.getEndIndex()*/); in Test4062486()
1406 field.setBeginIndex(7); in Test4062486()
1407 field.setEndIndex(4); in Test4062486()
1408 if (field in Test4062486()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DULocale.java226 // constructor, the volatile field 'Locale locale' is initialized by
1531 String field = replacementFields[index]; in replaceLanguage()
1532 int len = field.length(); in replaceLanguage()
1538 replacedRegion = field; in replaceLanguage()
1541 replacedVariant = field; in replaceLanguage()
1543 if (field.charAt(0) >= '0' && field.charAt(0) <= '9') { in replaceLanguage()
1545 replacedVariant = field; in replaceLanguage()
1548 replacedScript = field; in replaceLanguage()
3598 * if any, is removed and appended to the variant field i
[all...]
/third_party/skia/tests/
H A DSkSLDSLTest.cpp1587 EXPECT_EQUAL(intf.field("a"), "InterfaceBlock1.a"); in DEF_GPUTEST_FOR_MOCK_CONTEXT()
1595 EXPECT_EQUAL(intf2.field("x"), "blockVar.x"); in DEF_GPUTEST_FOR_MOCK_CONTEXT()
1602 EXPECT_EQUAL(intf3[1].field("z"), "arrayVar[1].z"); in DEF_GPUTEST_FOR_MOCK_CONTEXT()
1991 result.field("x") = 123, in DEF_GPUTEST_FOR_MOCK_CONTEXT()
1992 result.field("b") = result.field("x") > 0, in DEF_GPUTEST_FOR_MOCK_CONTEXT()
1993 result.field("a")[0] = result.field("x"), in DEF_GPUTEST_FOR_MOCK_CONTEXT()
/base/telephony/sms_mms/frameworks/native/mms/include/
H A Dmms_content_type.h216 bool DecodeTextField(MmsDecodeBuffer &decodeBuffer, uint8_t field, int32_t &valueLength);
/foundation/ability/dmsfwk/interfaces/kits/napi/continuation_manager/
H A Djs_continuation_manager.h80 const std::string& field, nlohmann::json& jsonObj);
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/idl_interface/
H A Di_wifi_struct.h177 DeviceConfigType field; member

Completed in 34 milliseconds

1...<<61626364656667686970>>...83