Searched defs:generated_pool (Results 1 – 3 of 3) sorted by relevance
| /third_party/protobuf/ruby/lib/google/protobuf/ffi/ | ||
| D | descriptor_pool.rb | 62 def self.generated_pool singletonMethod in Google.Protobuf.DescriptorPool |
| /third_party/protobuf/ruby/ext/google/protobuf_c/ | ||
| D | defs.c | 65 VALUE generated_pool = Qnil; variable |
| /third_party/protobuf/src/google/protobuf/ | ||
| D | descriptor.cc | 2193 auto generated_pool = new DescriptorPool(GeneratedDatabase()); in NewGeneratedPool() local |