OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:enum_
(Results
1 - 13
of
13
) sorted by null
/external/protobuf/src/google/protobuf/compiler/java/
java_doc_comment.h
53
void WriteEnumDocComment(io::Printer* printer, const EnumDescriptor*
enum_
);
java_doc_comment.cc
191
void WriteEnumDocComment(io::Printer* printer, const EnumDescriptor*
enum_
) {
193
WriteDocCommentBody(printer,
enum_
);
197
"fullname", EscapeJavadoc(
enum_
->full_name()));
/external/libchrome/mojo/public/cpp/bindings/tests/
struct_with_traits_impl.h
44
void set_enum(EnumWithTraitsImpl value) {
enum_
= value; }
45
EnumWithTraitsImpl get_enum() const { return
enum_
; }
89
EnumWithTraitsImpl
enum_
= EnumWithTraitsImpl::CUSTOM_VALUE_0;
member in class:mojo::test::EnumWithTraitsImpl::StructWithTraitsImpl
/external/skia/experimental/wasm-skp-debugger/
debugger_bindings.cpp
83
enum_
<SkColorType>("ColorType")
85
enum_
<SkAlphaType>("AlphaType")
/external/libkmsxx/py/pykms/
pykmsomap.cpp
20
py::
enum_
<OmapFramebuffer::Flags>(omapfb, "Flags")
pykmsbase.cpp
109
py::
enum_
<PlaneType>(m, "PlaneType")
171
py::
enum_
<PixelFormat>(m, "PixelFormat")
194
py::
enum_
<SyncPolarity>(m, "SyncPolarity")
pykmsutil.cpp
43
py::
enum_
<YUVType>(m, "YUVType")
/external/skia/modules/canvaskit/
canvaskit_bindings.cpp
[
all
...]
/external/skqp/experimental/canvaskit/
canvaskit_bindings.cpp
[
all
...]
/external/skia/modules/pathkit/
pathkit_wasm_bindings.cpp
560
enum_
<SkPathOp>("PathOp")
567
enum_
<SkPath::FillType>("FillType")
592
enum_
<SkPaint::Join>("StrokeJoin")
597
enum_
<SkPaint::Cap>("StrokeCap")
/external/skqp/modules/pathkit/
pathkit_wasm_bindings.cpp
560
enum_
<SkPathOp>("PathOp")
567
enum_
<SkPath::FillType>("FillType")
592
enum_
<SkPaint::Join>("StrokeJoin")
597
enum_
<SkPaint::Cap>("StrokeCap")
/external/protobuf/src/google/protobuf/
descriptor_unittest.cc
637
enum_
= foo_file_->enum_type(0);
684
const EnumDescriptor*
enum_
;
member in class:google::protobuf::descriptor_unittest::DescriptorTest
1243
const EnumDescriptor*
enum_
;
member in class:google::protobuf::descriptor_unittest::EnumDescriptorTest
[
all
...]
/external/guice/extensions/struts2/lib/
jsp-api-2.1.jar
Completed in 2493 milliseconds