Home
last modified time | relevance | path

Searched defs:UNAVAILABLE (Results 1 – 7 of 7) sorted by relevance

/third_party/grpc/src/ruby/lib/grpc/core/
Dstatus_codes.rb125 UNAVAILABLE = 14 constant
/third_party/grpc/include/grpcpp/impl/codegen/
Dstatus_code_enum.h132 UNAVAILABLE = 14, enumerator
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkQueryPool.hpp36 UNAVAILABLE, enumerator
/third_party/protobuf/src/google/protobuf/stubs/
Dstatus.h62 UNAVAILABLE = 14, enumerator
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_net_http.js62 UNAVAILABLE: 503, property
Dohos_wifi.js97 UNAVAILABLE : 4, property
/third_party/grpc/src/python/grpcio/grpc/
D__init__.py274 UNAVAILABLE = (_cygrpc.StatusCode.unavailable, 'unavailable') variable in StatusCode