/third_party/node/deps/openssl/openssl/crypto/txt_db/ |
H A D | txt_db.c | 128 TXT_DB_get_by_index(TXT_DB *db, int idx, OPENSSL_STRING *value) TXT_DB_get_by_index() argument
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | pcy_cache.c | 217 static int policy_cache_set_int(long *out, ASN1_INTEGER *value) in policy_cache_set_int() argument
|
H A D | v3_pci.c | 239 r2i_pci(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, char *value) r2i_pci() argument [all...] |
/third_party/node/deps/openssl/openssl/crypto/pkcs12/ |
H A D | p12_local.h | 30 } value; member 42 } value; member
|
/third_party/node/deps/openssl/openssl/crypto/property/ |
H A D | property_query.c | 45 const char *value = NULL; in ossl_property_get_string_value() local 54 int64_t value = 0; in ossl_property_get_number_value() local
|
/third_party/libcoap/include/coap3/ |
H A D | coap_resource_internal.h | 45 coap_str_const_t *value; /**< Value of the attribute (can be NULL) */ member
|
/third_party/libabigail/tests/data/test-diff-dwarf/ |
H A D | test42-PR21296-clanggcc.cc | 28 struct true_type { static constexpr bool value = true; }; member 29 struct false_type { static constexpr bool value = false; }; member
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/ |
H A D | Change.java | 58 public Builder assign(Column<?> column, Object value) { in assign() argument [all...] |
H A D | DisjointRangeMap.java | 55 RangeTree getRanges(Object value) { in getRanges() argument 77 T checkAssign(@Nullable Object value, RangeTree ranges, OverwriteMode mode) { in checkAssign() argument 107 assign(@ullable Object value, RangeTree ranges, OverwriteMode mode) assign() argument 152 getRanges(Object value) getRanges() argument [all...] |
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/ |
H A D | MatcherCompilerTest.java | 108 private static Byte single(int value) { in single() argument
|
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/testing/ |
H A D | RangeTableSubject.java | 114 public RangeTreeSubject assigned(Column<?> column, Object value) { in assigned() argument
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | var.rs | 407 let mut value = None; get_integer_literal_from_cursor() variables [all...] |
/third_party/rust/crates/env_logger/src/fmt/writer/termcolor/ |
H A D | extern_impl.rs | 413 pub fn value<T>(&self, value: T) -> StyledValue<T> { value() functions [all...] |
/third_party/python/Python/ |
H A D | thread.c | 194 PyObject *threadinfo, *value; in PyThread_GetInfo() local [all...] |
/third_party/python/Tools/peg_generator/peg_extension/ |
H A D | peg_extension.c | 139 PyObject *value = PyList_GetItem(list, i); // Borrowed reference. in Py_UNUSED() local
|
/third_party/python/Tools/unicode/ |
H A D | mkstringprep.py | 102 value = value.strip() variable 104 value = [int(v, 16) for v in value.split(" ")] variable 107 value = None variable
|
/third_party/openssl/test/ |
H A D | stack_test.c | 59 int value; in test_int_stack() member 72 int value; in test_int_stack() member
|
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/ |
H A D | ReadOnlyDictionary.cs | 51 public void Add(TKey key, TValue value)
in Add() argument 71 public bool TryGetValue(TKey key, out TValue value)
in TryGetValue() argument
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
H A D | LimitedInputStream.cs | 100 public override void SetLength(long value) in SetLength() argument
|
H A D | UnknownField.cs | 236 AddVarint(ulong value) AddVarint() argument 245 AddFixed32(uint value) AddFixed32() argument 254 AddFixed64(ulong value) AddFixed64() argument 263 AddLengthDelimited(ByteString value) AddLengthDelimited() argument 269 AddGroup(UnknownFieldSet value) AddGroup() argument 280 Add(List<T> list, T value) Add() argument [all...] |
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
H A D | CustomOptions.cs | 80 public bool TryGetBool(int field, out bool value) => TryGetPrimitiveValue(field, out value); in TryGetBool() argument 88 TryGetInt32(int field, out int value) TryGetInt32() argument 96 TryGetInt64(int field, out long value) TryGetInt64() argument 105 TryGetFixed32(int field, out uint value) TryGetFixed32() argument 114 TryGetFixed64(int field, out ulong value) TryGetFixed64() argument 123 TryGetSFixed32(int field, out int value) TryGetSFixed32() argument 132 TryGetSFixed64(int field, out long value) TryGetSFixed64() argument 141 TryGetSInt32(int field, out int value) TryGetSInt32() argument 150 TryGetSInt64(int field, out long value) TryGetSInt64() argument 158 TryGetUInt32(int field, out uint value) TryGetUInt32() argument 166 TryGetUInt64(int field, out ulong value) TryGetUInt64() argument 174 TryGetFloat(int field, out float value) TryGetFloat() argument 182 TryGetDouble(int field, out double value) TryGetDouble() argument 190 TryGetString(int field, out string value) TryGetString() argument 198 TryGetBytes(int field, out ByteString value) TryGetBytes() argument 239 value = null; global() field in Google.Protobuf.Reflection.CustomOptions 243 TryGetPrimitiveValue(int field, out T value) TryGetPrimitiveValue() argument [all...] |
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
H A D | DurationPartial.cs | 119 public static Duration operator -(Duration value) in operator -() argument [all...] |
/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
H A D | CodedOutputStreamTest.cs | 47 private static void AssertWriteVarint(byte[] data, ulong value)
in AssertWriteVarint() argument 167 AssertWriteLittleEndian32(byte[] data, uint value) AssertWriteLittleEndian32() argument 205 AssertWriteLittleEndian64(byte[] data, ulong value) AssertWriteLittleEndian64() argument [all...] |
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/ |
H A D | CustomOptionsTest.cs | 56 delegate bool OptionFetcher<T>(int field, out T value); in OptionFetcher() argument
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | shmasyncq.c | 56 static int reduce(pa_shmasyncq *l, int value) { in reduce() argument
|