Home
last modified time | relevance | path

Searched defs:value (Results 10401 - 10425 of 21986) sorted by relevance

1...<<411412413414415416417418419420>>...880

/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
H A DColumn.java150 cast(@ullable Object value) cast() argument
182 serialize(@ullable Object value) serialize() argument
[all...]
/third_party/rust/crates/cxx/src/
H A Dcxx.cc504 T value; global() member
[all...]
H A Dcxx_vector.rs168 let mut value = ManuallyDrop::new(value); in push() variables
184 let mut value = MaybeUninit::uninit(); in pop() variables
[all...]
/third_party/python/Python/
H A Dthread_nt.h416 PyThread_set_key_value(int key, void *value) in PyThread_set_key_value() argument
495 PyThread_tss_set(Py_tss_t *key, void *value) in PyThread_tss_set() argument
/third_party/openssl/test/
H A Dparams_api_test.c49 unsigned char value[MAX_LEN]; member
[all...]
H A Dv3ext.c316 const char *value; member
/third_party/pcre2/pcre2/src/
H A Dpcre2_context.c333 pcre2_set_bsr(pcre2_compile_context *ccontext, uint32_t value) in pcre2_set_bsr() argument
/third_party/protobuf/conformance/
H A Dconformance_test.h165 void SetEnforceRecommended(bool value) { in SetEnforceRecommended() argument
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H A DCodedInputStreamTest.cs60 private static void AssertReadVarint(byte[] data, ulong value) in AssertReadVarint() argument
153 private static void AssertReadLittleEndian32(byte[] data, uint value) in AssertReadLittleEndian32() argument
173 AssertReadLittleEndian64(byte[] data, ulong value) AssertReadLittleEndian64() argument
[all...]
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Collections/
H A DMapFieldTest.cs527 private static KeyValuePair<TKey, TValue> NewKeyValuePair<TKey, TValue>(TKey key, TValue value) in NewKeyValuePair() argument
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DCodedOutputStream.cs171 public void WriteDouble(double value) in WriteDouble() argument
181 WriteFloat(float value) WriteFloat() argument
191 WriteUInt64(ulong value) WriteUInt64() argument
201 WriteInt64(long value) WriteInt64() argument
211 WriteInt32(int value) WriteInt32() argument
221 WriteFixed64(ulong value) WriteFixed64() argument
231 WriteFixed32(uint value) WriteFixed32() argument
241 WriteBool(bool value) WriteBool() argument
252 WriteString(string value) WriteString() argument
263 WriteMessage(IMessage value) WriteMessage() argument
285 WriteRawMessage(IMessage value) WriteRawMessage() argument
306 WriteGroup(IMessage value) WriteGroup() argument
325 WriteBytes(ByteString value) WriteBytes() argument
335 WriteUInt32(uint value) WriteUInt32() argument
345 WriteEnum(int value) WriteEnum() argument
355 WriteSFixed32(int value) WriteSFixed32() argument
365 WriteSFixed64(long value) WriteSFixed64() argument
375 WriteSInt32(int value) WriteSInt32() argument
385 WriteSInt64(long value) WriteSInt64() argument
496 WriteRawVarint32(uint value) WriteRawVarint32() argument
502 WriteRawVarint64(ulong value) WriteRawVarint64() argument
508 WriteRawLittleEndian32(uint value) WriteRawLittleEndian32() argument
514 WriteRawLittleEndian64(ulong value) WriteRawLittleEndian64() argument
523 WriteRawBytes(byte[] value) WriteRawBytes() argument
531 WriteRawBytes(byte[] value, int offset, int length) WriteRawBytes() argument
[all...]
H A DJsonParser.cs681 CheckInteger(double value) ParseMapKey() argument
[all...]
H A DJsonFormatter.cs248 private bool ShouldFormatFieldValue(IMessage message, FieldDescriptor field, object value) argument
303 IsDefaultValue(FieldDescriptor descriptor, object value) IsDefaultValue() argument
358 WriteValue(TextWriter writer, object value) WriteValue() argument
448 WriteWellKnownTypeValue(TextWriter writer, MessageDescriptor descriptor, object value) WriteWellKnownTypeValue() argument
511 WriteTimestamp(TextWriter writer, IMessage value) WriteTimestamp() argument
522 WriteDuration(TextWriter writer, IMessage value) WriteDuration() argument
530 WriteFieldMask(TextWriter writer, IMessage value) WriteFieldMask() argument
536 WriteAny(TextWriter writer, IMessage value) WriteAny() argument
572 WriteDiagnosticOnlyAny(TextWriter writer, IMessage value) WriteDiagnosticOnlyAny() argument
882 GetOriginalName(object value) GetOriginalName() argument
[all...]
H A DWritingPrimitives.cs56 public static void WriteDouble(ref Span<byte> buffer, ref WriterInternalState state, double value) in WriteDouble() argument
64 public static unsafe void WriteFloat(ref Span<byte> buffer, ref WriterInternalState state, float value) in WriteFloat() argument
86 private static unsafe void WriteFloatSlowPath(ref Span<byte> buffer, ref WriterInternalState state, float value) in WriteFloatSlowPath() argument
107 WriteUInt64(ref Span<byte> buffer, ref WriterInternalState state, ulong value) WriteUInt64() argument
115 WriteInt64(ref Span<byte> buffer, ref WriterInternalState state, long value) WriteInt64() argument
123 WriteInt32(ref Span<byte> buffer, ref WriterInternalState state, int value) WriteInt32() argument
139 WriteFixed64(ref Span<byte> buffer, ref WriterInternalState state, ulong value) WriteFixed64() argument
147 WriteFixed32(ref Span<byte> buffer, ref WriterInternalState state, uint value) WriteFixed32() argument
155 WriteBool(ref Span<byte> buffer, ref WriterInternalState state, bool value) WriteBool() argument
164 WriteString(ref Span<byte> buffer, ref WriterInternalState state, string value) WriteString() argument
216 WriteBytes(ref Span<byte> buffer, ref WriterInternalState state, ByteString value) WriteBytes() argument
225 WriteUInt32(ref Span<byte> buffer, ref WriterInternalState state, uint value) WriteUInt32() argument
233 WriteEnum(ref Span<byte> buffer, ref WriterInternalState state, int value) WriteEnum() argument
241 WriteSFixed32(ref Span<byte> buffer, ref WriterInternalState state, int value) WriteSFixed32() argument
249 WriteSFixed64(ref Span<byte> buffer, ref WriterInternalState state, long value) WriteSFixed64() argument
257 WriteSInt32(ref Span<byte> buffer, ref WriterInternalState state, int value) WriteSInt32() argument
265 WriteSInt64(ref Span<byte> buffer, ref WriterInternalState state, long value) WriteSInt64() argument
289 WriteRawVarint32(ref Span<byte> buffer, ref WriterInternalState state, uint value) WriteRawVarint32() argument
322 WriteRawVarint64(ref Span<byte> buffer, ref WriterInternalState state, ulong value) WriteRawVarint64() argument
355 WriteRawLittleEndian32(ref Span<byte> buffer, ref WriterInternalState state, uint value) WriteRawLittleEndian32() argument
370 WriteRawLittleEndian32SlowPath(ref Span<byte> buffer, ref WriterInternalState state, uint value) WriteRawLittleEndian32SlowPath() argument
378 WriteRawLittleEndian64(ref Span<byte> buffer, ref WriterInternalState state, ulong value) WriteRawLittleEndian64() argument
393 WriteRawLittleEndian64SlowPath(ref Span<byte> buffer, ref WriterInternalState state, ulong value) WriteRawLittleEndian64SlowPath() argument
405 WriteRawByte(ref Span<byte> buffer, ref WriterInternalState state, byte value) WriteRawByte() argument
418 WriteRawBytes(ref Span<byte> buffer, ref WriterInternalState state, byte[] value) WriteRawBytes() argument
426 WriteRawBytes(ref Span<byte> buffer, ref WriterInternalState state, byte[] value, int offset, int length) WriteRawBytes() argument
434 WriteRawBytes(ref Span<byte> buffer, ref WriterInternalState state, ReadOnlySpan<byte> value) WriteRawBytes() argument
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Collections/
H A DMapFieldTest.cs630 private static KeyValuePair<TKey, TValue> NewKeyValuePair<TKey, TValue>(TKey key, TValue value) in NewKeyValuePair() argument
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestSelfreferentialOptions.cs338 public void SetExtension<TValue>(pb::Extension<FooOptions, TValue> extension, TValue value) { in SetExtension() argument
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
H A DTextFormatTest.java487 private void assertPrintFieldValue(String expect, Object value, in assertPrintFieldValue() argument
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DAbstractMessage.java171 private static ByteString toByteString(Object value) { in toByteString() argument
277 private static int hashMapField(Object value) { in hashMapField() argument
[all...]
/third_party/pulseaudio/src/modules/jack/
H A Dmodule-jackdbus-detect.c162 const void *value; in proplist_to_arg() local
/third_party/pulseaudio/src/modules/raop/
H A Dmodule-raop-discover.c196 char *key, *value; in resolver_cb() local
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-zeroconf-discover.c161 char *key, *value; in resolver_cb() local
[all...]
/third_party/python/Lib/http/
H A Dcookies.py302 def value(sel member in Morsel
[all...]
/third_party/pulseaudio/src/modules/dbus/
H A Diface-module.c134 const char *value = NULL; in append_modargs_variant() local
/third_party/pulseaudio/sonic/
H A Dwave.c120 int value = 0, i; in readInt() local
56 writeInt( waveFile file, int value) writeInt() argument
71 writeShort( waveFile file, short value) writeShort() argument
135 int value = 0, i; readShort() local
[all...]
/third_party/python/Include/internal/
H A Dpycore_frame.h88 static inline void _PyFrame_StackPush(_PyInterpreterFrame *f, PyObject *value) { in _PyFrame_StackPush() argument

Completed in 24 milliseconds

1...<<411412413414415416417418419420>>...880