Searched defs:repr (Results 1 - 4 of 4) sorted by relevance

/external/llvm/unittests/ADT/
H A DTwineTest.cpp18 std::string repr(const Twine &Value) { function in namespace:__anon26465
51 // Check verse repr, since we care about the actual representation not just
56 repr(Twine("hi").concat(Twine::createNull())));
58 repr(Twine::createNull().concat(Twine("hi"))));
62 repr(Twine("hi").concat(Twine())));
64 repr(Twine().concat(Twine("hi"))));
68 repr(Twine("a").concat(Twine("b"))));
72 repr(Twine("a").concat(Twine("b")).concat(Twine("c"))));
74 repr(Twine("a").concat(Twine("b").concat(Twine("c")))));
/external/openfst/src/include/fst/
H A Dequivalent.h91 MappedId repr = sets->FindSet(id); local
92 if (repr != kInvalidId) {
93 return repr;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dequivalent.h81 MappedId repr = sets->FindSet(id); local
82 if (repr != kInvalidId) {
83 return repr;
/external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
H A Dpython-proto2.cc322 PyObject* repr = PyObject_Repr(arg); local
325 PyString_AS_STRING(repr),
328 Py_DECREF(repr);
438 PyObject* repr = PyObject_Repr(arg); local
443 PyString_AS_STRING(repr));
444 Py_DECREF(repr);

Completed in 441 milliseconds