Home
last modified time | relevance | path

Searched defs:value (Results 9851 - 9875 of 20691) sorted by relevance

1...<<391392393394395396397398399400>>...828

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DDynamicMessage.java523 public Builder setField(FieldDescriptor field, Object value) { in setField() argument
583 public Builder setRepeatedField(FieldDescriptor field, int index, Object value) { in setRepeatedField() argument
591 public Builder addRepeatedField(FieldDescriptor field, Object value) { in addRepeatedField() argument
631 ensureSingularEnumValueDescriptor(FieldDescriptor field, Object value) ensureSingularEnumValueDescriptor() argument
649 ensureEnumValueDescriptor(FieldDescriptor field, Object value) ensureEnumValueDescriptor() argument
[all...]
H A DUnknownFieldSetLite.java389 void storeField(int tag, Object value) { in storeField() argument
452 UnknownFieldSetLite mergeVarintField(int fieldNumber, int value) { in mergeVarintField() argument
468 UnknownFieldSetLite mergeLengthDelimitedField(final int fieldNumber, final ByteString value) { in mergeLengthDelimitedField() argument
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DMapForProto2LiteTest.java238 private <K, V> void assertImmutable(Map<K, V> map, K key, V value) { in assertImmutable() argument
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
H A DTimestamps.java232 public static Timestamp parse(String value) throw argument
402 parseTimezoneOffset(String value) parseTimezoneOffset() argument
412 parseNanos(String value) parseNanos() argument
[all...]
H A DTimeUtil.java90 public static Timestamp parseTimestamp(String value) throws ParseException { in parseTimestamp() argument
119 public static Duration parseDuration(String value) throws ParseException { in parseDuration() argument
340 public static Duration divide(Duration duration, double value) { in divide() argument
373 private static BigInteger toBigInteger(long value) { in toBigInteger() argument
377 createDurationFromBigInteger(BigInteger value) createDurationFromBigInteger() argument
[all...]
/third_party/protobuf/php/tests/
H A DPhpImplementationTest.php32 $value = null; variable
52 $value = null; variable
72 $value = null; global() variable
92 $value = null; global() variable
112 $value = null; global() variable
129 $value = null; global() variable
146 $value = null; global() variable
154 $value = null; global() variable
166 $value = null; global() variable
174 $value = null; global() variable
182 $value = null; global() variable
195 $value = null; global() variable
203 $value = null; global() variable
[all...]
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyMap.java150 indexSet(ThreadContext context, IRubyObject key, IRubyObject value) indexSet() argument
[all...]
H A DRubyFieldDescriptor.java93 public IRubyObject setLabel(ThreadContext context, IRubyObject value) { in setLabel() argument
120 public IRubyObject setName(ThreadContext context, IRubyObject value) { in setName() argument
156 public IRubyObject setType(ThreadContext context, IRubyObject value) { in setType() argument
181 public IRubyObject setNumber(ThreadContext context, IRubyObject value) { in setNumber() argument
228 setValue(ThreadContext context, IRubyObject msgRb, IRubyObject value) setValue() argument
[all...]
H A DRubyMessage.java131 indexSet(ThreadContext context, IRubyObject fieldName, IRubyObject value) indexSet() argument
314 encode(ThreadContext context, IRubyObject recv, IRubyObject value) encode() argument
485 checkRepeatedFieldType(ThreadContext context, IRubyObject value, Descriptors.FieldDescriptor fieldDescriptor) checkRepeatedFieldType() argument
494 convert(ThreadContext context, Descriptors.FieldDescriptor fieldDescriptor, IRubyObject value, int depth) convert() argument
574 wrapField(ThreadContext context, Descriptors.FieldDescriptor fieldDescriptor, Object value) wrapField() argument
677 setField(ThreadContext context, Descriptors.FieldDescriptor fieldDescriptor, IRubyObject value) setField() argument
753 rubyToRepeatedField(ThreadContext context, Descriptors.FieldDescriptor fieldDescriptor, IRubyObject value) rubyToRepeatedField() argument
[all...]
/third_party/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_field_base.cc351 double value = descriptor->default_value_double(); in default_value() local
362 float value = descriptor->default_value_float(); in default_value() local
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dmodargs.c43 char *key, *value; member
46 static int add_key_value(pa_modargs *ma, char *key, char *value, const char* const valid_keys[], bool ignore_dupes) { in add_key_value() argument
120 const char *p, *key = NULL, *value = NULL; parse() local
317 pa_modargs_get_value_u32(pa_modargs *ma, const char *key, uint32_t *value) pa_modargs_get_value_u32() argument
331 pa_modargs_get_value_s32(pa_modargs *ma, const char *key, int32_t *value) pa_modargs_get_value_s32() argument
345 pa_modargs_get_value_boolean(pa_modargs *ma, const char *key, bool *value) pa_modargs_get_value_boolean() argument
364 pa_modargs_get_value_double(pa_modargs *ma, const char *key, double *value) pa_modargs_get_value_double() argument
378 pa_modargs_get_value_volume(pa_modargs *ma, const char *key, pa_volume_t *value) pa_modargs_get_value_volume() argument
559 const char *key, *value; pa_modargs_merge_missing() local
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dlite_unittest.cc1119 protobuf_unittest::ForeignEnumLite value; TEST() local
1141 protobuf_unittest::TestAllTypesLite::NestedEnum value; TEST() local
1179 protobuf_unittest::DupEnum::TestEnumWithDupValueLite value; TEST() local
[all...]
H A Dmap_field.cc223 Message* value = message.New(MapFieldBase::arena_); in AllocateMapValue() local
521 Message* value = message.New(MapFieldBase::arena_); SyncMapWithRepeatedFieldNoLock() local
[all...]
H A Dmap_field_test.cc144 int value = message.GetReflection()->GetInt32(message, value_descriptor_); in TEST_F() local
157 int value = message.GetReflection()->GetInt32(message, value_descriptor_); in TEST_F() local
H A Dmessage.cc345 GenericTypeHandler<Message>::GetArena(Message* value) { in GetArena() argument
355 GenericTypeHandler<Message>::GetMaybeArenaPointer(Message* value) { in GetMaybeArenaPointer() argument
H A Dunknown_field_set.h332 AddLengthDelimited(int number, const std::string& value) AddLengthDelimited() argument
366 set_varint(uint64 value) set_varint() argument
370 set_fixed32(uint32 value) set_fixed32() argument
374 set_fixed64(uint64 value) set_fixed64() argument
378 set_length_delimited(const std::string& value) set_length_delimited() argument
[all...]
H A Dunknown_field_set.cc133 void UnknownFieldSet::AddVarint(int number, uint64 value) { in AddVarint() argument
141 void UnknownFieldSet::AddFixed32(int number, uint32 value) { in AddFixed32() argument
149 void UnknownFieldSet::AddFixed64(int number, uint64 value) { in AddFixed64() argument
286 void AddVarint(uint32 num, uint64 value) { unknown_->AddVarint(num, value); } in AddVarint() argument
287 void AddFixed64(uint32 num, uint64 value) { in AddFixed64() argument
301 AddFixed32(uint32 num, uint32 value) AddFixed32() argument
[all...]
/third_party/protobuf/src/google/protobuf/stubs/
H A Dcommon.cc152 LogMessage& LogMessage::operator<<(const string& value) { in operator <<() argument
157 LogMessage& LogMessage::operator<<(const char* value) { in operator <<() argument
162 LogMessage& LogMessage::operator<<(const StringPiece& value) { in operator <<() argument
172 LogMessage& LogMessage::operator<<(const uint128& value) { in operator <<() argument
174 str << value; in operator <<() local
[all...]
H A Dmap_util.h123 FindWithDefault(const Collection& collection, const typename Collection::value_type::first_type& key, const typename Collection::value_type::second_type& value) FindWithDefault() argument
220 FindCopy(const Collection& collection, const Key& key, Value* const value) FindCopy() argument
246 ContainsKeyValuePair(const Collection& collection, const Key& key, const Value& value) ContainsKeyValuePair() argument
280 InsertOrUpdate(Collection* const collection, const typename Collection::value_type::first_type& key, const typename Collection::value_type::second_type& value) InsertOrUpdate() argument
302 InsertAndDeleteExisting( Collection* const collection, const typename Collection::value_type::first_type& key, const typename Collection::value_type::second_type& value) InsertAndDeleteExisting() argument
328 InsertIfNotPresent( Collection* const collection, const typename Collection::value_type::first_type& key, const typename Collection::value_type::second_type& value) InsertIfNotPresent() argument
338 InsertOrDie(Collection* const collection, const typename Collection::value_type& value) InsertOrDie() argument
346 InsertOrDieNoPrint(Collection* const collection, const typename Collection::value_type& value) InsertOrDieNoPrint() argument
404 LookupOrInsert(Collection* const collection, const typename Collection::value_type::first_type& key, const typename Collection::value_type::second_type& value) LookupOrInsert() argument
428 typename Collection::value_type::second_type& value = AddTokenCounts() local
581 UpdateReturnCopy(Collection* const collection, const typename Collection::value_type::first_type& key, const typename Collection::value_type::second_type& value, typename Collection::value_type::second_type* previous) UpdateReturnCopy() argument
[all...]
H A Dport.h316 uint32 value = n; in Log2FloorNonZero_Portable() local
H A Dtime.cc152 int value = 0; in ParseInt() local
174 int value = 0; in ParseNanos() local
285 ParseTime(const string& value, int64* seconds, int32* nanos) ParseTime() argument
[all...]
/third_party/protobuf/src/google/protobuf/util/internal/
H A Ddefault_value_objectwriter.h127 void set_suppress_empty_list(bool value) { suppress_empty_list argument
130 set_preserve_proto_field_names(bool value) set_preserve_proto_field_names() argument
136 set_print_enums_as_ints(bool value) set_print_enums_as_ints() argument
[all...]
H A Ddatapiece.cc284 const google::protobuf::EnumValue* value = ToEnum() local
[all...]
H A Dprotostream_objectwriter_test.cc1766 ValueWrapper value; in TEST_P() local
2018 std::string name, value; TEST_P() local
2204 ::google::protobuf::Value value; TEST_P() local
2231 ::google::protobuf::Value value; TEST_P() local
2259 ::google::protobuf::Value value; TEST_P() local
[all...]
H A Dprotostream_objectsource_test.cc278 void SetRenderUnknownEnumValues(bool value) { in SetRenderUnknownEnumValues() argument

Completed in 27 milliseconds

1...<<391392393394395396397398399400>>...828