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

  /external/webrtc/webrtc/examples/peerconnection/client/
peer_connection_client.cc 355 if (ParseEntry(control_data_.substr(pos, eol - pos), &name, &id,
401 if (ParseEntry(notification_data_.substr(pos), &name, &id,
426 bool PeerConnectionClient::ParseEntry(const std::string& entry,
  /external/protobuf/src/google/protobuf/util/internal/
json_stream_parser.cc 223 result = ParseEntry(t);
594 util::Status JsonStreamParser::ParseEntry(TokenType type) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/HiiPack/
IfrParse.c 1027 IFR_PARSE_ENTRY *ParseEntry;
1039 for (ParseEntry = Context->Ifr; ParseEntry != NULL; ParseEntry = ParseEntry->Next) {
1043 if ((strcmp (VarName, ParseEntry->VarStoreName1) == 0) &&
1044 (memcmp (&VarPack->VariableGuid, ParseEntry->VarStoreGuid1, sizeof (EFI_GUID)) == 0)
1051 if ((ParseEntry->VarStoreName2 != NULL) &&
1052 (strcmp (VarName, ParseEntry->VarStoreName2) == 0) &&
1053 (memcmp (&VarPack->VariableGuid, ParseEntry->VarStoreGuid2, sizeof (EFI_GUID)) == 0)
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/mkvparser/
mkvparser.cc     [all...]
  /external/libvpx/libwebm/mkvparser/
mkvparser.cc     [all...]

Completed in 188 milliseconds