Home
last modified time | relevance | path

Searched defs:SimpleValue (Results 1 – 15 of 15) sorted by relevance

/external/cbor-java/src/main/java/co/nstant/in/cbor/model/
DSimpleValue.java5 public class SimpleValue extends Special { class
18 public SimpleValue(SimpleValueType simpleValueType) { in SimpleValue() method in SimpleValue
24 public SimpleValue(int value) { in SimpleValue() method in SimpleValue
/external/cbor-java/src/test/java/co/nstant/in/cbor/builder/
DArrayBuilderTest.java32 assertTrue(array.getDataItems().get(0) instanceof SimpleValue); in shouldAddBoolean() local
33 assertTrue(array.getDataItems().get(1) instanceof SimpleValue); in shouldAddBoolean() local
/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp54 struct SimpleValue { struct
55 Instruction *Inst;
57 SimpleValue(Instruction *I) : Inst(I) { in SimpleValue() argument
61 bool isSentinel() const { in isSentinel()
66 static bool canHandle(Instruction *Inst) { in canHandle()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp96 struct SimpleValue { struct
97 Instruction *Inst;
99 SimpleValue(Instruction *I) : Inst(I) { in SimpleValue() argument
103 bool isSentinel() const { in isSentinel()
108 static bool canHandle(Instruction *Inst) { in canHandle()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/
DTestJsonSerialize2.java26 static class SimpleValue { class in TestJsonSerialize2
29 public SimpleValue(String str) { value = str; } in SimpleValue() method in TestJsonSerialize2.SimpleValue
/external/llvm-project/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp98 struct SimpleValue { struct
99 Instruction *Inst;
101 SimpleValue(Instruction *I) : Inst(I) { in SimpleValue() function
105 bool isSentinel() const { in isSentinel()
110 static bool canHandle(Instruction *Inst) { in canHandle()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/
Dcharconv_parse_test.cc127 TEST(ParseFloat, SimpleValue) { in TEST() argument
/external/abseil-cpp/absl/strings/internal/
Dcharconv_parse_test.cc127 TEST(ParseFloat, SimpleValue) { in TEST() argument
/external/openscreen/third_party/abseil/src/absl/strings/internal/
Dcharconv_parse_test.cc127 TEST(ParseFloat, SimpleValue) { in TEST() argument
/external/webrtc/third_party/abseil-cpp/absl/strings/internal/
Dcharconv_parse_test.cc127 TEST(ParseFloat, SimpleValue) { in TEST() argument
/external/libtextclassifier/abseil-cpp/absl/strings/internal/
Dcharconv_parse_test.cc127 TEST(ParseFloat, SimpleValue) { in TEST() argument
/external/llvm-project/llvm/unittests/Support/
DErrorOrTest.cpp21 TEST(ErrorOr, SimpleValue) { in TEST() argument
/external/llvm/unittests/Support/
DErrorOrTest.cpp22 TEST(ErrorOr, SimpleValue) { in TEST() argument
/external/fonttools/Lib/fontTools/ttLib/tables/
DotConverters.py211 class SimpleValue(BaseConverter): class
/external/guice/extensions/persist/lib/
Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...