/third_party/skia/third_party/externals/tint/src/resolver/ |
H A D | resolver_constants.cc | 111 sem::Constant Resolver::ConstantCast(const sem::Constant& value, in ConstantCast() argument [all...] |
/third_party/skia/third_party/externals/tint/src/writer/wgsl/ |
H A D | generator_impl_literal_test.cc | 45 float value; member
|
/third_party/skia/tools/ |
H A D | Registry.h | 22 explicit Registry(T value) : fValue(value) { in Registry() argument
|
/third_party/skia/tools/trace/ |
H A D | SkDebugfTracer.cpp | 27 skia::tracing_internals::TraceValueUnion value; in addTraceEvent() local
|
/third_party/spirv-tools/source/ |
H A D | ext_inst.cpp | 189 spvExtInstTableValueLookup(const spv_ext_inst_table table, const spv_ext_inst_type_t type, const uint32_t value, spv_ext_inst_desc* pEntry) spvExtInstTableValueLookup() argument
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | bytestrie.cpp | 33 int32_t value; in readValue() local [all...] |
H A D | bytestrieiterator.cpp | 200 int32_t value=readValue(pos, node>>1); in branchNext() local
|
H A D | ucharstrieiterator.cpp | 201 int32_t value=readValue(pos, node&=0x7fff); in branchNext() local
|
H A D | util_props.cpp | 30 int32_t value = 0; in parseInteger() local
|
/third_party/toybox/toys/other/ |
H A D | modinfo.c | 33 static void output_field(char *field, char *value) in output_field() argument
|
/third_party/vixl/src/ |
H A D | compiler-intrinsics-vixl.h | 93 inline bool IsPowerOf2(V value) { in IsPowerOf2() argument 112 inline int CountLeadingSignBits(V value, int width = (sizeof(V) * 8)) { in CountLeadingSignBits() argument 130 CountLeadingZeros(V value, int width = (sizeof(V) * 8)) CountLeadingZeros() argument 143 CountSetBits(V value, int width = (sizeof(V) * 8)) CountSetBits() argument 156 CountTrailingZeros(V value, int width = (sizeof(V) * 8)) CountTrailingZeros() argument [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | inferFromGenericFunctionReturnTypes3.js | [all...] |
/third_party/protobuf/src/google/protobuf/compiler/java/ |
H A D | java_enum.cc | 59 const EnumValueDescriptor* value = descriptor_->value(i); in EnumGenerator() local [all...] |
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
H A D | objectivec_enum.cc | 60 const EnumValueDescriptor* value = descriptor_->value(i); in EnumGenerator() local [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | generated_enum_util.cc | 59 LookUpEnumValue(const EnumEntry* enums, size_t size, StringPiece name, int* value) LookUpEnumValue() argument 70 LookUpEnumName(const EnumEntry* enums, const int* sorted_indices, size_t size, int value) LookUpEnumName() argument [all...] |
H A D | generated_message_table_driven.cc | 71 ->AddVarint(WireFormatLite::GetTagFieldNumber(tag), value); in Varint() local
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | Extension.java | 81 protected abstract Object fromReflectionType(Object value); in fromReflectionType() argument 83 protected abstract Object singularFromReflectionType(Object value); in singularFromReflectionType() argument 85 protected abstract Object toReflectionType(Object value); in toReflectionType() argument 87 protected abstract Object singularToReflectionType(Object value); in singularToReflectionType() argument
|
H A D | SingleFieldBuilderV3.java | 175 public SingleFieldBuilderV3<MType, BType, IType> mergeFrom(MType value) { in mergeFrom() argument
|
H A D | SingleFieldBuilder.java | 175 public SingleFieldBuilder<MType, BType, IType> mergeFrom(MType value) { in mergeFrom() argument
|
/third_party/python/PC/ |
H A D | winsound.c | 198 add_define(PyObject *dict, const char *key, long value) in add_define() argument
|
/third_party/python/Objects/clinic/ |
H A D | tupleobject.c.h | 24 PyObject *value; in tuple_index() local [all...] |
/third_party/python/Objects/stringlib/ |
H A D | find_max_char.h | 29 size_t value = *(const size_t *) _p; in find_max_char() local
|
/third_party/protobuf/php/src/Google/Protobuf/ |
H A D | Any.php | 113 private $value = ''; variable 244 $this->value = $var; global() variable 300 $this->value = $msg->serializeToString(); global() variable [all...] |
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | mathutil.h | 83 static T Sign(T value) { in Sign() argument [all...] |
H A D | statusor.h | 206 StatusOr(const T& value) StatusOr() argument 260 inline const T& StatusOr<T>::value() const { value() function in google::protobuf::util::StatusOr [all...] |