OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:extension_scope
(Results
26 - 32
of
32
) sorted by null
1
2
/external/protobuf/src/google/protobuf/
descriptor_unittest.cc
[
all
...]
text_format.cc
[
all
...]
descriptor.cc
666
if (field->
extension_scope
() == NULL) {
669
parent = field->
extension_scope
();
[
all
...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/
text_format.cc
[
all
...]
descriptor.cc
760
if (field->
extension_scope
() == NULL) {
763
parent = field->
extension_scope
();
[
all
...]
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
reflection_test.py
[
all
...]
/external/protobuf/python/google/protobuf/internal/
reflection_test.py
716
is_extension=False,
extension_scope
=None,
[
all
...]
Completed in 720 milliseconds
1
2