Home
last modified time | relevance | path

Searched defs:o (Results 1 – 9 of 9) sorted by relevance

/thrift-3.4.0/lib/cpp/src/thrift/
DTToString.h37 std::ostringstream o; in to_string() local
46 std::ostringstream o; in to_string() local
54 std::ostringstream o; in to_string() local
62 std::ostringstream o; in to_string() local
80 std::ostringstream o; in to_string() local
87 std::ostringstream o; in to_string() local
98 std::ostringstream o; in to_string() local
105 std::ostringstream o; in to_string() local
112 std::ostringstream o; in to_string() local
/thrift-3.4.0/test/crossrunner/
Dcollect.py89 def cached_set(o, key): argument
99 def cached_set(o): argument
121 def filter_with_validkeys(o): argument
128 def merge_metadata(o, **ret): argument
/thrift-3.4.0/test/py/
DFastbinaryTest.py127 def _check_write(self, o): argument
141 def _check_read(self, o): argument
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/partial/
DThriftField.java93 public boolean equals(Object o) { in equals()
/thrift-3.4.0/lib/c_glib/test/
Dtestoptionalrequired.c51 TTestOldSchool *o = NULL; in test_old_school1() local
/thrift-3.4.0/lib/cpp/test/
DOptionalRequiredTest.cpp61 OldSchool o; in BOOST_AUTO_TEST_CASE() local
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/
DTUnion.java68 private static Object deepCopyObject(Object o) { in deepCopyObject()
/thrift-3.4.0/test/haxe/src/
DTestClient.hx584 var o = new Xtruct(); variable
/thrift-3.4.0/lib/py/src/ext/
Dprotocol.tcc224 bool parse_pyint(PyObject* o, T* ret, int32_t min, int32_t max) { in parse_pyint()