Home
last modified time | relevance | path

Searched defs:serviceName (Results 1 – 6 of 6) sorted by relevance

/third_party/flatbuffers/grpc/examples/swift/Greeter/Sources/Model/
Dgreeter.grpc.swift29 var serviceName: String { get } variable
48 public var serviceName: String { "models.Greeter" } variable
110 var serviceName: Substring { return "models.Greeter" } in SayHello() variable
/third_party/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
Dmonster_test.grpc.swift29 var serviceName: String { get } variable
57 public var serviceName: String { "MyGame.Example.MonsterStorage" } variable
149 var serviceName: Substring { return "MyGame.Example.MonsterStorage" } in Store() variable
/third_party/grpc/src/csharp/Grpc.Core.Api/
DMethod.cs77 readonly string serviceName; field in Grpc.Core.Method
91 …public Method(MethodType type, string serviceName, string name, Marshaller<TRequest> requestMarsha… in Method()
171 internal static string GetFullName(string serviceName, string methodName) in GetFullName()
/third_party/jsframework/runtime/preparation/
Dinit.ts48 for (const serviceName in i18n) { constant
51 for (const serviceName in dpi) { constant
/third_party/jsframework/runtime/main/extend/systemplugin/
Dnet.js224 serviceName: "[PC Preview] unknow serviceName", property
/third_party/icu/icu4c/source/test/intltest/
Dicusvtst.cpp962 UnicodeString serviceName = "listener "; in serviceChanged() local