HomeSort by relevance Sort by last modified time
    Searched defs:repr (Results 1 - 4 of 4) sorted by null

  /external/llvm/unittests/ADT/
TwineTest.cpp 18 std::string repr(const Twine &Value) { function in namespace:__anon10793
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/
equivalent.h 90 MappedId repr = sets->FindSet(id); local
91 if (repr != kInvalidId) {
92 return repr;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
equivalent.h 82 MappedId repr = sets->FindSet(id); local
83 if (repr != kInvalidId) {
84 return repr;
  /tools/motodev/src/plugins/preflighting.core/apktool/
apktool.jar 

Completed in 61 milliseconds