| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | ExtensionSchemaFull.java | 497 findExtensionByNumber( ExtensionRegistryLite extensionRegistry, MessageLite defaultInstance, int number) findExtensionByNumber() argument
|
| H A D | ExtensionRegistryLite.java | 219 private final int number; field in ExtensionRegistryLite.ObjectIntPair 221 ObjectIntPair(final Object object, final int number) { in ObjectIntPair() argument
|
| H A D | UnknownFieldSetLiteSchema.java | 52 void addVarint(UnknownFieldSetLite fields, int number, long value) { in addVarint() argument 57 void addFixed32(UnknownFieldSetLite fields, int number, int value) { in addFixed32() argument 62 void addFixed64(UnknownFieldSetLite fields, int number, long value) { in addFixed64() argument 67 void addLengthDelimited(UnknownFieldSetLite fields, int number, ByteString value) { in addLengthDelimited() argument 72 void addGroup(UnknownFieldSetLite fields, int number, UnknownFieldSetLite subFieldSet) { in addGroup() argument [all...] |
| H A D | UnknownFieldSetSchema.java | 54 void addVarint(UnknownFieldSet.Builder fields, int number, long value) { in addVarint() argument 59 void addFixed32(UnknownFieldSet.Builder fields, int number, int value) { in addFixed32() argument 64 void addFixed64(UnknownFieldSet.Builder fields, int number, long value) { in addFixed64() argument 69 void addLengthDelimited(UnknownFieldSet.Builder fields, int number, ByteString value) { in addLengthDelimited() argument 74 void addGroup(UnknownFieldSet.Builder fields, int number, UnknownFieldSet subFieldSet) { in addGroup() argument [all...] |
| H A D | UnknownFieldSchema.java | 42 abstract void addVarint(B fields, int number, long value); in addVarint() argument 45 abstract void addFixed32(B fields, int number, int value); in addFixed32() argument 48 abstract void addFixed64(B fields, int number, long value); in addFixed64() argument 51 abstract void addLengthDelimited(B fields, int number, ByteString value); in addLengthDelimited() argument 54 abstract void addGroup(B fields, int number, T subFieldSet); in addGroup() argument
|
| /third_party/protobuf/objectivec/ |
| H A D | GPBDescriptor.h | 172 @property(nonatomic, readonly) uint32_t number; variable [all...] |
| /third_party/protobuf/php/src/Google/Protobuf/ |
| H A D | Field.php | 35 private $number = 0; variable 189 $this->number = $var; global() variable [all...] |
| /third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
| H A D | Utils.java | 236 msgdefCreateField(ThreadContext context, String label, IRubyObject name, IRubyObject type, IRubyObject number, IRubyObject typeClass, RubyClass cFieldDescriptor) msgdefCreateField() argument
|
| H A D | RubyMessageBuilderContext.java | 205 msgdefAddField(ThreadContext context, String label, IRubyObject name, IRubyObject type, IRubyObject number, IRubyObject typeClass) msgdefAddField() argument [all...] |
| /third_party/python/Doc/includes/ |
| H A D | custom4.c | 9 int number; member
|
| /third_party/protobuf/src/google/protobuf/util/ |
| H A D | type_resolver_util_test.cc | 127 bool EnumHasValue(const Enum& type, const std::string& name, int number) { in EnumHasValue() argument 81 HasField(const Type& type, Field::Cardinality cardinality, Field::Kind kind, const std::string& name, int number) HasField() argument
|
| /base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
| H A D | js_get_input_method_controller.h | 221 int32_t number = 0; member
|
| /base/global/i18n_lite/frameworks/i18n/src/ |
| H A D | plural_format_impl.cpp | 79 int PluralFormatImpl::GetPluralRuleIndex(double number, I18nStatus status) const
in GetPluralRuleIndex() argument 135 void PluralFormatImpl::ComputeDecimalInfo(double number, int integerNumber, int *numberInfo,
in ComputeDecimalInfo() argument 219 int PluralFormatImpl::GetPluralRuleIndex(int number, I18nStatus status) const
in GetPluralRuleIndex() argument [all...] |
| /base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/ |
| H A D | code_rule.cpp | 158 bool CodeRule::PrefixValid(icu::UnicodeString& number, int length) in PrefixValid() argument 180 bool CodeRule::NumberValid(icu::UnicodeString& number) in NumberValid() argument 213 icu::UnicodeString number = possibleNumber->raw_string().c_str(); IsValidCode() local 233 icu::UnicodeString number = possibleNumber->raw_string().c_str(); IsValidRawstr() local 258 StartWithBrackets(icu::UnicodeString& number) StartWithBrackets() argument [all...] |
| /base/global/i18n/frameworks/intl/src/ |
| H A D | measure_data.cpp | 566 bool ConvertByte(double& number, std::string& unit) in ConvertByte() argument 610 bool ConvertDate(double& number, std::string& unit) in ConvertDate() argument
|
| /base/notification/eventhandler/frameworks/eventhandler/test/unittest/ |
| H A D | lib_event_handler_event_test.cpp | 177 uint32_t number = 1; in HWTEST_F() local 202 uint32_t number = 1; in HWTEST_F() local 243 uint32_t number = 1; in HWTEST_F() local
|
| /base/notification/distributed_notification_service/frameworks/js/napi/src/ |
| H A D | publish.cpp | 423 int64_t number = 0; in ParsePublishAsBundleParameters() local
|
| H A D | remove.cpp | 84 int64_t number = 0; in ParseHashcodeTypeParams() local 256 int64_t number in ParseParameters() local [all...] |
| /base/telephony/call_manager/frameworks/native/src/ |
| H A D | bluetooth_call_client.cpp | 93 int32_t BluetoothCallClient::DialCall(std::u16string number, AppExecFwk::PacMap &extras) in DialCall() argument
|
| /base/telephony/core_service/services/sim/src/ |
| H A D | isim_file.cpp | 274 bool IsimFile::SetVoiceCallForwarding(bool enable, const std::string &number)
in SetVoiceCallForwarding() argument
|
| /base/telephony/call_manager/test/unittest/call_manager_gtest/src/ |
| H A D | call_manager3_gtest.cpp | 179 std::string number = "(03)38122111"; in HWTEST_F() local 199 std::string number = "13888888888"; in HWTEST_F() local 219 std::string number = "+81338122111"; in HWTEST_F() local 239 std::string number = "03-3812-2111"; HWTEST_F() local 259 std::string number = "666666999999"; HWTEST_F() local 279 std::string number = "13888888888"; HWTEST_F() local 299 std::string number = ""; HWTEST_F() local [all...] |
| /base/telephony/cellular_call/test/unittest/imstest/ |
| H A D | cellular_call_hisysevent_test.cpp | 371 std::string number in HWTEST_F() local [all...] |
| /base/telephony/call_manager/utils/src/ |
| H A D | call_number_utils.cpp | 144 void CallNumberUtils::ProcessSpace(std::string &number) in ProcessSpace() argument 174 bool CallNumberUtils::IsMMICode(const std::string &number) in IsMMICode() argument 192 RegexMatchMmi(const std::string &number) RegexMatchMmi() argument [all...] |
| /base/telephony/cellular_call/services/common/include/ |
| H A D | cellular_call_hisysevent.h | 70 char number[maxNumberLen + 1] = { 0 }; member
|
| /base/telephony/core_service/interfaces/innerkits/include/ |
| H A D | tel_ril_sms_parcel.h | 248 unsigned char number = 0; global() member 255 unsigned char number = 0; global() member [all...] |