HomeSort by relevance Sort by last modified time
    Searched full:singletonname (Results 1 - 8 of 8) sorted by null

  /build/blueprint/
mangle.go 25 func singletonNamespacePrefix(singletonName string) string {
26 return "s." + singletonName + "."
  /external/protobuf/objectivec/
GPBDescriptor.h 136 @property(nonatomic, readonly) NSString *singletonName;
GPBRootObject.m 42 // Get singletonName as a c string.
GPBDescriptor.m 859 - (NSString *)singletonName {
860 return @(description_->singletonName);
864 return description_->singletonName;
GPBDescriptor_PackagePrivate.h 123 const char *singletonName;
GPBUtilities.m     [all...]
GPBMessage.m 119 extension.singletonName,
    [all...]
  /external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_extension.cc 118 " .singletonName = GPBStringifySymbol($root_class_and_method_name$),\n"

Completed in 438 milliseconds