Searched refs:text_ (Results 1 – 8 of 8) sorted by relevance
/system/tools/aidl/ |
D | parser.h | 36 : text_(text), comments_(std::move(comments)) {} in AidlToken() 44 const std::string& GetText() const { return text_; } in GetText() 49 text_ += std::forward<T>(text); in Append() 53 std::string text_;
|
/system/teeui/libteeui/include/teeui/ |
D | label.h | 69 : fontSize_(10_px), lineHeight_(12_px), text_{}, horizontalTextAlignment_(Alignment::LEFT), in LabelImpl() 73 : fontSize_(fontSize), lineHeight_(lineHeight), text_(text), in LabelImpl() 79 void setText(text_t text) { text_ = text; } in setText() 82 text_t text() const { return text_; } in text() 93 text_t text_; variable
|
/system/teeui/libteeui/src/ |
D | label.cpp | 67 auto textBegin = text_.begin(); in draw() 71 while (textBegin != text_.end()) { in draw() 75 findLongestWordSequence(&face, text_t(*textBegin, *text_.end()), bounds); in draw()
|
/system/bt/common/ |
D | stop_watch_legacy.cc | 90 : text_(std::move(text)), in StopWatchLegacy() 99 sw_log.message = std::move(text_); in ~StopWatchLegacy()
|
D | stop_watch_legacy.h | 39 std::string text_;
|
/system/bt/gd/common/ |
D | stop_watch.cc | 91 : text_(std::move(text)), in StopWatch() 100 sw_log.message = std::move(text_); in ~StopWatch()
|
D | stop_watch.h | 39 std::string text_;
|
/system/bt/test/mock/ |
D | mock_common_stop_watch_legacy.cc | 42 : text_(std::move(text)), in StopWatchLegacy()
|