/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | SmallSortedMap.java | 239 public V put(K key, V value) { in put() argument 402 private V value; global() field in SmallSortedMap.Entry 408 Entry(K key, V value) Entry() argument [all...] |
H A D | UnknownFieldSet.java | 432 public Builder mergeVarintField(int number, int value) { in mergeVarintField() argument 447 public Builder mergeLengthDelimitedField(int number, ByteString value) { in mergeLengthDelimitedField() argument 1011 addVarint(long value) addVarint() argument 1020 addFixed32(int value) addFixed32() argument 1029 addFixed64(long value) addFixed64() argument 1038 addLengthDelimited(ByteString value) addLengthDelimited() argument 1047 addGroup(UnknownFieldSet value) addGroup() argument [all...] |
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | CodedInputStreamTest.java | 190 private void assertReadVarint(byte[] data, long value) throws Exception { in assertReadVarint() argument 307 private void assertReadLittleEndian32(byte[] data, int value) throws Exception { in assertReadLittleEndian32() argument 322 assertReadLittleEndian64(byte[] data, long value) assertReadLittleEndian64() argument [all...] |
H A D | MapForProto2Test.java | 305 private <K, V> void assertImmutable(Map<K, V> map, K key, V value) { in assertImmutable() argument 626 setFieldValue( Message.Builder mapEntry, String name, Object value) setFieldValue() argument 652 newMapEntry(Message.Builder builder, String name, K key, V value) newMapEntry() argument [all...] |
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | GPBUtil.php | 63 $value = bcsub(0, $value); variable 452 $value = new \\Google\\Protobuf\\Timestamp(); global() variable [all...] |
/third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/ |
H A D | JsonFormatTest.java | 343 private void assertRejects(String name, String value) { in assertRejects() argument 361 private void assertAccepts(String name, String value) throws IOException { in assertAccepts() argument [all...] |
/third_party/protobuf/php/tests/ |
H A D | GeneratedClassTest.php | 1455 $value = new Sub($value); global() variable [all...] |
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | repeated_scalar_container.cc | 69 PyObject* value = PyList_GET_ITEM(list, i); in InternalAssignRepeatedField() local 213 int32 value = reflection->GetRepeatedInt32( Item() local 219 int64 value = reflection->GetRepeatedInt64( Item() local 225 uint32 value = reflection->GetRepeatedUInt32( Item() local 231 uint64 value = reflection->GetRepeatedUInt64( Item() local 237 float value = reflection->GetRepeatedFloat( Item() local 243 double value = reflection->GetRepeatedDouble( Item() local 249 bool value = reflection->GetRepeatedBool( Item() local 263 const std::string& value = reflection->GetRepeatedStringReference( Item() local 427 AssSubscript(PyObject* pself, PyObject* slice, PyObject* value) Subscript() argument 491 Extend(RepeatedScalarContainer* self, PyObject* value) Subscript() argument 524 PyObject* value; Subscript() local 540 Remove(PyObject* pself, PyObject* value) Subscript() argument 559 ExtendMethod(PyObject* self, PyObject* value) Subscript() argument [all...] |
H A D | repeated_composite_container.cc | 109 static PyObject* AddMessage(RepeatedCompositeContainer* self, PyObject* value) { in AddMessage() argument 126 static PyObject* AppendMethod(PyObject* pself, PyObject* value) { in AppendMethod() argument 144 PyObject* value; in Insert() local 172 PyObject* Extend(RepeatedCompositeContainer* self, PyObject* value) { in Extend() argument 201 static PyObject* ExtendMethod(PyObject* self, PyObject* value) { in ExtendMethod() argument 283 AssignSubscript(RepeatedCompositeContainer* self, PyObject* slice, PyObject* value) Subscript() argument 295 AssignSubscriptMethod(PyObject* self, PyObject* slice, PyObject* value) Subscript() argument 301 Remove(PyObject* pself, PyObject* value) Subscript() argument [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | arena.h | 406 PROTOBUF_ALWAYS_INLINE static Arena* GetArena(const T* value) { in GetArena() argument 669 GetArenaInternal(const T* value) GetArenaInternal() argument 676 GetArenaInternal(const T* value) GetArenaInternal() argument 683 GetArenaInternal(const T* value) GetArenaInternal() argument [all...] |
H A D | map_type_handler.h | 73 static inline void Initialize(Type& value, int default_enum_value) { in Initialize() argument 275 ByteSize( const MapEntryAccessorType& value) ByteSize() argument 317 GetCachedSize( const MapEntryAccessorType& value) GetCachedSize() argument 362 Write( int field, const MapEntryAccessorType& value, uint8* ptr, io::EpsCopyOutputStream* stream) Write() argument 409 Read( io::CodedInputStream* input, MapEntryAccessorType* value) Read() argument 415 Read( io::CodedInputStream* input, MapEntryAccessorType* value) Read() argument 421 Read( io::CodedInputStream* input, MapEntryAccessorType* value) Read() argument 427 Read( const char* ptr, ParseContext* ctx, MapEntryAccessorType* value) Read() argument 433 Read( const char* ptr, ParseContext* ctx, MapEntryAccessorType* value) Read() argument 441 Read( const char* ptr, ParseContext* ctx, MapEntryAccessorType* value) Read() argument 448 ReadINT64(const char* ptr, int64* value) ReadINT64() argument 451 ReadUINT64(const char* ptr, uint64* value) ReadUINT64() argument 454 ReadINT32(const char* ptr, int32* value) ReadINT32() argument 457 ReadUINT32(const char* ptr, uint32* value) ReadUINT32() argument 460 ReadSINT64(const char* ptr, int64* value) ReadSINT64() argument 464 ReadSINT32(const char* ptr, int32* value) ReadSINT32() argument 469 ReadENUM(const char* ptr, E* value) ReadENUM() argument 473 ReadBOOL(const char* ptr, bool* value) ReadBOOL() argument 479 ReadUnaligned(const char* ptr, F* value) ReadUnaligned() argument 483 ReadFLOAT(const char* ptr, float* value) ReadFLOAT() argument 486 ReadDOUBLE(const char* ptr, double* value) ReadDOUBLE() argument 489 ReadFIXED64(const char* ptr, uint64* value) ReadFIXED64() argument 492 ReadFIXED32(const char* ptr, uint32* value) ReadFIXED32() argument 495 ReadSFIXED64(const char* ptr, int64* value) ReadSFIXED64() argument 498 ReadSFIXED32(const char* ptr, int32* value) ReadSFIXED32() argument 538 GetExternalReference( const Type* value) GetExternalReference() argument 545 SpaceUsedInMapEntryLong(const Type* value) SpaceUsedInMapEntryLong() argument 550 SpaceUsedInMapLong( const Type& value) SpaceUsedInMapLong() argument 556 Clear( Type** value, Arena* ) Clear() argument 562 ClearMaybeByDefaultEnum( Type** value, Arena* , int ) ClearMaybeByDefaultEnum() argument 580 AssignDefaultValue(Type** value) AssignDefaultValue() argument 598 EnsureMutable( Type** value, Arena* arena) EnsureMutable() argument 610 DefaultIfNotInitialized( const Type* value, const Type* default_value) DefaultIfNotInitialized() argument 616 IsInitialized( Type* value) IsInitialized() argument [all...] |
H A D | parse_context.cc | 519 void AddVarint(uint32 num, uint64 value) { in AddVarint() argument 524 void AddFixed64(uint32 num, uint64 value) { in AddFixed64() argument 548 void AddFixed32(uint32 num, uint32 value) { in AddFixed32() argument
|
H A D | repeated_field_unittest.cc | 1485 RepeatedField<int>::value_type value = *c_iter; TEST_F() local 1535 RepeatedPtrField<std::string>::value_type value = *c_iter; TEST_F() local [all...] |
H A D | wire_format_unittest.cc | 1222 bool WriteMessage(const char* value, T* message, std::string* wire_buffer) { in WriteMessage() argument
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | default_value_objectwriter.cc | 51 T ConvertTo(StringPiece value, in ConvertTo() argument 78 RenderBool( StringPiece name, bool value) RenderBool() argument 88 RenderInt32( StringPiece name, int32 value) RenderInt32() argument 98 RenderUint32( StringPiece name, uint32 value) RenderUint32() argument 108 RenderInt64( StringPiece name, int64 value) RenderInt64() argument 118 RenderUint64( StringPiece name, uint64 value) RenderUint64() argument 128 RenderDouble( StringPiece name, double value) RenderDouble() argument 138 RenderFloat( StringPiece name, float value) RenderFloat() argument 148 RenderString( StringPiece name, StringPiece value) RenderString() argument 161 RenderBytes( StringPiece name, StringPiece value) RenderBytes() argument [all...] |
H A D | protostream_objectwriter.h | 187 explicit Event(StringPiece name, const DataPiece& value) in Event() argument [all...] |
H A D | utility.cc | 207 FindEnumValueByNumberOrNull( const google::protobuf::Enum* enum_type, int32 value) FindEnumValueByNumberOrNull() argument 381 DoubleAsString(double value) DoubleAsString() argument 389 FloatAsString(float value) FloatAsString() argument 394 SafeStrToFloat(StringPiece str, float* value) SafeStrToFloat() argument [all...] |
/third_party/python/Modules/ |
H A D | _localemodule.c | 492 int value; member
|
/third_party/python/Objects/ |
H A D | structseq.c | 291 PyObject *value = PyStructSequence_GET_ITEM(obj, i); in structseq_repr() local
|
/third_party/python/Modules/clinic/ |
H A D | arraymodule.c.h | 590 PyObject *value; in array_array___reduce_ex__() local
|
/third_party/rust/crates/cxx/gen/lib/src/gen/include/ |
H A D | cxx.h | 939 void Vec<T>::push_back(const T &value) { in push_back() argument 944 void Vec<T>::push_back(T &&value) { in push_back() argument [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | raw_hash_set_probe_benchmark.cc | 74 static auto* value = new absl::BitGen; in GlobalBitGen() local 245 std::string value; member
|
H A D | raw_hash_set_benchmark.cc | 320 void Iota(CtrlIter begin, CtrlIter end, int value) { in Iota() argument
|
/third_party/skia/third_party/externals/abseil-cpp/absl/meta/ |
H A D | type_traits_test.cc | 129 static constexpr bool value = true; global() member 133 static constexpr bool value = false; global() member [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/ |
H A D | int128_test.cc | 699 absl::int128 value = absl::MakeInt128(pair.high, pair.low); TEST() local 863 absl::int128 value = 0; TEST() local [all...] |