OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:extension_range
(Results
1 - 24
of
24
) sorted by null
/external/protobuf/src/google/protobuf/
descriptor.cc
4184
const Descriptor::ExtensionRange*
extension_range
= field->containing_type()
local
[
all
...]
descriptor.h
247
const ExtensionRange*
extension_range
(int index) const;
[
all
...]
descriptor_unittest.cc
[
all
...]
descriptor.pb.h
661
// repeated .google.protobuf.DescriptorProto.ExtensionRange
extension_range
= 5;
665
inline const ::google::protobuf::DescriptorProto_ExtensionRange&
extension_range
(int index) const;
669
extension_range
() const;
3657
inline const ::google::protobuf::DescriptorProto_ExtensionRange& DescriptorProto::
extension_range
(int index) const {
function in class:google::protobuf::DescriptorProto
3670
DescriptorProto::
extension_range
() const {
function in class:google::protobuf::DescriptorProto
[
all
...]
descriptor.pb.cc
[
all
...]
/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
...]
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
...]
/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
...]
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/protobuf/src/google/protobuf/compiler/
parser_unittest.cc
556
"
extension_range
{ start:10 end:20 }"
557
"
extension_range
{ start:30 end:536870912 }"
569
"
extension_range
{ start:2 end:3 }"
570
"
extension_range
{ start:15 end:16 }"
571
"
extension_range
{ start:9 end:12 }"
572
"
extension_range
{ start:100 end:536870912 }"
573
"
extension_range
{ start:3 end:4 }"
589
"
extension_range
{ start:4 end: 0x7fffffff }"
[
all
...]
command_line_interface.cc
[
all
...]
parser.cc
577
if (message->
extension_range
(i).end() == kMaxExtensionRangeSentinel) {
[
all
...]
/external/protobuf/python/google/protobuf/
descriptor_pool.py
366
extension_ranges = [(r.start, r.end) for r in desc_proto.
extension_range
]
/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/cpp/
cpp_message.cc
[
all
...]
/external/protobuf/src/google/protobuf/compiler/java/
java_message.cc
545
sorted_extensions.push_back(descriptor_->
extension_range
(i));
[
all
...]
/external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc
639
message_descriptor.
extension_range
(i);
[
all
...]
Completed in 1274 milliseconds