Home
last modified time | relevance | path

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

/device/google/cuttlefish_vmm/
Dgen_android_bp.py58 Value: TypeAlias = str | Path | bool | list["Value"] variable
61 def value_to_bp(value: Value) -> str:
/device/google/cuttlefish/host/libs/config/
Dfetcher_config.h26 class Value; variable
Dcuttlefish_config.h40 class Value; variable
/device/google/cuttlefish/host/frontend/webrtc_operator/
Dclient_handler.cpp341 const Json::Value& /*message*/) { in DoPostInner()