OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:extension_range
(Results
1 - 25
of
30
) sorted by null
1
2
/external/protobuf/python/google/protobuf/internal/
message_factory_test.py
144
rng = msg.
extension_range
.add()
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor.h
234
const ExtensionRange*
extension_range
(int index) const;
[
all
...]
descriptor.pb.h
670
// repeated .google.protobuf.DescriptorProto.ExtensionRange
extension_range
= 5;
674
inline const ::google::protobuf::DescriptorProto_ExtensionRange&
extension_range
(int index) const;
678
extension_range
() const;
3436
inline const ::google::protobuf::DescriptorProto_ExtensionRange& DescriptorProto::
extension_range
(int index) const {
function in class:google::protobuf::DescriptorProto
3446
DescriptorProto::
extension_range
() const {
function in class:google::protobuf::DescriptorProto
[
all
...]
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor.h
234
const ExtensionRange*
extension_range
(int index) const;
[
all
...]
descriptor.pb.h
670
// repeated .google.protobuf.DescriptorProto.ExtensionRange
extension_range
= 5;
674
inline const ::google::protobuf::DescriptorProto_ExtensionRange&
extension_range
(int index) const;
678
extension_range
() const;
3436
inline const ::google::protobuf::DescriptorProto_ExtensionRange& DescriptorProto::
extension_range
(int index) const {
function in class:google::protobuf::DescriptorProto
3446
DescriptorProto::
extension_range
() const {
function in class:google::protobuf::DescriptorProto
[
all
...]
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor.h
234
const ExtensionRange*
extension_range
(int index) const;
[
all
...]
descriptor.pb.h
670
// repeated .google.protobuf.DescriptorProto.ExtensionRange
extension_range
= 5;
674
inline const ::google::protobuf::DescriptorProto_ExtensionRange&
extension_range
(int index) const;
678
extension_range
() const;
3436
inline const ::google::protobuf::DescriptorProto_ExtensionRange& DescriptorProto::
extension_range
(int index) const {
function in class:google::protobuf::DescriptorProto
3446
DescriptorProto::
extension_range
() const {
function in class:google::protobuf::DescriptorProto
[
all
...]
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor.h
234
const ExtensionRange*
extension_range
(int index) const;
[
all
...]
/external/protobuf/src/google/protobuf/
descriptor.cc
4823
const Descriptor::ExtensionRange*
extension_range
= field->containing_type()
local
[
all
...]
descriptor.h
297
const ExtensionRange*
extension_range
(int index) const;
[
all
...]
descriptor_unittest.cc
[
all
...]
descriptor.pb.h
4453
inline const ::google::protobuf::DescriptorProto_ExtensionRange& DescriptorProto::
extension_range
(int index) const {
function in class:google::protobuf::DescriptorProto
4471
DescriptorProto::
extension_range
() const {
function in class:google::protobuf::DescriptorProto
[
all
...]
/external/nanopb-c/generator/google/protobuf/
descriptor_pool.py
267
extension_ranges = [(r.start, r.end) for r in desc_proto.
extension_range
]
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.h
297
const ExtensionRange*
extension_range
(int index) const;
[
all
...]
/external/protobuf/src/google/protobuf/compiler/
parser_unittest.cc
702
"
extension_range
{ start:10 end:20 }"
703
"
extension_range
{ start:30 end:536870912 }"
715
"
extension_range
{ start:2 end:3 }"
716
"
extension_range
{ start:15 end:16 }"
717
"
extension_range
{ start:9 end:12 }"
718
"
extension_range
{ start:100 end:536870912 }"
719
"
extension_range
{ start:3 end:4 }"
735
"
extension_range
{ start:4 end: 0x7fffffff }"
[
all
...]
command_line_interface.cc
[
all
...]
parser.cc
691
if (message->
extension_range
(i).end() == kMaxExtensionRangeSentinel) {
[
all
...]
/external/protobuf/python/google/protobuf/
descriptor_pool.py
446
extension_ranges = [(r.start, r.end) for r in desc_proto.
extension_range
]
/external/protobuf/src/google/protobuf/compiler/java/
java_message_lite.cc
467
sorted_extensions.push_back(descriptor_->
extension_range
(i));
[
all
...]
java_message.cc
554
sorted_extensions.push_back(descriptor_->
extension_range
(i));
[
all
...]
/external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_message.cc
403
sorted_extensions.push_back(descriptor_->
extension_range
(i));
/external/nanopb-c/generator/
nanopb_generator.py
512
if len(desc.
extension_range
) > 0:
514
range_start = min([r.start for r in desc.
extension_range
])
[
all
...]
/external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc
696
message_descriptor.
extension_range
(i);
[
all
...]
/external/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.cc
[
all
...]
/external/protobuf/python/google/protobuf/pyext/
descriptor.cc
510
const Descriptor::ExtensionRange* range = descriptor->
extension_range
(i);
[
all
...]
Completed in 356 milliseconds
1
2