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

  /external/chromium/third_party/libjingle/source/talk/examples/call/
callclient.cc 84 std::string GetWord(const std::vector<std::string>& words,
163 const std::string& command = GetWord(words, 0, "");
210 std::string to = GetWord(words, 1, "");
213 std::string to = GetWord(words, 1, "");
220 JoinMuc(GetWord(words, 1, ""));
222 InviteToMuc(words[1], GetWord(words, 2, ""));
224 LeaveMuc(GetWord(words, 1, ""));
  /external/opencv/otherlibs/highgui/
bitstrm.cpp 284 int RLByteStream::GetWord()
325 int RMByteStream::GetWord()

Completed in 46 milliseconds