Home
last modified time | relevance | path

Searched defs:Values (Results 1 - 25 of 87) sorted by relevance

1234

/third_party/skia/third_party/externals/tint/src/ast/
H A Dworkgroup_decoration.h47 std::array<const ast::Expression*, 3> Values() const { return {x, y, z}; } in Values() function in tint::ast::WorkgroupDecoration
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
H A Dtest_fcmp_main.cpp43 volatile double *Values; variable
[all...]
H A Dtest_strengthreduce_main.cpp32 static int32_t Values[] = {-100, -50, 0, 1, 8, 123, 0x33333333, 0x77777777}; in main() local
H A Dtest_bitmanip_main.cpp32 volatile uint64 Values[] = {0, variable
H A Dtest_select_main.cpp36 volatile unsigned Values[] = { in testSelect() local
76 volatile float Values[] = FP_VALUE_ARRAY(NegInf, PosInf, NegNan, Nan); in testSelect() local
[all...]
H A Dtest_icmp_main.cpp34 volatile unsigned Values[] = { variable
[all...]
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
H A DValues.java39 public final class Values { class
84 private Values() {} in Values() method in Values
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
H A DProvenanceAnalysisEvaluator.cpp48 static void insertIfNamed(SetVector<Value *> &Values, Value *V) { in insertIfNamed() argument
55 SetVector<Value *> Values; in runOnFunction() local
/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest-param-test.h335 internal::ValueArray<T...> Values(T... v) { in Values() function
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/
H A DArg.cpp58 O << "'" << Values[i] << "'"; in print() local
[all...]
/third_party/googletest/googletest/include/gtest/
H A Dgtest-param-test.h335 internal::ValueArray<T...> Values(T... v) { in Values() function
[all...]
/third_party/node/deps/googletest/include/gtest/
H A Dgtest-param-test.h335 internal::ValueArray<T...> Values(T... v) { in Values() function
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
H A DReadOnlyDictionary.cs76 public ICollection<TValue> Values property in Google.Protobuf.Collections.ReadOnlyDictionary
H A DMapField.cs235 public ICollection<TValue> Values { get { return new MapView<TValue>(this, pair => pair.Value, ContainsValue); } } property in Google.Protobuf.Collections.MapField
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DEnumDescriptor.cs103 public IList<EnumValueDescriptor> Values property in Google.Protobuf.Reflection.EnumDescriptor
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/
H A DArg.h59 SmallVector<const char *, 2> Values; member in llvm::opt::Arg
H A DOptTable.h55 const char *Values; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DTargetParser.cpp164 void AMDGPU::fillValidArchListAMDGCN(SmallVectorImpl<StringRef> &Values) { in fillValidArchListAMDGCN() argument
170 void AMDGPU::fillValidArchListR600(SmallVectorImpl<StringRef> &Values) { in fillValidArchListR600() argument
H A DAArch64TargetParser.cpp175 void AArch64::fillValidCPUArchList(SmallVectorImpl<StringRef> &Values) { in fillValidCPUArchList() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
H A DTextStubCommon.cpp44 void ScalarTraits<PlatformSet>::output(const PlatformSet &Values, void *IO, in output() argument
80 input(StringRef Scalar, void *IO, PlatformSet &Values) input() argument
/third_party/rust/crates/clap/src/parser/matches/
H A Darg_matches.rs1414 pub struct Values<T> { structure names
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h66 std::map<Value *, GenericValue> Values; // LLVM values used in this invocation member
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DStruct.cs745 public pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Value> Values { property in Google.Protobuf.WellKnownTypes.ListValue
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h64 ValueList Values; member in llvm::ValueEnumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp231 static void printValues(raw_ostream &O, const DIEValueList &Values, in printValues() argument

Completed in 16 milliseconds

1234