Home
last modified time | relevance | path

Searched defs:is_extension (Results 1 – 11 of 11) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/UninterpretedOption/
DNamePart.php31 protected $is_extension = null; variable in Google\\Protobuf\\Internal\\UninterpretedOption\\NamePart
/third_party/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.cc584 const bool is_extension = true; in PrintTopLevelExtensions() local
1209 const Descriptor& message_descriptor, bool is_extension, in PrintFieldDescriptorsInDescriptor()
1226 const bool is_extension = false; in PrintFieldsInDescriptor() local
1236 const bool is_extension = true; in PrintExtensionsInDescriptor() local
/third_party/cef/libcef/renderer/alloy/
Dalloy_content_renderer_client.cc192 const bool is_extension = CefRenderManager::IsExtensionProcess(); in RenderThreadStarted() local
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto486 required bool is_extension = 2; field
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto486 required bool is_extension = 2; field
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto486 required bool is_extension = 2; field
/third_party/protobuf/python/google/protobuf/
Ddescriptor.py538 is_extension, extension_scope, options=None, argument
550 is_extension, extension_scope, options=None, argument
Ddescriptor_pool.py965 file_desc, is_extension=False): argument
/third_party/protobuf/src/google/protobuf/
Ddescriptor.proto735 required bool is_extension = 2; field
Ddescriptor.cc4743 bool is_extension) { in BuildFieldOrExtension()
Ddescriptor.pb.h11906 inline bool UninterpretedOption_NamePart::is_extension() const { in is_extension() function