Home
last modified time | relevance | path

Searched defs:reference (Results 1 – 25 of 2032) sorted by relevance

12345678910>>...82

/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/lex/
Dreference.hpp31 struct reference<Subject, unused_type> struct
35 reference(Subject& subject) in reference() function
39 void collect(LexerDef& lexdef, String const& state in collect()
46 void add_actions(LexerDef& lexdef) const in add_actions()
53 struct reference : reference<Subject> struct
55 reference(Subject& subject) in reference() function
58 IdType id() const in id()
62 std::size_t unique_id() const in unique_id()
66 std::size_t state() const in state()
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/karma/
Dreference.hpp27 struct reference : generator<reference<Subject> > struct
29 typedef mpl::int_<generator_properties::all_properties> properties;
31 typedef Subject subject_type;
33 reference(Subject& subject) in reference() function
37 struct attribute : Subject::template attribute<Context, Unused> {};
43 bool generate(OutputIterator& sink, Context& context in generate()
53 bool generate(OutputIterator& sink, Context& context in generate()
62 bool generate(OutputIterator& sink, unused_type in generate()
69 info what(Context& context) const in what()
75 boost::reference_wrapper<Subject> ref;
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/
DMethodsResolutionTest.java152 …SymbolReference<ResolvedMethodDeclaration> reference = JavaParserFacade.get(new ReflectionTypeSolv… in solveMethodWithTypePromotionsToLong() local
158 …SymbolReference<ResolvedMethodDeclaration> reference = JavaParserFacade.get(new ReflectionTypeSolv… in solveMethodWithTypePromotionsToLong() local
164 …SymbolReference<ResolvedMethodDeclaration> reference = JavaParserFacade.get(new ReflectionTypeSolv… in solveMethodWithTypePromotionsToLong() local
170 …SymbolReference<ResolvedMethodDeclaration> reference = JavaParserFacade.get(new ReflectionTypeSolv… in solveMethodWithTypePromotionsToLong() local
186 …SymbolReference<ResolvedMethodDeclaration> reference = JavaParserFacade.get(new ReflectionTypeSolv… in solveMethodWithTypePromotionsToInt() local
192 …SymbolReference<ResolvedMethodDeclaration> reference = JavaParserFacade.get(new ReflectionTypeSolv… in solveMethodWithTypePromotionsToInt() local
198 …SymbolReference<ResolvedMethodDeclaration> reference = JavaParserFacade.get(new ReflectionTypeSolv… in solveMethodWithTypePromotionsToInt() local
204 …SymbolReference<ResolvedMethodDeclaration> reference = JavaParserFacade.get(new ReflectionTypeSolv… in solveMethodWithTypePromotionsToInt() local
219 …SymbolReference<ResolvedMethodDeclaration> reference = JavaParserFacade.get(new ReflectionTypeSolv… in solveMethodWithTypePromotionsToShort() local
225 …SymbolReference<ResolvedMethodDeclaration> reference = JavaParserFacade.get(new ReflectionTypeSolv… in solveMethodWithTypePromotionsToShort() local
[all …]
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/
Dreference.hpp27 struct reference : parser<reference<Subject> > struct
29 typedef Subject subject_type;
31 reference(Subject& subject) in reference() function
35 struct attribute : Subject::template attribute<Context, Iterator> {};
39 bool parse(Iterator& first, Iterator const& last in parse()
47 info what(Context& context) const in what()
53 boost::reference_wrapper<Subject> ref;
/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/
Dargs.hpp37 typedef Expr &reference; typedef
46 typedef Expr &reference; typedef
55 typedef Expr const &reference; typedef
64 typedef T &reference; typedef
73 typedef T &reference; typedef
82 typedef T const &reference; typedef
91 typedef T (&reference)[N]; typedef
100 typedef T const (&reference)[N]; typedef
109 typedef T (&reference)[N]; typedef
118 typedef T const (&reference)[N]; typedef
/external/dagger2/java/dagger/internal/
DPreconditions.java33 public static <T> T checkNotNull(@Nullable T reference) { in checkNotNull()
48 public static <T> T checkNotNull(T reference, String errorMessage) { in checkNotNull()
62 public static <T> T checkNotNullFromProvides(T reference) { in checkNotNullFromProvides()
76 public static <T> T checkNotNullFromComponent(T reference) { in checkNotNullFromComponent()
99 T reference, String errorMessageTemplate, Object errorMessageArg) { in checkNotNull()
/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/core/
Dreference.hpp29 struct reference struct
34 type;
36 static const type make(T & t) in make()
44 struct reference<T const> struct
49 type;
51 static const type make(T const & t) in make()
61 struct reference struct
/external/kotlinx.serialization/formats/cbor/commonTest/src/kotlinx/serialization/cbor/
DCborArrayTest.kt16 val reference = ClassAs1Array(alg = -7) in writeReadVerifyArraySize1() constant
33 val reference = ClassAs2Array(alg = -7, kid = "foo") in writeReadVerifyArraySize2() constant
51 val reference = ClassAs4ArrayNullable(alg = -7, kid = "bar", iv = null, array = null) in writeReadVerifyArraySize4Nullable() constant
72 val reference = ClassWithArray(array = ClassAs2Array(alg = -7, kid = "bar")) in writeReadVerifyClassWithArray() constant
101 val reference = DoubleTaggedClassWithArray(array = ClassAs2Array(alg = -7, kid = "bar")) in writeReadVerifyDoubleTaggedClassWithArray() constant
/external/fbjni/cxx/fbjni/detail/
DReferenceAllocators-inl.h59 jobject reference) const noexcept { in deleteReference()
72 jobject reference) const noexcept { in verifyReference()
90 jobject reference) const noexcept { in deleteReference()
103 jobject reference) const noexcept { in verifyReference()
122 jobject reference) const noexcept { in deleteReference()
135 jobject reference) const noexcept { in verifyReference()
/external/openscreen/cast/streaming/
Dexpanded_value_base_unittest.cc33 const TestValue reference(i); in TEST() local
42 const TestValue reference(i - 1); in TEST() local
51 const TestValue reference(i + 1); in TEST() local
62 const TestValue reference(bias); in TEST() local
81 const TestValue reference(bias); in TEST() local
100 const TestValue reference(bias); in TEST() local
/external/sdk-platform-java/gapic-generator-java/src/test/java/com/google/api/generator/engine/ast/
DConcreteReferenceTest.java31 Reference reference = ConcreteReference.builder().setClazz(Integer.class).build(); in basicConcreteReference() local
38 Reference reference = in basicConcreteReference_setIsStaticImport() local
46 Reference reference = ConcreteReference.builder().setClazz(Map.Entry.class).build(); in basicConcreteReference_nested() local
53 Reference reference = in basicConcreteReference_nestedAndStaticImport() local
61 Reference reference = in parameterizedConcreteReference() local
/external/pigweed/pw_containers/
Dqueues.rst52 .. _module-pw_containers-queues-inline_var_len_entry_queue:
143 C++
149 C subsection
154 Python
/external/mesa3d/.gitlab-ci/windows/
Dspirv2dxil_run.ps12 $reference = Get-Content .\_install\spirv2dxil_reference.txt variable
4 if (-Not ($reference -And $result)) { variable
/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/mutation/api/
DInPlaceMutator.java50 void initInPlace(T reference, PseudoRandom prng); in initInPlace()
62 void mutateInPlace(T reference, PseudoRandom prng); in mutateInPlace()
73 void crossOverInPlace(T reference, T otherReference, PseudoRandom prng); in crossOverInPlace()
/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/detail/
Dpoly_function.hpp42 typedef T &reference; typedef
49 typedef T const &reference; typedef
56 typedef T &reference; typedef
63 typedef T const &reference; typedef
70 typedef T &reference; typedef
77 typedef T &reference; typedef
84 typedef T &reference; typedef
91 typedef T &reference; typedef
/external/virglrenderer/src/gallium/auxiliary/util/
Du_inlines.h52 pipe_reference_init(struct pipe_reference *reference, unsigned count) in pipe_reference_init()
58 pipe_is_referenced(struct pipe_reference *reference) in pipe_is_referenced()
71 struct pipe_reference *reference, in pipe_reference_described()
97 pipe_reference(struct pipe_reference *ptr, struct pipe_reference *reference) in pipe_reference()
/external/sdv/vsomeip/third_party/boost/utility/include/boost/detail/
Dcall_traits.hpp78 typedef T& reference; typedef
98 typedef T& reference; typedef
112 typedef T& reference; typedef
120 typedef T& reference; typedef
128 typedef T& reference; typedef
137 typedef T * & reference; typedef
151 typedef array_type& reference; typedef
164 typedef array_type& reference; typedef
/external/guava/android/guava/src/com/google/common/base/
DPreconditions.java902 public static <T> T checkNotNull(@CheckForNull T reference) { in checkNotNull()
920 public static <T> T checkNotNull(@CheckForNull T reference, @CheckForNull Object errorMessage) { in checkNotNull()
943 public static <T> T checkNotNull( in checkNotNull()
961 public static <T> T checkNotNull( in checkNotNull()
977 public static <T> T checkNotNull(@CheckForNull T reference, String errorMessageTemplate, int p1) { in checkNotNull()
992 public static <T> T checkNotNull( in checkNotNull()
1008 public static <T> T checkNotNull( in checkNotNull()
1024 public static <T> T checkNotNull( in checkNotNull()
1040 public static <T> T checkNotNull( in checkNotNull()
1056 public static <T> T checkNotNull( in checkNotNull()
[all …]
/external/guava/guava/src/com/google/common/base/
DPreconditions.java902 public static <T> T checkNotNull(@CheckForNull T reference) { in checkNotNull()
920 public static <T> T checkNotNull(@CheckForNull T reference, @CheckForNull Object errorMessage) { in checkNotNull()
943 public static <T> T checkNotNull( in checkNotNull()
961 public static <T> T checkNotNull( in checkNotNull()
977 public static <T> T checkNotNull(@CheckForNull T reference, String errorMessageTemplate, int p1) { in checkNotNull()
992 public static <T> T checkNotNull( in checkNotNull()
1008 public static <T> T checkNotNull( in checkNotNull()
1024 public static <T> T checkNotNull( in checkNotNull()
1040 public static <T> T checkNotNull( in checkNotNull()
1056 public static <T> T checkNotNull( in checkNotNull()
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/util/
DAssertions.java114 public static <T> T checkStateNotNull(@Nullable T reference) { in checkStateNotNull()
134 public static <T> T checkStateNotNull(@Nullable T reference, Object errorMessage) { in checkStateNotNull()
152 public static <T> T checkNotNull(@Nullable T reference) { in checkNotNull()
172 public static <T> T checkNotNull(@Nullable T reference, Object errorMessage) { in checkNotNull()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/
DAssertions.java114 public static <T> T checkStateNotNull(@Nullable T reference) { in checkStateNotNull()
134 public static <T> T checkStateNotNull(@Nullable T reference, Object errorMessage) { in checkStateNotNull()
152 public static <T> T checkNotNull(@Nullable T reference) { in checkNotNull()
172 public static <T> T checkNotNull(@Nullable T reference, Object errorMessage) { in checkNotNull()
/external/aws-sdk-java-v2/bundle-logging-bridge/src/test/java/software/amazon/awssdk/thirdparty/org/slf4j/impl/internal/
DUnshadedMarkerAdapterTest.java51 Marker reference = mock(Marker.class); in add_delegatesCall() local
59 Marker reference = mock(Marker.class); in remove_delegatesCall() local
82 Marker reference = mock(Marker.class); in contains_delegatesCall() local
172 public void add(Marker reference) { in add()
177 public boolean remove(Marker reference) { in remove()
DShadedMarkerAdapterTest.java51 Marker reference = mock(Marker.class); in add_delegatesCall() local
59 Marker reference = mock(Marker.class); in remove_delegatesCall() local
82 Marker reference = mock(Marker.class); in contains_delegatesCall() local
172 public void add(Marker reference) { in add()
177 public boolean remove(Marker reference) { in remove()
/external/cronet/tot/third_party/libc++/src/test/std/iterators/predef.iterators/iterators.common/
Dtypes.h28 typedef typename std::iterator_traits<It>::reference reference; typedef
52 typedef typename std::iterator_traits<It>::reference reference; typedef
76 typedef typename std::iterator_traits<It>::reference reference; typedef
109 typedef typename std::iterator_traits<It>::reference reference; typedef
132 typedef typename std::iterator_traits<It>::reference reference; typedef
194 typedef typename std::iterator_traits<It>::reference reference; typedef
244 typedef typename std::iterator_traits<It>::reference reference; typedef
/external/cronet/stable/third_party/libc++/src/test/std/iterators/predef.iterators/iterators.common/
Dtypes.h28 typedef typename std::iterator_traits<It>::reference reference; typedef
52 typedef typename std::iterator_traits<It>::reference reference; typedef
76 typedef typename std::iterator_traits<It>::reference reference; typedef
109 typedef typename std::iterator_traits<It>::reference reference; typedef
132 typedef typename std::iterator_traits<It>::reference reference; typedef
194 typedef typename std::iterator_traits<It>::reference reference; typedef
244 typedef typename std::iterator_traits<It>::reference reference; typedef

12345678910>>...82