Searched refs:emptyObject (Results 1 – 9 of 9) sorted by relevance
43 public void emptyObject() throws IOException { in emptyObject() method in JsonParserTest
129 bool emptyObject = State::kObjectBegin == fState; in endObject() local132 if (!emptyObject) { in endObject()
20 static NumberFormatTestTuple emptyObject; variable22 static NumberFormatTestTuple *gNullPtr = &emptyObject;
74 Object emptyObject = null;79 emptyObject = optional.getDeclaredMethod("empty").invoke(null);90 JAVA_OPTIONAL_EMPTY = useJavaOptional ? emptyObject : null;
23 @Test fun emptyObject() { in <lambda>() method in org.jetbrains.dokka.tests.ClassTest
421 public void emptyObject() throws IOException { in emptyObject() method in JsonWriterTest
1587 Json::Value emptyObject(Json::objectValue); in JSONTEST_FIXTURE_LOCAL() local1598 JSONTEST_ASSERT_PRED(checkIsLess(emptyObject, l1aObject)); in JSONTEST_FIXTURE_LOCAL()1602 JSONTEST_ASSERT_PRED(checkIsEqual(emptyObject, Json::Value(emptyObject))); in JSONTEST_FIXTURE_LOCAL()