Home
last modified time | relevance | path

Searched defs:Parse (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/host/commands/snapshot_util_cvd/
Dparse.cc74 Result<Parsed> Parse(int argc, char** argv) { in Parse() function
109 Result<Parsed> Parse(std::vector<std::string>& args) { in Parse() function
/device/google/contexthub/util/nanotool/
Dnanopacket.cpp145 NanoPacket::ParseResult NanoPacket::Parse(uint8_t *buffer, size_t length, in Parse() function in android::NanoPacket
/device/google/contexthub/util/common/
DJSONObject.cpp51 ssize_t JSONValue::Parse(const char *data, size_t size, JSONValue *out) { in Parse() function in android::JSONValue
626 sp<JSONCompound> JSONCompound::Parse(const char *data, size_t size) { in Parse() function in android::JSONCompound
/device/google/cuttlefish/common/libs/utils/
Dflag_parser.cpp199 Result<void> Flag::Parse(std::vector<std::string>& arguments) const { in Parse() function in cuttlefish::Flag
223 Result<void> Flag::Parse(std::vector<std::string>&& arguments) const { in Parse() function in cuttlefish::Flag